403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/tajmahaltoursonline.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/tajmahaltoursonline.com//roam_gtxdb.sql
-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jan 31, 2022 at 01:43 PM
-- Server version: 10.3.32-MariaDB
-- PHP Version: 7.3.33

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `roam_gtxdb`
--

-- --------------------------------------------------------

--
-- Table structure for table `admin_user`
--

CREATE TABLE `admin_user` (
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `firstname` varchar(32) NOT NULL DEFAULT '',
  `lastname` varchar(32) NOT NULL DEFAULT '',
  `email` varchar(128) NOT NULL DEFAULT '',
  `username` varchar(40) NOT NULL DEFAULT '',
  `password` varchar(40) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified` datetime DEFAULT NULL,
  `logdate` datetime DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `role` enum('admin','superadmin') NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Users';

--
-- Dumping data for table `admin_user`
--

INSERT INTO `admin_user` (`user_id`, `firstname`, `lastname`, `email`, `username`, `password`, `created`, `modified`, `logdate`, `is_active`, `role`) VALUES
(1, 'Travnet', '', '', 'admin', '03810ff365fbdd67751b5148d76b51ed', '2010-10-30 22:51:18', '2010-10-30 22:51:18', '2010-10-30 23:39:32', 1, 'admin'),
(2, 'admin123', 'admin123', 'admin123@gmal.com', 'admin123', '0192023a7bbd73250516f069df18b500', '2010-10-30 22:51:18', '2010-10-30 22:51:18', '2010-10-30 23:39:32', 1, 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_agent_query`
--

CREATE TABLE `tbl_agent_query` (
  `queryId` int(11) NOT NULL,
  `code` text NOT NULL,
  `MasterTpSysId` int(11) NOT NULL,
  `AgencySysId` int(11) NOT NULL,
  `UserSysId` int(11) NOT NULL,
  `StartDate` datetime NOT NULL,
  `TotalAdult` int(11) NOT NULL,
  `TotalChild` int(11) NOT NULL,
  `TotalInfant` int(11) NOT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `packageName` varchar(256) NOT NULL,
  `noofNights` int(11) NOT NULL,
  `Destination` varchar(256) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_blog`
--

CREATE TABLE `tbl_blog` (
  `BlogId` int(11) NOT NULL,
  `BlogTitle` varchar(255) NOT NULL,
  `BlogCity` varchar(100) NOT NULL,
  `BlogCityId` varchar(100) NOT NULL,
  `BlogDate` date NOT NULL,
  `PostedBy` varchar(255) NOT NULL,
  `BlogImage` varchar(255) NOT NULL,
  `BlogPostByImage` varchar(256) NOT NULL,
  `BlogDescription` text NOT NULL,
  `CreateDate` datetime NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `status` tinyint(4) DEFAULT 0,
  `isMarkForDel` tinyint(4) DEFAULT 0,
  `keyword` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `metatag` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_comments`
--

CREATE TABLE `tbl_comments` (
  `commentId` int(11) NOT NULL,
  `blogId` int(11) NOT NULL,
  `name` varchar(55) NOT NULL,
  `emailId` varchar(55) NOT NULL,
  `phone` varchar(22) NOT NULL,
  `comment` text NOT NULL,
  `status` tinyint(4) NOT NULL,
  `createDate` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_common_box`
--

CREATE TABLE `tbl_common_box` (
  `common_id` int(11) NOT NULL,
  `common_content_header` text NOT NULL,
  `common_content_header_1` text NOT NULL,
  `common_content_header_2` text NOT NULL,
  `common_content_header_3` text NOT NULL,
  `common_content_footer_1` text NOT NULL,
  `common_content_footer_2` text NOT NULL,
  `common_content_footer_3` text NOT NULL,
  `common_content` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `metaTitle` varchar(500) NOT NULL,
  `Keyword` varchar(500) NOT NULL,
  `Description` varchar(500) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_common_box`
--

INSERT INTO `tbl_common_box` (`common_id`, `common_content_header`, `common_content_header_1`, `common_content_header_2`, `common_content_header_3`, `common_content_footer_1`, `common_content_footer_2`, `common_content_footer_3`, `common_content`, `status`, `metaTitle`, `Keyword`, `Description`) VALUES
(1, 'Atlas Holidays Offers the best domestic and international holiday’s packages. Atlas holiday is one of the leading travel agencies in Mumbai, India with 30 years of experience', '', '', '', '', '', '', '<script></script>', '1', 'Get Best Tour Package Deals- Find your New Place Now ', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_contactus`
--

CREATE TABLE `tbl_contactus` (
  `sid` bigint(20) NOT NULL,
  `name` varchar(16) NOT NULL,
  `email` varchar(32) NOT NULL,
  `website` varchar(64) NOT NULL,
  `subject` varchar(64) NOT NULL,
  `message` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_contactus_old`
--

CREATE TABLE `tbl_contactus_old` (
  `sid` bigint(20) NOT NULL,
  `name` varchar(16) NOT NULL,
  `email` varchar(32) NOT NULL,
  `website` varchar(64) NOT NULL,
  `subject` varchar(64) NOT NULL,
  `message` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_countries`
--

CREATE TABLE `tbl_countries` (
  `contSysId` int(11) NOT NULL,
  `title` varchar(256) NOT NULL,
  `seotitle` varchar(256) NOT NULL,
  `label` varchar(256) NOT NULL,
  `countryId` int(11) NOT NULL,
  `image` varchar(256) NOT NULL,
  `region_id` int(11) NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime NOT NULL,
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `sightseeingIds` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `otherDescription` text DEFAULT NULL,
  `similarDestinations` varchar(256) DEFAULT NULL,
  `FAQ` text DEFAULT NULL,
  `whyUseUs` text DEFAULT NULL,
  `topTravelBlog` text DEFAULT NULL,
  `metaTitle` varchar(500) DEFAULT NULL,
  `metaKeyword` text DEFAULT NULL,
  `metaDescription` text DEFAULT NULL,
  `meta_header` varchar(2000) DEFAULT NULL,
  `meta_footer` varchar(2000) DEFAULT NULL,
  `bannerImage` varchar(256) DEFAULT NULL,
  `popularPackages` varchar(500) DEFAULT NULL,
  `displayOnHeader` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnHome` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnFooter` enum('0','1') NOT NULL DEFAULT '0',
  `startingPrice` varchar(256) DEFAULT NULL,
  `DestDescription` varchar(500) DEFAULT NULL,
  `destinationImage` varchar(256) DEFAULT NULL,
  `packageListTitle` varchar(500) DEFAULT NULL,
  `packageListKeyword` varchar(500) DEFAULT NULL,
  `packageListDescription` varchar(500) DEFAULT NULL,
  `package_list_header` text DEFAULT NULL,
  `package_list_footer` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_countries`
--

INSERT INTO `tbl_countries` (`contSysId`, `title`, `seotitle`, `label`, `countryId`, `image`, `region_id`, `UpdateDate`, `CreateDate`, `IsActive`, `IsMarkForDel`, `sightseeingIds`, `description`, `otherDescription`, `similarDestinations`, `FAQ`, `whyUseUs`, `topTravelBlog`, `metaTitle`, `metaKeyword`, `metaDescription`, `meta_header`, `meta_footer`, `bannerImage`, `popularPackages`, `displayOnHeader`, `displayOnHome`, `displayOnFooter`, `startingPrice`, `DestDescription`, `destinationImage`, `packageListTitle`, `packageListKeyword`, `packageListDescription`, `package_list_header`, `package_list_footer`) VALUES
(1, 'UNITED KINGDOM', 'united-kingdom', 'UNITED KINGDOM', 469, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'Uzbekistan', 'uzbekistan', 'Uzbekistan', 232, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(3, 'United Arab Emirates', 'united-arab-emirates', 'United Arab Emirates', 228, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(4, 'Switzerland', 'switzerland', 'Switzerland', 210, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(5, 'Sweden', 'sweden', 'Sweden', 209, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 'Norway', 'norway', 'Norway', 164, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(7, 'Netherlands', 'netherlands', 'Netherlands', 154, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(8, 'Italy', 'italy', 'Italy', 107, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(9, 'India', 'india', 'India', 101, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(10, 'France', 'france', 'France', 76, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(11, 'Finland', 'finland', 'Finland', 75, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(12, 'Denmark', 'denmark', 'Denmark', 59, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(13, 'Austria', 'austria', 'Austria', 14, '', 0, '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(14, 'Sri Lanka', 'sri-lanka', 'Sri Lanka', 200, '', 0, '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(15, 'South Africa', 'south-africa', 'South Africa', 195, '', 0, '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tbl_currency`
--

CREATE TABLE `tbl_currency` (
  `id` int(11) NOT NULL,
  `CurrencyId` int(11) NOT NULL,
  `Title` varchar(100) NOT NULL,
  `defaultCurrency` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('1','0') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_currency`
--

INSERT INTO `tbl_currency` (`id`, `CurrencyId`, `Title`, `defaultCurrency`, `isActive`) VALUES
(1, 1, 'INR', '0', '1'),
(2, 2, 'USD', '1', '1'),
(3, 3, 'AUD', '0', '1'),
(4, 8, 'CNY', '0', '1'),
(5, 11, 'GBP', '0', '1'),
(6, 17, 'JPY', '0', '1'),
(7, 28, 'SGD', '0', '1'),
(8, 29, 'THB', '0', '1'),
(9, 32, 'EUR', '0', '1'),
(10, 33, 'AED', '0', '1'),
(11, 83, 'KES', '0', '1');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_currency_rate`
--

CREATE TABLE `tbl_currency_rate` (
  `cid` int(11) NOT NULL,
  `FCurrencyType` int(11) NOT NULL,
  `TCurrencyType` int(11) NOT NULL,
  `Rate` double NOT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_currency_rate`
--

INSERT INTO `tbl_currency_rate` (`cid`, `FCurrencyType`, `TCurrencyType`, `Rate`, `isActive`) VALUES
(1, 1, 1, 1, '1'),
(2, 1, 2, 0.012932, '1'),
(3, 1, 3, 0.021642, '1'),
(4, 1, 8, 0.091337, '1'),
(5, 1, 11, 0.010969, '1'),
(6, 1, 17, 1.43793, '1'),
(7, 1, 28, 0.018702, '1'),
(8, 1, 29, 0.423793, '1'),
(9, 1, 32, 0.01197, '1'),
(10, 1, 33, 0.0475, '1'),
(11, 2, 1, 77.33024, '1'),
(12, 2, 2, 1, '1'),
(13, 2, 3, 1.673556, '1'),
(14, 2, 8, 7.063105, '1'),
(15, 2, 11, 0.848251, '1'),
(16, 2, 17, 111.195507, '1'),
(17, 2, 28, 1.44625, '1'),
(18, 2, 29, 32.772004, '1'),
(19, 2, 32, 0.92568, '1'),
(20, 2, 33, 3.673203, '1'),
(21, 3, 1, 46.207137, '1'),
(22, 3, 2, 0.59753, '1'),
(23, 3, 3, 1, '1'),
(24, 3, 8, 4.220417, '1'),
(25, 3, 11, 0.506855, '1'),
(26, 3, 17, 66.442649, '1'),
(27, 3, 28, 0.864178, '1'),
(28, 3, 29, 19.582255, '1'),
(29, 3, 32, 0.553122, '1'),
(30, 3, 33, 2.194849, '1'),
(31, 8, 1, 10.948476, '1'),
(32, 8, 2, 0.141581, '1'),
(33, 8, 3, 0.236943, '1'),
(34, 8, 8, 1, '1'),
(35, 8, 11, 0.120096, '1'),
(36, 8, 17, 15.743147, '1'),
(37, 8, 28, 0.204761, '1'),
(38, 8, 29, 4.639886, '1'),
(39, 8, 32, 0.131058, '1'),
(40, 8, 33, 0.520055, '1'),
(41, 11, 1, 91.16439, '1'),
(42, 11, 2, 1.178897, '1'),
(43, 11, 3, 1.97295, '1'),
(44, 11, 8, 8.326674, '1'),
(45, 11, 11, 1, '1'),
(46, 11, 17, 131.088052, '1'),
(47, 11, 28, 1.70498, '1'),
(48, 11, 29, 38.634818, '1'),
(49, 11, 32, 1.091281, '1'),
(50, 11, 33, 4.330328, '1'),
(51, 17, 1, 0.695444, '1'),
(52, 17, 2, 0.008993, '1'),
(53, 17, 3, 0.015051, '1'),
(54, 17, 8, 0.06352, '1'),
(55, 17, 11, 0.007628, '1'),
(56, 17, 17, 1, '1'),
(57, 17, 28, 0.013006, '1'),
(58, 17, 29, 0.294724, '1'),
(59, 17, 32, 0.008325, '1'),
(60, 17, 33, 0.033034, '1'),
(61, 28, 1, 53.469486, '1'),
(62, 28, 2, 0.691443, '1'),
(63, 28, 3, 1.157169, '1'),
(64, 28, 8, 4.883738, '1'),
(65, 28, 11, 0.586517, '1'),
(66, 28, 17, 76.885402, '1'),
(67, 28, 28, 1, '1'),
(68, 28, 29, 22.659987, '1'),
(69, 28, 32, 0.640055, '1'),
(70, 28, 33, 2.539812, '1'),
(71, 29, 1, 2.359643, '1'),
(72, 29, 2, 0.030514, '1'),
(73, 29, 3, 0.051067, '1'),
(74, 29, 8, 0.215523, '1'),
(75, 29, 11, 0.025883, '1'),
(76, 29, 17, 3.393003, '1'),
(77, 29, 28, 0.044131, '1'),
(78, 29, 29, 1, '1'),
(79, 29, 32, 0.028246, '1'),
(80, 29, 33, 0.112084, '1'),
(81, 32, 1, 83.538853, '1'),
(82, 32, 2, 1.080287, '1'),
(83, 32, 3, 1.807921, '1'),
(84, 32, 8, 7.630181, '1'),
(85, 32, 11, 0.916354, '1'),
(86, 32, 17, 120.123061, '1'),
(87, 32, 28, 1.562365, '1'),
(88, 32, 29, 35.40317, '1'),
(89, 32, 32, 1, '1'),
(90, 32, 33, 3.968113, '1'),
(91, 33, 1, 21.052539, '1'),
(92, 33, 2, 0.272242, '1'),
(93, 33, 3, 0.455612, '1'),
(94, 33, 8, 1.922874, '1'),
(95, 33, 11, 0.230929, '1'),
(96, 33, 17, 30.272087, '1'),
(97, 33, 28, 0.39373, '1'),
(98, 33, 29, 8.921916, '1'),
(99, 33, 32, 0.252009, '1'),
(100, 33, 33, 1, '1'),
(101, 83, 1, 0.71, '1'),
(102, 1, 83, 1.41, '1');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_customer`
--

CREATE TABLE `tbl_customer` (
  `CustomerSysId` int(10) UNSIGNED NOT NULL,
  `GTX_customerSysId` int(11) NOT NULL DEFAULT 0,
  `AgencySysId` int(11) NOT NULL DEFAULT 0,
  `AgentSysId` int(11) NOT NULL DEFAULT 0,
  `EmailId` varchar(100) NOT NULL,
  `Salutation` int(11) NOT NULL DEFAULT 0,
  `Gender_Id` tinyint(5) NOT NULL DEFAULT 0,
  `Relation` int(11) NOT NULL DEFAULT 0,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int(11) NOT NULL DEFAULT 0,
  `CreatedByUserSysId` int(11) NOT NULL DEFAULT 0,
  `DOB` date NOT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `MarriageAnniversary` date DEFAULT NULL,
  `Address` varchar(200) NOT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` int(11) NOT NULL,
  `paxType` int(11) NOT NULL DEFAULT 0,
  `StateOrZoneSysId` int(11) NOT NULL DEFAULT 0,
  `CountrySysId` int(11) NOT NULL DEFAULT 0,
  `countryCode` varchar(50) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `gstaddress` varchar(255) DEFAULT NULL,
  `gstcity` varchar(100) DEFAULT NULL,
  `gststate` varchar(100) DEFAULT NULL,
  `gstpincode` varchar(10) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `IsApproved` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Users';

-- --------------------------------------------------------

--
-- Table structure for table `tbl_customer_member`
--

CREATE TABLE `tbl_customer_member` (
  `CustomerMemberSysId` int(10) UNSIGNED NOT NULL,
  `CustomerSysId` int(11) NOT NULL COMMENT 'tbl_customer reference primary id',
  `GTX_customerSysId` int(11) NOT NULL DEFAULT 0,
  `AgencySysId` int(11) NOT NULL DEFAULT 0,
  `EmailId` varchar(100) NOT NULL,
  `Salutation` int(11) NOT NULL DEFAULT 0,
  `Gender_Id` tinyint(5) NOT NULL DEFAULT 0,
  `Relation` int(11) NOT NULL DEFAULT 0,
  `Contacts` varchar(20) NOT NULL,
  `FirstName` varchar(100) NOT NULL,
  `LastName` varchar(100) NOT NULL,
  `Password` varchar(250) DEFAULT NULL,
  `IsPswExpire` int(11) NOT NULL DEFAULT 0,
  `CreatedByUserSysId` int(11) NOT NULL DEFAULT 0,
  `DOB` date NOT NULL,
  `PassportNo` varchar(100) DEFAULT NULL,
  `PassportExpiry` date DEFAULT NULL,
  `passporIssue` date DEFAULT NULL,
  `Address` varchar(200) NOT NULL,
  `CityTitle` varchar(100) DEFAULT NULL,
  `CitySysId` int(11) NOT NULL,
  `paxType` int(11) NOT NULL DEFAULT 0,
  `StateOrZoneSysId` int(11) NOT NULL DEFAULT 0,
  `CountrySysId` int(11) NOT NULL DEFAULT 0,
  `countryCode` varchar(50) DEFAULT NULL,
  `companyname` varchar(100) DEFAULT NULL,
  `gstnnumber` varchar(100) DEFAULT NULL,
  `gstaddress` varchar(250) DEFAULT NULL,
  `gstcity` varchar(100) DEFAULT NULL,
  `gststate` varchar(100) DEFAULT NULL,
  `gstpincode` varchar(10) DEFAULT NULL,
  `RegisterDate` date DEFAULT NULL,
  `IsApproved` enum('1','0') NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Users';

-- --------------------------------------------------------

--
-- Table structure for table `tbl_customer_old`
--

CREATE TABLE `tbl_customer_old` (
  `CustomerSysId` int(10) UNSIGNED NOT NULL,
  `GTX_customerSysId` int(11) NOT NULL,
  `images` varchar(250) DEFAULT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified` datetime DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Users';

-- --------------------------------------------------------

--
-- Table structure for table `tbl_enquiry`
--

CREATE TABLE `tbl_enquiry` (
  `id` bigint(20) NOT NULL,
  `name` varchar(16) NOT NULL,
  `email` varchar(32) NOT NULL,
  `phone` varchar(15) NOT NULL,
  `date` varchar(64) NOT NULL,
  `message` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_feedback`
--

CREATE TABLE `tbl_feedback` (
  `FeedbackId` int(11) NOT NULL,
  `AgencySysId` int(11) NOT NULL,
  `GtxRefId` int(11) NOT NULL,
  `AgentSysId` int(11) NOT NULL,
  `Salutation` int(11) NOT NULL,
  `Name` varchar(256) NOT NULL,
  `EmailId` varchar(50) NOT NULL,
  `CountryCode` varchar(50) NOT NULL,
  `MobileNo` bigint(20) NOT NULL,
  `Destination` varchar(256) NOT NULL,
  `DestinationId` int(11) NOT NULL,
  `TravelMonth` varchar(20) NOT NULL,
  `ReviewStarValue` int(11) NOT NULL,
  `ReviewTitle` varchar(500) NOT NULL,
  `Review` text NOT NULL,
  `TripImage` varchar(500) NOT NULL,
  `displayOnHome` enum('1','0') NOT NULL DEFAULT '0',
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_feedback`
--

INSERT INTO `tbl_feedback` (`FeedbackId`, `AgencySysId`, `GtxRefId`, `AgentSysId`, `Salutation`, `Name`, `EmailId`, `CountryCode`, `MobileNo`, `Destination`, `DestinationId`, `TravelMonth`, `ReviewStarValue`, `ReviewTitle`, `Review`, `TripImage`, `displayOnHome`, `isActive`, `isMarkForDel`) VALUES
(1, 9840, 907, 0, 1, 'Siddharth katariya', 'roambabyroam@gmail.com', '+91', 9600025622, '', 0, 'Jan', 5, '', '', '', '1', '1', '0');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_flight_booking`
--

CREATE TABLE `tbl_flight_booking` (
  `id` bigint(20) NOT NULL,
  `parent_id` int(11) NOT NULL DEFAULT 0,
  `CustomerSysId` int(11) NOT NULL,
  `AgencySysId` int(11) NOT NULL,
  `PNR_Number` varchar(50) DEFAULT NULL,
  `TravelDate` date NOT NULL,
  `BookingId` varchar(50) DEFAULT NULL,
  `FlightNumber` varchar(16) NOT NULL,
  `AirlineName` varchar(32) NOT NULL,
  `IsLCC` varchar(2) NOT NULL,
  `IsRefundable` int(11) NOT NULL,
  `apiTraceId` varchar(255) NOT NULL,
  `AirlineSysId` int(11) NOT NULL,
  `DepartureTime` time NOT NULL,
  `ArrivalTime` time NOT NULL,
  `IsDirect` int(11) NOT NULL,
  `FareClass` varchar(100) DEFAULT NULL,
  `FlyingMinutes` int(11) NOT NULL,
  `FlightDuration` varchar(100) NOT NULL,
  `SourcePlaceSysId` int(11) NOT NULL,
  `DestPlaceSysId` int(11) NOT NULL,
  `SourceAirportCode` varchar(5) NOT NULL,
  `DestAirportCode` varchar(5) NOT NULL,
  `StopCount` varchar(50) NOT NULL,
  `TotalFlightMembers` int(11) NOT NULL,
  `CurrencyType` int(11) NOT NULL,
  `PublishedFare` float NOT NULL,
  `ApiResultIndex` varchar(50) NOT NULL,
  `JourneyType` int(11) NOT NULL,
  `TripType` int(11) NOT NULL,
  `IsInternational` int(11) NOT NULL,
  `logo` varchar(250) NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `BaseFare` float NOT NULL,
  `Tax` float NOT NULL,
  `YQTax` float NOT NULL,
  `OtherCharges` float NOT NULL,
  `Discount` float NOT NULL,
  `ServiceFee` float NOT NULL,
  `OfferedFare` float NOT NULL,
  `AgentCommisionEarned` float NOT NULL,
  `AgentCommisionEarnedGST` float NOT NULL,
  `AgencyMarkUp` float NOT NULL,
  `AgencyMarkUpGST` float NOT NULL,
  `GTXMarkUp` float NOT NULL,
  `GTXMarkUpGST` float NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `API_Response` longtext DEFAULT NULL,
  `API_Response_Ticket` longtext DEFAULT NULL,
  `paymentStatus` smallint(1) NOT NULL DEFAULT 0,
  `GUID` varchar(100) DEFAULT NULL,
  `error` varchar(100) DEFAULT NULL,
  `error_Message` varchar(200) DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT NULL,
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text DEFAULT NULL,
  `ChangeRequestStatus` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_footer_links`
--

CREATE TABLE `tbl_footer_links` (
  `id` int(11) NOT NULL,
  `name` varchar(150) NOT NULL,
  `link` varchar(500) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `created_at` datetime NOT NULL,
  `footer_column` tinyint(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_footer_management`
--

CREATE TABLE `tbl_footer_management` (
  `id` int(11) NOT NULL,
  `columnType` varchar(100) NOT NULL,
  `title` varchar(255) NOT NULL,
  `url` varchar(255) NOT NULL,
  `openType` enum('1','0') NOT NULL DEFAULT '1',
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `create_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_getaways`
--

CREATE TABLE `tbl_getaways` (
  `get_id` int(11) NOT NULL,
  `get_start_city` varchar(100) NOT NULL,
  `get_start_city_id` varchar(100) NOT NULL,
  `get_other_cities` varchar(1000) NOT NULL,
  `get_other_cities_ids` text NOT NULL,
  `status` enum('0','1') NOT NULL,
  `CreateDate` datetime NOT NULL,
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_home_promotion`
--

CREATE TABLE `tbl_home_promotion` (
  `promotionId` int(11) NOT NULL,
  `templatetype` int(11) NOT NULL,
  `heading` varchar(256) NOT NULL,
  `promotion_name` text NOT NULL,
  `promotion_description` text NOT NULL,
  `promotion_image` varchar(250) NOT NULL,
  `promotion_url` text NOT NULL,
  `tab_type` varchar(256) NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsmarkForDel` enum('1','0') NOT NULL,
  `IsFeatured` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_hotel_booking`
--

CREATE TABLE `tbl_hotel_booking` (
  `id` bigint(20) NOT NULL,
  `CustomerSysId` int(11) NOT NULL,
  `AgencySysId` int(11) NOT NULL,
  `ConfirmationNo` varchar(100) DEFAULT NULL,
  `CheckInDate` date NOT NULL,
  `CheckOutDate` date NOT NULL,
  `BookingRefNo` varchar(100) DEFAULT NULL,
  `BookingId` varchar(16) NOT NULL,
  `HotelBookingStatus` varchar(32) DEFAULT NULL,
  `InvoiceNumber` varchar(150) DEFAULT NULL,
  `InvoiceCreatedOn` datetime DEFAULT NULL,
  `TraceId` varchar(255) NOT NULL,
  `CurrencyType` int(11) NOT NULL DEFAULT 0,
  `PublishedFare` float DEFAULT NULL,
  `ResultIndex` varchar(50) NOT NULL,
  `HotelName` varchar(250) NOT NULL,
  `HotelCode` varchar(250) NOT NULL,
  `HotelDescription` text NOT NULL,
  `StarRating` int(11) NOT NULL,
  `Currency` varchar(5) NOT NULL,
  `HotelPicture` text NOT NULL,
  `HotelAddress` varchar(255) NOT NULL,
  `HotelContactNo` varchar(100) DEFAULT NULL,
  `HotelMap` text DEFAULT NULL,
  `Latitude` varchar(100) DEFAULT NULL,
  `Longitude` varchar(100) DEFAULT NULL,
  `HotelLocation` varchar(255) DEFAULT NULL,
  `Remarks` text DEFAULT NULL,
  `NoOfNights` int(11) NOT NULL,
  `NoOfRooms` int(11) NOT NULL,
  `totaladult` int(11) NOT NULL,
  `totalchild` int(11) NOT NULL,
  `TBBCityId` int(11) NOT NULL,
  `cityid` int(11) NOT NULL,
  `cityName` varchar(100) NOT NULL,
  `memberdata` text NOT NULL,
  `RoomPrice` float NOT NULL DEFAULT 0,
  `TotalPrice` float DEFAULT NULL,
  `TaxesServiceFee` float DEFAULT NULL,
  `intCostToCustomer` float DEFAULT NULL,
  `TotalAgencyMarkUp` float NOT NULL DEFAULT 0,
  `TotalServiceTaxOnAgencyMarkUp` float NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 0,
  `InvoiceStatus` int(11) NOT NULL DEFAULT 0,
  `API_Response` longtext DEFAULT NULL,
  `API_Response_voucher` text DEFAULT NULL,
  `API_GenerateVoucher` text DEFAULT NULL,
  `API_BookingDetail` longtext DEFAULT NULL,
  `SSRName` text DEFAULT NULL,
  `SSRMsg` text DEFAULT NULL,
  `searchData` text DEFAULT NULL,
  `IsMarkForDel` enum('1','0') NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT NULL,
  `paymentStatus` smallint(6) NOT NULL DEFAULT 0,
  `error_Message` varchar(150) DEFAULT NULL,
  `error` varchar(150) DEFAULT NULL,
  `GUID` varchar(200) DEFAULT NULL,
  `IsCancelled` int(11) NOT NULL DEFAULT 0,
  `ChangeRequestId` varchar(200) DEFAULT NULL,
  `ChangeRequestRes` text DEFAULT NULL,
  `cancelRemarks` varchar(200) DEFAULT NULL,
  `ChangeRequestStatus` varchar(200) DEFAULT NULL,
  `TotalServiceCharge` float DEFAULT NULL,
  `RefundedAmount` float DEFAULT NULL,
  `TotalGSTAmount` float DEFAULT NULL,
  `CancellationCharge` float DEFAULT NULL,
  `CreditNoteNo` varchar(200) DEFAULT NULL,
  `CreditNoteCreatedOn` datetime DEFAULT NULL,
  `cancelDate` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_my_query`
--

CREATE TABLE `tbl_my_query` (
  `query_id` int(11) NOT NULL,
  `CustomerSysId` int(11) NOT NULL,
  `query_name` varchar(256) NOT NULL,
  `query_email` varchar(256) NOT NULL,
  `query_phone` varchar(20) NOT NULL,
  `query_destination` varchar(256) NOT NULL,
  `query_date` date NOT NULL,
  `query_pax` varchar(10) NOT NULL,
  `package_name` varchar(256) NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_offers`
--

CREATE TABLE `tbl_offers` (
  `Id` int(11) NOT NULL,
  `category` int(11) NOT NULL,
  `heading` varchar(500) NOT NULL,
  `image` varchar(256) NOT NULL,
  `subHeading` varchar(500) NOT NULL,
  `expiryDate` date NOT NULL,
  `url` varchar(500) NOT NULL,
  `tab` enum('0','1') NOT NULL DEFAULT '0',
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `status` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_offers`
--

INSERT INTO `tbl_offers` (`Id`, `category`, `heading`, `image`, `subHeading`, `expiryDate`, `url`, `tab`, `isActive`, `isMarkForDel`, `status`) VALUES
(1, 1, 'Goa', '1642587805.jpg', 'offer', '2022-01-21', 'https://www.roambabyroam.com/OFFERS', '0', '1', '1', '1');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_ourpartner`
--

CREATE TABLE `tbl_ourpartner` (
  `id` int(11) NOT NULL,
  `title` varchar(50) NOT NULL,
  `icon` varchar(40) NOT NULL,
  `description` varchar(500) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_our_services`
--

CREATE TABLE `tbl_our_services` (
  `serviceId` int(11) NOT NULL,
  `serviceTitle` varchar(500) NOT NULL,
  `serviceIdentifier` varchar(500) NOT NULL,
  `serviceDescription` text NOT NULL,
  `bannerImage` varchar(256) NOT NULL,
  `metatag` text NOT NULL,
  `keyword` text NOT NULL,
  `description` text NOT NULL,
  `isActive` enum('1','0') NOT NULL DEFAULT '1',
  `isMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_our_services`
--

INSERT INTO `tbl_our_services` (`serviceId`, `serviceTitle`, `serviceIdentifier`, `serviceDescription`, `bannerImage`, `metatag`, `keyword`, `description`, `isActive`, `isMarkForDel`) VALUES
(1, 'Group Travel', 'group-travel', 'Group tours allow for a richer experience, less hassle & more options. Experience group travel with Roam Baby Roam', '1641195294.jpg', '', '', '', '1', '0'),
(2, 'Travel Insurance', 'travel-insurance', 'Get the best deals on Travel Insurance', '1641195201.jpg', '', '', '', '1', '0'),
(3, 'Visa', 'visa', 'For Queries related to visa please fill the form.', '1641894933.jpg', '', '', '', '1', '0');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_pack_type`
--

CREATE TABLE `tbl_pack_type` (
  `packType` int(11) NOT NULL,
  `Title` varchar(100) NOT NULL,
  `image` varchar(250) DEFAULT NULL,
  `banner_image` varchar(250) NOT NULL,
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  `IsActive` enum('0','1') NOT NULL DEFAULT '1',
  `DisplayOnHome` enum('0','1') NOT NULL DEFAULT '0',
  `DisplayOnFooter` enum('0','1') NOT NULL,
  `metaTitle` varchar(250) NOT NULL,
  `metaKeyword` varchar(250) NOT NULL,
  `metaDescription` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_pack_type`
--

INSERT INTO `tbl_pack_type` (`packType`, `Title`, `image`, `banner_image`, `IsMarkForDel`, `IsActive`, `DisplayOnHome`, `DisplayOnFooter`, `metaTitle`, `metaKeyword`, `metaDescription`) VALUES
(1, 'Honeymoon', 'image_1640771626.jpg', 'banner_1640771626.jpg', '0', '1', '1', '1', '', '', ''),
(2, 'Adventures', 'image_1618561764.jpg', 'banner_1618561764.jpg', '0', '1', '0', '1', '', '', ''),
(3, 'Wild Life', 'image_1618484206.jpg', 'banner_1618484206.jpg', '0', '1', '0', '0', '', '', ''),
(4, 'Beach', 'image_1640851645.jpg', 'banner_1640851645.jpg', '0', '1', '1', '1', '', '', ''),
(5, 'Family', 'image_1640851747.jpg', 'banner_1640851747.jpg', '0', '1', '1', '1', '', '', ''),
(6, 'Sports', 'image_1618562040.jpg', 'banner_1618562040.jpg', '0', '1', '0', '0', '', '', ''),
(7, 'Cruise', 'image_1618562159.jpg', 'banner_1618562159.jpg', '0', '1', '0', '0', '', '', ''),
(8, 'Religious', 'image_1618562304.jpg', 'banner_1618562304.jpg', '0', '1', '0', '0', '', '', ''),
(9, 'Hill Station', 'image_1640851886.jpg', 'banner_1640851886.jpg', '0', '1', '1', '1', '', '', ''),
(10, 'Heritage', 'image_1618562599.jpg', 'banner_1618562599.jpg', '0', '1', '0', '0', '', '', ''),
(11, 'Thomas', '', '', '0', '1', '0', '0', '', '', ''),
(12, 'Weekend', 'image_1640852041.jpg', 'banner_1640852041.jpg', '0', '1', '1', '1', '', '', ''),
(17, 'NYE2018', NULL, '', '0', '1', '0', '0', '', '', ''),
(18, 'Festivals and Events', NULL, '', '0', '1', '0', '0', '', '', ''),
(19, 'Romantic', 'image_1638258195.jpg', 'banner_1638258195.jpg', '0', '1', '1', '1', '', '', ''),
(20, ' Shopping and Nightlife', NULL, '', '0', '1', '0', '0', '', '', ''),
(21, 'Offbeat', '', '', '0', '1', '0', '0', '', '', ''),
(22, 'Leisure', '', '', '0', '1', '0', '0', '', '', ''),
(23, 'By Cab', NULL, '', '0', '1', '0', '0', '', '', ''),
(24, 'Group Tours', NULL, '', '0', '1', '0', '0', '', '', ''),
(25, ' BY Volvo', NULL, '', '0', '1', '0', '0', '', '', ''),
(26, 'Circuit tour ', NULL, '', '0', '1', '0', '0', '', '', ''),
(27, 'Culture', '', '', '0', '1', '0', '0', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_promotion_category`
--

CREATE TABLE `tbl_promotion_category` (
  `prom_cat_id` int(11) NOT NULL,
  `prom_cat_one` varchar(256) NOT NULL,
  `prom_cat_two` varchar(256) NOT NULL,
  `prom_cat_three` varchar(256) NOT NULL,
  `IsActive` enum('1','0') NOT NULL,
  `IsmarkForDel` enum('1','0') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_query`
--

CREATE TABLE `tbl_query` (
  `id` int(11) NOT NULL,
  `email` varchar(32) NOT NULL,
  `secondEmail` varchar(50) DEFAULT NULL,
  `phone` varchar(50) NOT NULL,
  `mobile` varchar(50) NOT NULL,
  `whatsapp_no` varchar(50) NOT NULL,
  `location` varchar(500) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `google_map` varchar(1000) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_query`
--

INSERT INTO `tbl_query` (`id`, `email`, `secondEmail`, `phone`, `mobile`, `whatsapp_no`, `location`, `status`, `google_map`) VALUES
(1, 'enquiries@roambabyroam.com', '', '9600025622', '9600025622', '9600025622', 'B Block 1B, 103/18 Aishwaryam Apartment Barrakka road Kilpauk, Chennai  600010', '1', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3886.122377701964!2d80.24347881482328!3d13.091429790777342!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5265dadce512df%3A0x215b3dc022390536!2sRoamBabyRoam!5e0!3m2!1sen!2sin!4v1640775173429!5m2!1sen!2sin\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"></iframe>');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_regions`
--

CREATE TABLE `tbl_regions` (
  `sid` bigint(20) NOT NULL,
  `title` varchar(150) NOT NULL,
  `label` varchar(100) DEFAULT NULL,
  `image` varchar(250) DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '0',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `region_id` int(11) DEFAULT NULL,
  `DisplayOnHeader` enum('0','1') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_regions`
--

INSERT INTO `tbl_regions` (`sid`, `title`, `label`, `image`, `UpdateDate`, `CreateDate`, `IsActive`, `IsMarkForDel`, `region_id`, `DisplayOnHeader`) VALUES
(1, 'Scandinavia', 'Scandinavia', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(2, 'Indian Subcontinent', 'Indian Subcontinent', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(3, 'Eurasia', 'Eurasia', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(4, 'Middle East', 'Middle East', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(5, 'Eastern Europe', 'Eastern Europe', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(6, 'Western Europe', 'Western Europe', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(7, 'Central Asia', 'Central Asia', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(8, 'West India', 'West India', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(9, 'North India', 'North India', '', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '0'),
(10, 'Northeast India', 'Northeast India', '', '2022-01-19 13:56:46', '2022-01-19 13:56:46', '1', '0', NULL, '0'),
(11, 'South India', 'South India', '', '2022-01-19 13:56:46', '2022-01-19 13:56:46', '1', '0', NULL, '0'),
(12, 'Southern Africa', 'Southern Africa', '', '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, '0');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_regions(19_11_2019)`
--

CREATE TABLE `tbl_regions(19_11_2019)` (
  `sid` bigint(20) NOT NULL,
  `title` varchar(150) NOT NULL,
  `image` varchar(250) DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '0',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `region_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_seo`
--

CREATE TABLE `tbl_seo` (
  `id` int(11) NOT NULL,
  `keyword` text NOT NULL,
  `description` text NOT NULL,
  `metatag` text NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_social_links`
--

CREATE TABLE `tbl_social_links` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `link` varchar(255) NOT NULL,
  `status` tinyint(4) NOT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_social_links`
--

INSERT INTO `tbl_social_links` (`id`, `name`, `link`, `status`, `created_at`) VALUES
(1, 'Facebook', 'https://www.facebook.com/roambabyroam', 1, '0000-00-00 00:00:00'),
(6, 'twitter', 'https://twitter.com/roambabyroam', 1, '0000-00-00 00:00:00'),
(7, 'LinkedIn', 'https://www.linkedin.com/', 0, '0000-00-00 00:00:00'),
(10, 'Instagram', 'https://www.instagram.com/', 0, '0000-00-00 00:00:00'),
(11, 'Youtube', 'https://www.youtube.com/channel/', 0, '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_states`
--

CREATE TABLE `tbl_states` (
  `StateSysId` int(11) NOT NULL,
  `title` varchar(256) NOT NULL,
  `seotitle` varchar(256) NOT NULL,
  `label` varchar(256) NOT NULL,
  `startingPrice` varchar(256) DEFAULT NULL,
  `DestDescription` varchar(500) DEFAULT NULL,
  `stateId` int(11) DEFAULT NULL,
  `image` varchar(256) DEFAULT NULL,
  `region_id` int(11) DEFAULT NULL,
  `CountryIds` varchar(256) NOT NULL,
  `Countries` varchar(256) DEFAULT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `cityData` varchar(256) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `otherDescription` text DEFAULT NULL,
  `similarDestinations` varchar(500) DEFAULT NULL,
  `topTravelBlog` text DEFAULT NULL,
  `metaTitle` varchar(500) DEFAULT NULL,
  `metaKeyword` text DEFAULT NULL,
  `metaDescription` text DEFAULT NULL,
  `meta_header` varchar(2000) DEFAULT NULL,
  `meta_footer` varchar(2000) DEFAULT NULL,
  `bannerImage` varchar(256) DEFAULT NULL,
  `popularPackages` varchar(500) DEFAULT NULL,
  `displayOnHeader` enum('1','0') NOT NULL DEFAULT '0',
  `displayOnHome` enum('0','1') NOT NULL DEFAULT '0',
  `displayOnFooter` enum('0','1') NOT NULL DEFAULT '0',
  `destinationImage` varchar(256) DEFAULT NULL,
  `packageListMetaTitle` varchar(500) DEFAULT NULL,
  `packageListMetaKeyword` varchar(500) DEFAULT NULL,
  `packageListMetaDescription` varchar(500) DEFAULT NULL,
  `package_list_header_content` text DEFAULT NULL,
  `package_list_footer_content` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_states`
--

INSERT INTO `tbl_states` (`StateSysId`, `title`, `seotitle`, `label`, `startingPrice`, `DestDescription`, `stateId`, `image`, `region_id`, `CountryIds`, `Countries`, `UpdateDate`, `CreateDate`, `IsActive`, `IsMarkForDel`, `cityData`, `description`, `otherDescription`, `similarDestinations`, `topTravelBlog`, `metaTitle`, `metaKeyword`, `metaDescription`, `meta_header`, `meta_footer`, `bannerImage`, `popularPackages`, `displayOnHeader`, `displayOnHome`, `displayOnFooter`, `destinationImage`, `packageListMetaTitle`, `packageListMetaKeyword`, `packageListMetaDescription`, `package_list_header_content`, `package_list_footer_content`) VALUES
(1, 'Chandigarh', 'chandigarh', 'Chandigarh (India)', NULL, NULL, 21, '21_1642067908.jpg', NULL, '101', 'India', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '', NULL, NULL, NULL, '', '', '', '<script></script>', '<script></script>', '21_1642067908.jpg', NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'Jammu and kashmir', 'jammu-and-kashmir', 'Jammu and kashmir (India)', NULL, NULL, 13, '13_1642067992.jpg', NULL, '101', 'India', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '', NULL, NULL, NULL, '', '', '', '<script></script>', '<script></script>', '13_1642067992.jpg', NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(3, 'Maharashtra', 'maharashtra', 'Maharashtra (India)', NULL, NULL, 5, '5_1642068239.jpg', NULL, '101', 'India', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '', NULL, NULL, NULL, '', '', '', '<script></script>', '<script></script>', '5_1642068239.jpg', NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(4, 'Himachal Pradesh', 'himachal-pradesh', 'Himachal Pradesh (India)', NULL, NULL, 1, '1_1642067958.jpg', NULL, '101', 'India', '2021-12-29 13:42:38', '2021-12-29 13:42:38', '1', '0', NULL, '', NULL, NULL, NULL, '', '', '', '<script></script>', '<script></script>', '1_1642067958.jpg', NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(5, 'Arunachal Pradesh', 'arunachal-pradesh', 'Arunachal Pradesh (India)', NULL, NULL, 38, NULL, NULL, '101', 'India', '2022-01-19 13:56:46', '2022-01-19 13:56:46', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(6, 'Assam', 'assam', 'Assam (India)', NULL, NULL, 10, '10_1643441279.jpg', NULL, '101', 'India', '2022-01-19 13:56:46', '2022-01-19 13:56:46', '1', '0', NULL, '', NULL, NULL, NULL, '', '', '', '<script></script>', '<script></script>', '10_1643441279.jpg', NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(7, 'Kerala', 'kerala', 'Kerala (India)', NULL, NULL, 3, NULL, NULL, '101', 'India', '2022-01-19 13:56:46', '2022-01-19 13:56:46', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(8, 'Sikkim', 'sikkim', 'Sikkim (India)', NULL, NULL, 23, '23_1642664087.jpg', NULL, '101', 'India', '2022-01-19 17:23:01', '2022-01-19 17:23:01', '1', '0', NULL, '', NULL, NULL, NULL, '', '', '', '<script></script>', '<script></script>', '23_1642664087.jpg', NULL, '1', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(9, 'West Bengal', 'west-bengal', 'West Bengal (India)', NULL, NULL, 12, NULL, NULL, '101', 'India', '2022-01-19 17:23:01', '2022-01-19 17:23:01', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(10, 'Uttar Pradesh', 'uttar-pradesh', 'Uttar Pradesh (India)', NULL, NULL, 6, NULL, NULL, '101', 'India', '2022-01-19 17:23:01', '2022-01-19 17:23:01', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(11, 'Delhi', 'delhi', 'Delhi (India)', NULL, NULL, 4, NULL, NULL, '101', 'India', '2022-01-19 17:23:01', '2022-01-19 17:23:01', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(12, 'Rajasthan', 'rajasthan', 'Rajasthan (India)', NULL, NULL, 2, NULL, NULL, '101', 'India', '2022-01-19 17:23:01', '2022-01-19 17:23:01', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(13, 'Ladakh', 'ladakh', 'Ladakh (India)', NULL, NULL, 60, NULL, NULL, '101', 'India', '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(14, 'Punjab', 'punjab', 'Punjab (India)', NULL, NULL, 18, NULL, NULL, '101', 'India', '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(15, 'Tamil Nadu', 'tamil-nadu', 'Tamil Nadu (India)', NULL, NULL, 17, NULL, NULL, '101', 'India', '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(16, 'Karnataka', 'karnataka', 'Karnataka (India)', NULL, NULL, 16, NULL, NULL, '101', 'India', '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL),
(17, 'Goa', 'goa', 'Goa (India)', NULL, NULL, 11, NULL, NULL, '101', 'India', '2022-01-21 12:24:50', '2022-01-21 12:24:50', '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tbl_static_pages`
--

CREATE TABLE `tbl_static_pages` (
  `sid` int(10) NOT NULL,
  `page_title` varchar(255) NOT NULL,
  `identifier` varchar(255) NOT NULL,
  `page_description` longtext NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_keywords` varchar(255) NOT NULL,
  `meta_description` text NOT NULL,
  `background_image` varchar(50) NOT NULL,
  `status` enum('Activate','Deactivate') NOT NULL DEFAULT 'Activate',
  `createdOn` datetime NOT NULL,
  `updatedOn` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_static_pages`
--

INSERT INTO `tbl_static_pages` (`sid`, `page_title`, `identifier`, `page_description`, `meta_title`, `meta_keywords`, `meta_description`, `background_image`, `status`, `createdOn`, `updatedOn`) VALUES
(161, 'ABOUT US', 'about-us', '<div class=\"gdlr-core-pbf-wrapper \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin: 0px; padding: 10px 20px; clear: both; position: relative; color: rgb(140, 140, 140); font-size: 14px;\"><div class=\"gdlr-core-pbf-wrapper-content gdlr-core-js \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; position: relative;\"><div class=\"gdlr-core-pbf-wrapper-container clearfix gdlr-core-container\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px auto; padding: 0px 15px; zoom: 1; max-width: 1180px;\"><div class=\"gdlr-core-pbf-element\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; clear: both;\"><div class=\"gdlr-core-text-box-item gdlr-core-item-pdlr gdlr-core-item-pdb gdlr-core-left-align\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px 20px;\"><div class=\"gdlr-core-text-box-item-content\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\">&nbsp; Say our name out loud just now, yes ROAM BABY ROAM is all about the spirit of travel and exploration.</font></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\">We have curating extraordinary, tailor-made holidays to all the challenging and exciting regions of the world for a diverse traveller as any, groups of doctors, large families, vegan clubs, adventure bikers we love to plan and execute large vacations the more the merrier.</font></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\">Our passion is to make sure that every detail of your vacation perfectly tailored to you. Every holiday we create is individually designed by one of our Destination Experts and is as unique as you are.</font></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\"><br></font></span><span style=\"font-family: Helvetica; background-color: transparent; color: rgb(56, 56, 56); font-size: 25px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; text-align: center;\">MISSION ADVENTURE</span></p></div></div></div></div></div></div><div class=\"gdlr-core-pbf-wrapper \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin: 0px; padding: 10px 20px; clear: both; position: relative; color: rgb(140, 140, 140); font-size: 14px;\"><div class=\"gdlr-core-pbf-wrapper-content gdlr-core-js \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; position: relative;\"><div class=\"gdlr-core-pbf-wrapper-container clearfix gdlr-core-container\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px auto; padding: 0px 15px; zoom: 1; max-width: 1180px;\"><div class=\"gdlr-core-pbf-element\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; clear: both;\"><div class=\"gdlr-core-text-box-item gdlr-core-item-pdlr gdlr-core-item-pdb gdlr-core-left-align\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px 20px;\"><div class=\"gdlr-core-text-box-item-content\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\">It is this mission that makes us the top Treasure Hunt Travel Company in the world. For the uninitiated our treasure, hunt tours are much like the ‘The Amazing Race’ on CBS and AXN. Simply put we take you on an adventurous exhilarating and challenging treasure hunt with multiple cues on the way set in an exotic destination like far off and icy Iceland. It gets better you may even win a holiday if you find the treasure we have set up for you</font></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\">Most importantly, with the Treasure Hunt and vacation packages our personal experiences and expert knowledge of the countries and regions we travel to coupled with our client understanding help you book the cheapest holiday that is high on value and luxurious experience as well. It’s ‘your world your way all the way.’</font></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"font-family: Helvetica; background-color: transparent; color: rgb(56, 56, 56); font-size: 25px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; text-align: center;\">PLANNING</span></p></div></div></div></div></div></div><div class=\"gdlr-core-pbf-wrapper \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin: 0px; padding: 10px 20px; clear: both; position: relative; color: rgb(140, 140, 140); font-size: 14px;\"><div class=\"gdlr-core-pbf-wrapper-content gdlr-core-js \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; position: relative;\"><div class=\"gdlr-core-pbf-wrapper-container clearfix gdlr-core-container\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px auto; padding: 0px 15px; zoom: 1; max-width: 1180px;\"><div class=\"gdlr-core-pbf-element\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; clear: both;\"><div class=\"gdlr-core-text-box-item gdlr-core-item-pdlr gdlr-core-item-pdb gdlr-core-left-align\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px 20px;\"><div class=\"gdlr-core-text-box-item-content\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\">Our meticulous planning and incomparable contacts on the ground mean that we make your holiday happen just the way we planned it with you and if it is so in some cases even at days notice. We are quick efficient organised and focus on giving you a luxurious holiday at the right price because we know&nbsp;where the deals are, and we pass them on to you every time.&nbsp;</font></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"font-family: Helvetica; background-color: transparent; color: rgb(56, 56, 56); font-size: 25px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; text-align: center;\">WE WON\'T</span></p></div></div></div></div></div></div><div class=\"gdlr-core-pbf-wrapper \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin: 0px; padding: 10px 20px; clear: both; position: relative; color: rgb(140, 140, 140); font-size: 14px;\"><div class=\"gdlr-core-pbf-wrapper-content gdlr-core-js \" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; position: relative;\"><div class=\"gdlr-core-pbf-wrapper-container clearfix gdlr-core-container\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px auto; padding: 0px 15px; zoom: 1; max-width: 1180px;\"><div class=\"gdlr-core-pbf-element\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; clear: both;\"><div class=\"gdlr-core-text-box-item gdlr-core-item-pdlr gdlr-core-item-pdb gdlr-core-left-align\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px 20px;\"><div class=\"gdlr-core-text-box-item-content\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><font face=\"Helvetica\">Unlike large tour operators, we do not ‘own’ products and we will never offload something on you as<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">a deal. Instead, we build each package up from source destination with you in mind.</span><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">We believe it is important to create an itinerary which gives you a true understanding of our destinations in all its sights, sounds, tastes and feelings. We pride ourselves with personal touches throughout your itinerary.</span></font></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\"><font face=\"Helvetica\">We are still an owner-run company and our philosophy is the same today as the day we opened our doors – we are about being the best rather than the biggest.</font></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><b><span style=\"background-color: transparent; font-family: Helvetica, sans-serif; color: rgb(56, 56, 56); font-size: 25px; letter-spacing: 1px; text-transform: uppercase; text-align: center;\">OWNERSHIP</span><font face=\"Helvetica\" style=\"background-color: transparent; font-size: inherit;\">&nbsp;</font></b></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; padding: 0px; font-size: inherit; line-height: 1.7; margin-bottom: 0px !important;\"><font face=\"Helvetica\"><br></font></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">Sunita Dugar a serial entrepreneur founded Roam Baby Roam out of a passion for travel. Her interest in travel came from a keen passion for photography. This coupled with a sense of adventure took her to unexplored remote destinations where her guiding compass was the breath-taking beauty of the land that she wished to capture on camera.</span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">Sunita was introduced to the world of adventure when she joined the Chennai Trekking club and realised that experimenting and physically challenging herself on the road less travelled &nbsp;– is her soul’s calling.</span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">Along the way, her keen business sense kicked and Roam Baby Roam was born.</span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">Her litmus test came in August 2015 when Sunita and two of her besties ventured on a cross-country road trip from Kanyakumari the Southernmost tip of India to Kashmir the northern most region, as part of the now famous K2K DRIVE. This trip was the longest by an all women crew through the vast length of India.</span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">Her business philosophy is to specialise in scrupulously researched active trips to the most promising corners of the globe. She believes that every traveller should get to feel the journey to the fullest, mixing authentic interactions, seamless logistics and one-of-a-kind experiences into every day of the vacation.</span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">Sunita’s belief<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\"></span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\"><span style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; color: rgb(0, 0, 0);\">Sunita believes …if you put your heart and mind to something, willing to work hard and are persistent, there is nothing that you cannot achieve</span></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; padding: 0px; line-height: 1.7; font-family: Helvetica, sans-serif; margin-bottom: 0px !important;\">&nbsp;</p></div></div></div></div></div></div>', 'ABOUT US', 'ABOUT US', 'ABOUT US', '161_1640852373.jpg', 'Activate', '2018-01-12 00:00:00', '2022-01-28 18:53:00'),
(162, 'TERMS OF USE', 'terms-of-use', '<p>terms of use</p>', 'TERMS OF USE', 'TERMS OF USE', 'TERMS OF USE', '162_1640852807.jpg', 'Deactivate', '2018-01-12 00:00:00', '2022-01-04 15:57:08'),
(165, 'CONTACT US', 'contact-us', '<p>t</p>', 'CONTACT US', 'CONTACT US', 'CONTACT US', '165_1641890244.jpg', 'Activate', '2018-01-12 00:00:00', '2022-01-11 14:07:27'),
(167, 'PRIVACY POLICY', 'privacy-policy', '<p>PRIVACY POLICY<br></p>', 'PRIVACY POLICY', 'PRIVACY POLICY', 'PRIVACY POLICY', '167_1638255778.jpg', 'Deactivate', '2018-01-12 00:00:00', '2022-01-03 12:59:11'),
(191, 'CAREERS', 'careers', '<p>At <strong>TRAVNET</strong>, we commit a rewarding career, full of growth, excitement and opportunities. In smaller and fast growing companies like ours - one ends up doing work of a higher calibre and that exposes one to multiple areas of growth. TRAVNET is your box of opportunities, where you get a chance to hit sixes being the youngest in the room and you get a fair chance to play in a leveled field with no age or experience bar.</p>\r\n\r\n<p><em><strong>Current Openings :</strong></em></p>\r\n\r\n<p>We&rsquo;re always searching for amazing people to join our team. Take a look at our current opening roles:</p>\r\n\r\n<p><strong>1. Tour Consultants / Back Office Operations Executive (Domestic Tours &amp; Hotels)</strong></p>\r\n\r\n<p>Opening for candidates with minimum 1 to 2 years of experience. Should be a Excellent team player, self-motivated and quick learner. Strong Selling Skills will be an added advantage.</p>\r\n\r\n<p><em>Job Description:</em></p>\r\n\r\n<p>Preparation of Itinerary, Costing, Contracting with Supplier.<br />\r\nItinerary planning, product designing.<br />\r\nCoordinating and negotiating with hotels / suppliers<br />\r\nSourcing and confirmation of land arrangements.<br />\r\nTo process bookings w.r.t travel arrangements, hotel bookings &amp; other additional on tour services.<br />\r\nStrong destination knowledge.</p>\r\n\r\n<p>Strong understanding of customer and market dynamics and requirements.</p>\r\n\r\n<p>Salary: As per industry standards + incentives.</p>\r\n\r\n<p>If the above mentioned Job requirements matches your profile, kindly send your updated CV along with Current &amp; Expected CTC on our Email ID : <strong>jobs@travnet.co.in</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>2. Sales Executive - B2B / MICE</strong></p>\r\n\r\n<p>Opening for candidates with minimum 1 year of experience in B2B or MICE sales. Should be Excellent in Communications, Self-motivated, Go-Getter, Innovative and Quick Learner.</p>\r\n\r\n<p><em>Job Description:</em></p>\r\n\r\n<p>Meeting Travel Agents to explain new products.<br />\r\nPreparing Daily Sales Report.<br />\r\nFollowing up with existing clients for feedback.<br />\r\nBringing new clients on-board on to the B2B website.</p>\r\n\r\n<p><br />\r\nSalary: As per industry standards + incentives.</p>\r\n\r\n<p>If the above mentioned Job requirements matches your profile, kindly send your updated CV along with Current &amp; Expected CTC on our Email ID : <strong>jobs@travnet.co.in</strong></p>', 'Careers & Job openings', 'careers & job openings', 'careers & job openings', '191_1623415363.png', 'Deactivate', '0000-00-00 00:00:00', '2021-06-11 18:12:46'),
(192, 'PAY ONLINE', 'pay-online', '', 'Travnet Online Payment Gateway', 'Travnet Online Payment Pay Online', 'You can make online payment to Travnet Tourism Services Private Limited or can make payments through bank transfers.', '192_1563791366.png', 'Deactivate', '0000-00-00 00:00:00', '2021-01-20 16:09:33'),
(198, 'VISA', 'visa', '', 'Travnet Online Payment Gateway', 'Travnet Online Payment Pay Online', 'You can make online payment to Travnet Tourism Services Private Limited or can make payments through bank transfers.', '198_1623920268.jpg', 'Deactivate', '0000-00-00 00:00:00', '2021-06-17 14:28:40'),
(185, 'EXPO 2021 PACKAGES', 'expo-2021-packages', '<p>Your Super exciting trip to Dubai cannot be complete without a visit to Expo 2020. Connecting Minds and Creating the Future through sustainability, mobility and opportunity\". For the first time in the World Expo History, every Participating country has its own pavilion to enjoy immersive cultural experiences and discover what makes each country unique as you explore hundreds of pavilions.</p>', 'Best Expo 2020 Packages', 'Expo 2020 Dubai', 'Your Super exciting trip to Dubai cannot be complete without a visit to Expo 2020. Connecting Minds and Creating the Future through sustainability, mobility and opportunity\". For the first time in the World Expo History, every Participating country has its own pavilion to enjoy immersive cultural experiences and discover what makes each country unique as you explore hundreds of pavilions.', '185_1640857316.jpg', 'Deactivate', '2018-01-12 00:00:00', '2022-01-03 12:39:59'),
(193, 'INTERNATIONAL TOUR PACKAGES', 'international-tour-packages', '', 'INTERNATIONAL TOUR PACKAGES', 'INTERNATIONAL TOUR PACKAGES', 'INTERNATIONAL TOUR PACKAGES', '193_1641195045.jpg', 'Activate', '2018-01-12 00:00:00', '2022-01-19 16:36:32'),
(199, 'DOMESTIC TOUR PACKAGES', 'domestic-tour-packages', '', 'DOMESTIC TOUR PACKAGES', 'DOMESTIC TOUR PACKAGES', 'DOMESTIC TOUR PACKAGES', '199_1642068177.jpg', 'Activate', '2018-01-12 00:00:00', '2022-01-19 16:36:44'),
(200, 'TRAVELOGUE', 'travelogue', 'travelogue', 'TRAVELOGUE', 'travelogue', 'test', '200_1641890324.jpg', 'Deactivate', '2021-12-06 18:38:41', '2022-01-17 18:57:19'),
(201, 'OFFERS', 'OFFERS', 'OFFERS', 'OFFERS', 'OFFERS', '', '', 'Activate', '2022-01-04 18:41:20', '2022-01-08 18:41:20');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_testimonials`
--

CREATE TABLE `tbl_testimonials` (
  `id` int(11) NOT NULL,
  `AgencySysId` int(11) DEFAULT NULL,
  `name` varchar(16) NOT NULL,
  `message` text DEFAULT NULL,
  `Image` varchar(100) DEFAULT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `IsFeatured` enum('1','0') NOT NULL DEFAULT '0',
  `created_at` datetime NOT NULL,
  `star_rating` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_travelogues`
--

CREATE TABLE `tbl_travelogues` (
  `TravId` int(11) NOT NULL,
  `TravTitle` varchar(255) NOT NULL,
  `TravIdentifier` varchar(500) NOT NULL,
  `TravImage` varchar(255) NOT NULL,
  `TravBannerImage` varchar(255) DEFAULT NULL,
  `TravDestination` varchar(255) DEFAULT NULL,
  `TravUploadedBy` varchar(255) NOT NULL,
  `TravDate` date NOT NULL,
  `TravDays` int(11) DEFAULT NULL,
  `TravTraveller` int(11) DEFAULT NULL,
  `TravCost` int(11) DEFAULT NULL,
  `TravDescription` longtext DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `TravMultiImage` text DEFAULT NULL,
  `status` tinyint(4) DEFAULT 0,
  `tags` varchar(100) NOT NULL,
  `displayOnBanner` tinyint(4) NOT NULL DEFAULT 0,
  `isMarkForDel` tinyint(4) DEFAULT 0,
  `category` varchar(100) DEFAULT NULL,
  `metatag` text NOT NULL,
  `keyword` text NOT NULL,
  `description` text NOT NULL,
  `selectedPackages` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_travelogues`
--

INSERT INTO `tbl_travelogues` (`TravId`, `TravTitle`, `TravIdentifier`, `TravImage`, `TravBannerImage`, `TravDestination`, `TravUploadedBy`, `TravDate`, `TravDays`, `TravTraveller`, `TravCost`, `TravDescription`, `CreateDate`, `UpdateDate`, `TravMultiImage`, `status`, `tags`, `displayOnBanner`, `isMarkForDel`, `category`, `metatag`, `keyword`, `description`, `selectedPackages`) VALUES
(1, 'test', 'test', '1642155726_blog.jpg', '1642155726.jpg', NULL, 'test', '2022-01-14', NULL, NULL, NULL, '<p>test</p>', '2022-01-14 15:52:07', NULL, NULL, 1, '', 0, 1, '1', '', '', '', '[\"10\",\"8\"]'),
(2, 'goa', 'goa', '1642156283_blog.jpg', '1642156283.jpg', NULL, 'neha', '2022-01-14', NULL, NULL, NULL, '', '2022-01-14 16:01:24', NULL, NULL, 1, '', 0, 1, '1', '', '', '', ''),
(3, 'simila', 'simila', '1642156338_blog.jpg', '1642156338.jpg', NULL, 'neha', '2022-01-14', NULL, NULL, NULL, '', '2022-01-14 16:02:23', NULL, NULL, 1, '', 0, 1, '1', '', '', '', '');
INSERT INTO `tbl_travelogues` (`TravId`, `TravTitle`, `TravIdentifier`, `TravImage`, `TravBannerImage`, `TravDestination`, `TravUploadedBy`, `TravDate`, `TravDays`, `TravTraveller`, `TravCost`, `TravDescription`, `CreateDate`, `UpdateDate`, `TravMultiImage`, `status`, `tags`, `displayOnBanner`, `isMarkForDel`, `category`, `metatag`, `keyword`, `description`, `selectedPackages`) VALUES
(4, 'Vietnam Travel Guide', 'vietnam-travel-guide', '1642425280_blog.jpg', '1642425280.jpg', NULL, 'Roambabyroam', '2017-07-08', NULL, NULL, NULL, '<p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">What to do and see in Vietnam is one of the most frequently asked questions by travelers around the world. Vietnam Travel Guide is specially written for all who prefer exploring the offbeat travel destinations. It has something to offer for all kinds of travelers with a variety of holiday experiences like breathtaking Beach Holidays, adrenalin pumping Motorcycle Tours, or a City Tour for the urban traveler, Vietnam War tour for the history buff and Vietnam Train Tour for the off-beat traveler and much more – all customized to suit your needs.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The list of what to do and see in Vietnam is long, so dust up your backpacks, pull out your passports, swimming costumes, glares and sun block cream: to beach hop on a rented bike or walk barefooted on the sandy beaches, or just spend a day canoeing in the pristine emerald waters.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Where to Visit in Vietnam – Tourist Attractions &nbsp;</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Marvel at Vietnam’s distinct landscape and energy as you travel from Saigon in the south to Hanoi in the northern region. Explore Vietnam’s turbulent past, meet the resilient locals who are extremely friendly, and get immersed in spectacular panoramas on an unforgettable journey.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Hanoi:</em>&nbsp;</strong>Having faced the rigors of Indochina and Vietnams wars Hanoi is a fast paced and charming capital of Vietnam a perfect blend of ancient and contemporary with an almost magical feel to the city. A trip to Hanoi is incomplete without visiting&nbsp;<strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">‘Old Quarter’</em></strong>&nbsp;packed with charming colonial architecture, Buddhist Pagodas, ancient commercial streets named after businesses dating back 1,000 years.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Hi Chi Min City/Saigon:</em></strong>&nbsp;Vietnam’s largest city boasts of an amazing blend of past and present with the best dining and nightlife.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Hue:</em>&nbsp;</strong>A journey through the imperial city of Vietnam with a dynastic past.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Ha Long Bay:</em></strong>&nbsp;Drift your way amongst the beautiful combination of a cluster of limestone rocky peaks and sparkling emerald water at Vietnam’s most famous Ha Long Bay for a perfect beach holiday.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Hoi An:</em></strong>&nbsp;A beautiful old city, rich in culture and history that can be easily seen while on foot. Hoi An is a tourists shopping paradise.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Sapa:</em></strong>&nbsp;Mesmerizing with its pictorial mountain peaks, rice terraces and hill tribes, a quiet town, is a base for Vietnam Trekking Tours with local trekking guides being Hmong tribal women who speak great English.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Nha Trang</em>:</strong>&nbsp;Perfect destination for Vietnam Luxury Holiday package Nha Trang is Asia’s most beautiful bay in southern Vietnam – also known as a ‘Seaside Resort City’. Adventure water sports like scuba diving, roller coasters, and wave pools being the main attractions.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Mekong Delta:</em></strong>&nbsp;Quaint villages, colorful floating markets, rice paddies – Mekong Delta is also named “Vietnam’s Rice Basket.” Don’t forget to taste the Vietnamese famous food sourced directly from fish farms.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Ninh Bihn:</em></strong>&nbsp;Is a Hidden Travel Gem in Vietnam with the most majestic and impressive landscape. It is called the “Halong Bay on Land” due to its innumerable limestone cliffs emerging from the ground and spotted across the scenic rice fields. It is the laid back and most serene side of authentic Vietnam travel.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Phong Nha-Ke Bang National Park:</em></strong>&nbsp;The world’s largest cave Hang Son Doong also called ‘Mountain River Cave’ is spectacular with a river flowing under the cave, pierced by skylight filtering through mountains of stalagmites called the ‘Cactus Garden’.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">A visit to the Dark Cave highly recommended by travelers across the world as well as RoamBabyRoam includes kayaking, zip lining and swimming in the dark accompanied by a bath in the mud pool.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Popular Vietnam Holiday packages to look out for:</em></strong></p><ul style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; margin-left: 35px; list-style-position: initial; list-style-image: initial; line-height: 2; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><li style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Vietnam Beach Holiday Packages</em></li><li style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Vietnam Treasure Hunt Trips</em></li><li style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Hanoi Tours</em></li><li style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Saigon Tours</em></li><li style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Vietnam Motorcycle Tours</em></li><li style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Vietnam Luxury Holiday Packages</em></li><li style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Vietnam War Tours</em></li></ul><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Where to stay in Vietnam? &nbsp;</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Ha Long Bay:</strong>&nbsp;While in Ha Long Bay it is highly recommended to stay as you get a panoramic view of the scenic bay right from your room window. Choose your stay carefully to enjoy the terrace and pool experience if it falls in your budget. Spend your evenings sipping fresh coconut drink while soaking up the magnificence around you. Staying closer to the bay gives you a chance to discover the enchanting town on foot or take a kayaking tour to revel in the stunning rock formations up close. Most hotels here offer Ha Long City Tours as well.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Ho Chi Minh City:&nbsp;</strong>Deciding where to stay in Ho Chi Minh City with its 24 districts can be quite a task if you do not make a conscious choice between staying between Downtown or Chinatown.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Downtown</u></em>&nbsp;offers a variety of accommodation options from five-star hotels to budget guesthouses all within the reach of the backpackers on the street of Pham Ngu Lao. The area offers easy public transportation, with a wide range of restaurants and sightseeing opportunities clubbed with a buzzing nightlife for all budget levels. Be warned this area can get very crowded with heavy traffic at times.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Chinatown</u></em>&nbsp;is just a 20-minute drive from the city center (District 2) that is home to expats and affluent locals best if you are looking for an escape from the madding crowd. Along the Saigon River is a variety of cafes, restaurants, parks and boutique shops with a vibrant environment especially for artists – an attraction for tourists.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">District 2 area is best suited for moderately wealthy travelers with options of international cuisines with an elite neighborhood vibe. Be warned the nightlife is limited and choices of accommodation too being scanty yet worth researching.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Chinatown in Ho Chi Minh (District 5) is easily spotted with the architecture showcasing its oriental style, with a variety of authentic Chinese restaurants and colorful street markets and Buddhist temples being the main attraction. The most famous are the cyclo services for easy access to some of the largest markets in Vietnam a delight for the shopping freaks.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">This area is suitable for the budget-conscious travelers and history buffs especially the ones who want to explore Buddhist culture. There are innumerable choices between budget and mid-range hotels with street food and affordable restaurants to make your stay comfortable. Public transport like buses, cyclo, and taxis are available in plenty.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Be warned that the traffic can be overwhelming during peak hours. For the party goers, there is limited choice of bars and pubs.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Airfare to Vietnam:</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Hanoi is the top flight destination in Vietnam. The 5 biggest airport being Noi Bai Airport in Hanoi, Ho Chi Minh City Airport, Da Nang Airport, Can Rahn Airport and Duong Dang Airport.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">In Hanoi – Noi Bai International Airport the capital of Vietnam is the largest and busiest airport. It has Terminal 1 that serves domestic flights and the newly-built Terminal-2 (2015) that serves all international flights from Hanoi. It is located 35 kilometers (21 miles) northeast of downtown Hanoi with a capacity of 25 million passengers per year.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Ho Chi Minh City Airport alone offers non-stop flights to more than 67 cities worldwide.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">With hundreds of flight options, if you book well in advance you are sure to find a flight that falls in your budget range. Airlines like Air Asia, Singapore Airlines, Malindo, Jet Airways, Vietnam Airlines, Thai Airways and Malaysian Airlines are few of the names where you can book air tickets with the airfare to Vietnam ranging between INR 25,000 to INR 40,000.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Vietnam Visa FAQ’s:</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Where to download Visa Form?</u></em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">It is simple to get a tourist or business visa to Vietnam. Indian’s get a visa to travel to Vietnam on arrival in Vietnam. One can save time to fill p the form entry/exit form before you arrive to Vietnam’s International Airport. Click here to Download the form&nbsp;<a href=\"https://vietnamvisa.govt.vn/\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; transition: background 300ms ease 0s, color 300ms ease 0s, border-color 300ms ease 0s; color: rgb(177, 155, 0);\">https://vietnamvisa.govt.vn/</a>.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">How much do I have to pay for the Visa Fee?</u></em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The form for Visa can be filled online only after you have the air tickets booked. After filling the form online in which make sure you write the arrival date and name of the airport you will arrive at. The Visa Servicing fee is $17. Within two days you will receive an email from the Vietnam Immigration department with your official Vietnam Visa Approval Letter.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">What do I do with the Approval Letter?</u></em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Take a print out of the Approval letter along with 2 of your photos (4cmx6cm) and the Government Stamping fee, passport or any other document specified along with you on your trip to Vietnam. Keep these documents handy as you will need them at the arrival destination in Vietnam at the Immigration Counter.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Do I still need a Visa if I do not hold an Indian passport?</u></em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Vietnam Visa exemption is granted to citizens of countries like Indonesia, Malaysia, Cambodia and much more. Check if you fall under the category of exemption few weeks before you travel.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">BE CAREFUL: Check out the&nbsp;<em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Vietnamese Public Holidays</em>&nbsp;for the year you travel in.&nbsp; Make a note that the Vietnam Immigration Department closes and Vietnam Visa Approval Letters are NOT issued until the next business day. Remember business days are Monday through Friday ONLY (exclude Saturday and Sunday).</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Forex:</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Tourists love to exchange money at Vietnam as they feel like millionaires. The Vietnamese Dong (VND) 10,000 is the smallest bill on the street ever found. One tends to get lost in all the zeroes and can be challenging for some.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Where and How to Exchange your Money/Currency?</em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Major currencies are easily exchangeable almost everywhere in Vietnam. The banks and airports charge high rate – therefore avoid them. Best is to ask around before trading your Dollars to Dong. Banks will normally charge a commission rate of 0.5 to 2 percent for the change in foreign currency. Make a note to bring new Notes (Dollars) as they charge an additional 2 % on damaged or dirty notes.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Hotels or Jewelry shops</em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Exchange rates at bigger hotels are fair – yet the smaller hotels offer an additional fee for the exchange services. Surprisingly the gold and jewelry stores are fair unlike those in the airport or hotels. Remember shops in areas like Ha Trung or Hang Bo offer better deals in Hanoi’s Old Quarter.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">ATM’s</em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Before you venture inland into smaller cities withdraw from the ATM’s as these become sparse in smaller towns.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The big question is what should one choose – ATM or Bank or Shop?</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Well, if your stay is longer than a few days, the risk of carrying too many Vietnamese Dong becomes high. For peace of mind, one would withdraw every few days from ATM’s – that is if it suits you. The charges and fees vary from place to place. ATM’s near Pham Ngu Lao a backpacker’s area has a high rate of 3 percent over the usual bank charges. A reasonable fee is 1-1.5 percent per transaction.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Banks have a maximum limit of VND 9 Million that can be withdrawn and dispense 50k-100k notes (do check the bank policies may change when you land in Vietnam).</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Credit Cards</em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Visa, American Express, Master Card, and JBC are the most commonly accepted cards in Vietnam. Remember cash rules in Vietnam as most people are happy to accept cash while you are shopping or sightseeing. For every credit card transaction, you may be charged 3-4 percent.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">US Dollars</em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Use of USD is illegal. Use it only for an emergency purpose.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Tipping in Vietnam</em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">I would suggest avoiding Tipping unless you really want to, as all hotels and restaurants will add 5% service charge to your bills. A small amount to boost the morale of the waiters, drivers, and guides is always a nice gesture.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">To Haggle or not to Haggle?</em></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Haggle to your heart’s content at most tourist shops. The prices listed are normally 300% higher than what you should be paying so haggle hard. The Vietnamese are not very happy bargaining. The best method is to let a Vietnamese friend haggle for you, that is if you have one.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Travel Mode within Vietnam:</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">TAXI:</u></em>&nbsp;A combination of 6 Travel modes is what I would suggest to a traveler to Vietnam. Hiring a taxi is cheap especially if you want air conditioning to be turned on. Stick to the bigger chains who operate taxis to avoid getting ripped off. Meters are used everywhere and make sure that you have data on your mobile to track for an easy route on GPS. Language is often an issue and is difficult to communicate with sign language.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">BUS:</u></em>&nbsp;For traveling from one part of Vietnam to another- take a bus and that too sleeper ones if you have to travel to relax and nap. AVOID night travel as it is unsafe and the roads are rough with drivers pushing their way through busy streets.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">TRAIN:</u></em>&nbsp;For overnight travel – Train is a good alternative. Train services are available from Ho Chi Minh to Hanoi and even goes to Hong Kong. Moreover, it is much faster than a bus and you e4nd up saving money on accommodation by traveling overnight. Try and book a 4 berth sleeper cabins. The rates are very reasonable and a 4 sleeper berth is softer than a 6 berth sleeper. 6 Sleeper berths can be crammed with Vietnamese co-passengers travelling with their kids and a lot of luggage.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">FLY:</u></em>&nbsp;Use this mode of travel only if you book ahead as you get air fares as cheap as $25 a seat. Skip airplanes unless it is a long distance like Hanoi to Ho Chi Minh City. Try airlines like Jetstar Asia, VietJet, Air Asia or Vietnamese Airlines.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">CYCLOS: are weird and funny looking bikes with a seat in the front and a driver pedalling on the back. It’s fun and safe as long as you have your hotel arrange a reliable driver for you. Cyclos are best to explore a fun ride to the nightlife in Vietnam.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><em style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><u style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">BOAT:</u></em>&nbsp;Travel on Water can be done by cruisers or dragon boats to travel from one Vietnamese attraction to another tourist spot. Taking a cruise is not cheap yet I would recommend them rather than taking a cheaper junk cruise as they may not be safe. A cruise for a few days on the stunning Ha Long Bay is high on the to-do list.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Even though some tourists club Vietnam with Cambodia together when they travel, I would suggest since Vietnam is so diverse with a range of incredibly beautiful travel gems hidden in its deep waters and land should be visited separately. No matter how long one travels to Vietnam – there is so much to see and do in Vietnam that one always ends the trip with a nostalgic note and promise to return on a holiday yet again.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">If you have questions on Vietnam Travel or any experiences to share with us – would love to hear from you. RoamBabyRoam’s team just got back from our travel trip to Vietnam last month and are already planning other trips to Vietnam. Check out our customized range of Vietnam Holiday Packages here&nbsp;<a href=\"file:///C:/Users/Amit/Desktop/APOORVA/roambabyroam/roambabyroam/roambabyroam.com/index.html\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; transition: background 300ms ease 0s, color 300ms ease 0s, border-color 300ms ease 0s; color: rgb(177, 155, 0);\">www.roambabyroam.com</a></p>', '2022-01-14 16:43:52', NULL, NULL, 1, '', 0, 0, '1', '', '', '', '');
INSERT INTO `tbl_travelogues` (`TravId`, `TravTitle`, `TravIdentifier`, `TravImage`, `TravBannerImage`, `TravDestination`, `TravUploadedBy`, `TravDate`, `TravDays`, `TravTraveller`, `TravCost`, `TravDescription`, `CreateDate`, `UpdateDate`, `TravMultiImage`, `status`, `tags`, `displayOnBanner`, `isMarkForDel`, `category`, `metatag`, `keyword`, `description`, `selectedPackages`) VALUES
(5, 'About Sunita', 'about-sunita', '1642424115_blog.jpg', '1642424115.jpg', NULL, 'Roambabyroam', '2017-06-27', NULL, NULL, NULL, '<p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">MEET SUNITHA DUGAR – A SERIAL ENTREPRENEUR<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Founder of Roam Baby Roam Sunitha Dugar is A Serial Entrepreneur, A MAVERICK, A PATH BREAKER. SHE BELIEVES that …if you put your heart and mind to something, willing to work hard and are persistent, there is nothing that you cannot achieve.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Interests:<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Photography, trekking, self-driven road trips, reading, cooking, interesting conversations.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">One thing she always carries:<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Camera</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">As a Person:<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Always brimming with enthusiasm, ever ready to sit behind the wheel and drive anywhere in the world – Her laughter is contagious and rubs off just when you need it most. In times of need, Sunitha is the most dependable person around, you can run to her for anything.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">As your trip leader:<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Be prepared to tune in for some of the funniest stories of adventure experiences, shake your leg to your childhood favourite music at midnight, go star gazing on a un trodden path, that is, if you still have energy left after an adventurous day solving clues. There is never a dull moment as her avid glance through her camera lenses captures it all.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Her History<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">After marriage, Sunitha successfully started her own business in 2003 called Kalakruti, a store specialising in designer wedding wear collection for women. Way back in 2003 Marwari women running a business was rare and unheard of. The store was an instant success and kept Sunitha busy for the next 13 years.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Meanwhile, she was introduced to the world of adventure when she joined the Chennai trekking club and realised that experimenting and physically challenging herself – is her soul’s calling. She turned into an avid traveller, trekking across many destinations around Southern parts of India. Moreover, Sunitha developed a deep interest in photography and started a freelance photography company under the brand name of ‘Candid Diaries’. (Site link appears here)</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">It was sometime in 2015 that she began her passion for self-driven road trips. In August 2015 Sunitha and two of her besties ventured on a cross country road trip from Kanyakumari to Kashmir, the famous K2K drive. Life has never the been the same for her. She has come a long way from being an entrepreneur to doing all women self-driven cross country trips. SHE FELL IN LOVE WITH TRAVELLING and started women self-driven company called ‘The Travelling Divas’. (site link here)<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Wearing too many hats with too little time to juggle between her passion for travelling, business and family made Sunitha take the toughest call of her life. She shut down her 13-year successful running business Kalakruti.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">This started with Sunitha flying like a free bird, indulging in innumerable self-driven road trips in India. The highlight being the drive to Leh and Ladakh in May 2016 (link here). Later in September 2016, Sunitha along with her 10-year daughter and three besties went on a self-drive road trip to Iceland for 15 days. (link here)The trip made them explore the length and breadth of beautiful Iceland a mesmerising country. The trip was special in a Unique Way – as Sunitha always wished to do a mother daughter trip together.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">After fulfilling another dream and returning home to India and while watching a popular TV show, she got a new idea ….Yes, the idea of forming a travel company in the format of the famous game show THE AMAZING RACE. This is how ROAMBABYROAM was born.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">With Sunitha, you will start ticking on many of your #wishlist.This blog section would consist of blogs photo link and video links of trips done by Sunitha so far.</p>', '2022-01-14 16:45:36', NULL, NULL, 1, '', 0, 0, '1', '', '', '', ''),
(6, 'Travel Tips for Leh Ladakh', 'travel-tips-for-leh-ladakh', '1642425156_blog.jpg', '1642425156.jpg', NULL, 'Roambabyroam', '2017-06-21', NULL, NULL, NULL, '<p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The Leh-Ladakh region may be the most picturesque in India.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">It could prove to be one of the most inhabitable location especially if you go there unprepared.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Make a few important tips and precautions for traveling in the Leh-Ladakh region and you are ready to go. A land with a breath-taking natural beauty.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">I traveled here by a self-driven road trip and think it is the best way to travel to the region if you don’t have car sickness.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Tip 1: Take the road to acclimatize</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">There are three main road transport modes to get to Leh: a roadways bus, a bike or by car. However, you make the journey, I would say stop over at Keylong, spend a day or two in the town to acclimatize. This may mean that you take a day extra to get to Leh but the probability of you coming down with High altitude sickness is remote. However, if you come in by air just get to your Hotel as quickly as possible and do not move out of there for a day at least.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Tip 2:&nbsp; It is a summer destination only</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">I have been to the Leh Ladakh during different months and my vote for the best month to travel to this region is June. While the night temperature during the month often falls to single digits, at times even touching zero. The days are sunny with temperatures hovering in the late 20’s. Sunny at times is too sunny for comfort! We will address that issue lower in the article.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">That said, the area is open to tourists from mid-March right up to September. The monsoon here is from July and it is extended till late September. If you are motoring here during that time be careful of the roads, your vehicle tires tend to slip and skid in the loose gravel. Also, landslides and other obstructions along the way make the road to Ladakh a less traveled one during this season.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The winters in the Leh-Ladakh region begin in November and it is extended till early March. Winters are harsh here the maximum temperature being around 10 degrees Celsius whereas minimum being minus 20 degrees. This is not the ideal time to travel to the region as most of it is snow bound and the roads closed off.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Tip 3: Essentials in your travel kit:</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Traveling to high altitude requires special preparations as the temperature is very different from elsewhere. Apart from its natural beauty, Ladakh is a popular trekking spot as well. Hence your travel kit has to include an ensemble of basic essentials plus some vital adventure gears.&nbsp; Let’s have a look:</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">A.Clothing &amp; Accessories</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">In addition to the t-shirts, sweatshirts, and jeans as per your preference and duration of stay, there is some standard clothing and gear you must take with you to this high altitude destination. For instance, some must haves includes a wide brimmed hat and suntan lotion because in summer the sun is piercing and can tan you in minutes.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Thermal vest&nbsp; – long sleeve</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Long johns – 2 set</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Woolen Socks – 3</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Woollen Inner Gloves – 1</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Wide Brimmed hat or Baseball cap – 1</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Lightweight Fleece Jacket – 1</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Micro-fiber Quick-dry Towel – 1</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Handkerchiefs – 2</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Trekking boots or thick fully covered comfortable leather shoes with a firm grip (not sneakers)</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">B.Personal Hygiene</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">This being a remote destination there are many day-to-day hygiene products we take for granted that may not be available here especially if you are traveling into the interiors on a high altitude trek.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Toothpaste</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Liquid Soap</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Cold Cream</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Sunscreen Lotion SPF50 or higher</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Washing Detergent soap or powder sachet</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Dry&nbsp; Shampoo</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">C.Food &amp; Hydration</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Maggi Noodles a must carry for that in between meals snack</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Dates, Dry Fruits &amp; Nuts</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Small sachets of Sugar, and salt</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Energy bars</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Water Bottles and a Hydration Pack</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">D.First Aid Kit</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">As for medicines, it would be best to consult your personal physician on what medicines to carry to Ladakh. However, there are some medicines, applications, and balms that I consider necessary for a journey like this one.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Avomine or Stemetil</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Digene</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Streptsils Lozenges</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Digital Thermometer</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Crepe Bandages – 2</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Band-Aid patches</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Betadine</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Relispray – Ayurvedic spray for sprains and aches</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Dettol Antiseptic Liquid</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Water purification tablets – mild concentration</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Vicks/Amrutanjan Inhaler</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Vaseline/Himalaya Lip Guard</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">One item that you just can’t travel without is cash, even after demonetization, debit cards, and credit cards are not always accepted. Also, there are not too many ATMs in this region as well so cash and carry are the mantra here.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">E.AMS cause and effect</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Finally, let’s deal with the biggest malady in this region. At an altitude of 10,000 feet and above, that is the peak of most other mountain ranges in the world Acute Mountain Sickness or AMS is a common occurrence. The most common symptoms are irregular breathing, nausea, breathlessness, weariness, and at times a headache. Do not self-medicate as you don’t really know how to treat AMS. It’s best to rest and consult a doctor. Everyone will advise you to use hydration. Yes drink water, but don’t overdo it.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">If traveling by your own vehicle, make sure to carry some fuel and spare parts. The roads here are steep and tough to negotiate so safety first, should be the policy at all times.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Do’s and Dont’s apart, the region has some of the most beautiful views, natural and manmade in the world. Pangong Lake, Zanskar Valley, Khardung La Pass, Leh city, Pathar Sahib Gurudwara, Nubra Valley, Hemis National Park and Hemis Monastery all waiting to be explored. These along with the numerous trekking trails of the Cold Desert, make the Leh Ladakh region a must explore on your travel list.</p>', '2022-01-14 16:47:19', NULL, NULL, 1, '', 0, 0, '1', '', '', '', ''),
(7, '15 Weird and Awesome Facts about Iceland', '15-weird-and-awesome-facts-about-iceland', '1642425046_blog.jpg', '1642425046.jpg', NULL, 'Roambabyroam', '2016-06-06', NULL, NULL, NULL, '<p>Are Icelandic People weird?<br></p><p>Iceland is similar to any other country where there are some peculiar things about it and the people living in it.<br></p><p>On a recent trip to Iceland, I tried to ask foreigners who were visiting Iceland what they found awesome or weird in Icelsn. Read to know what they found weirdest and awesome.<br></p><p>In Iceland, babies are left outside to nap in freezing temperatures. You should not be surprised to see prams parked in rows outside coffee shops. This started in the 20th century when for a long time indoor sleeping conditions were not suitable for overcrowded living conditions had poor air circulation. Homes had smoke from cooking and were muggy. Now in homes parents construct a ledge which is safe to make the babies sleep. The babies are obviously wrapped and covered in a tent-like pram with the parents always watching them from a distance or with baby alarms.<br></p><p>Do you know Icelandic Turf Houses started getting built 1000 years back due to difficult climate? These houses offer superior Insulation and are made of wood and stone – most easily available in the country.<br></p><p>In Iceland on Christmas books are exchanged and the rest of the night is spent in reading. Icelanders usually go to bed with a book and chocolate. Iceland is known to publish books only during Christmas Season – called ólabókaflóð or the Christmas Book Flood. Iceland publishes more per capita books than any other country in the world. The love of books was born out of scarcity when during world War II Icelanders were restricted and lacked currency to buy foreign products.<br></p><p>Iceland capital Reykjavik has a penis museum that contains a collection of penises belonging to 200 plus mammals – including one from man.<br></p><p>Icelanders love eating ice-cream even when it is freezing and chilled outside and temperatures are below zero degree. What fun to eat ice cream when it is freezing.<br></p><p>Parliament in Iceland called Alpingi was founded in 930. It is the oldest parliament in the world.<br></p><p>Good news for beer lovers in Iceland or traveling to Iceland. Beer was illegal in Iceland till 1989.<br></p><p>Icelandic people are very fond of outdoor hot tubs and swimming pools as they are filled with geothermal water warmed up for relaxing or just playing around.<br></p><p>Every four years Iceland has volcanic eruptions that are small yet magnificent if you see them from a distance.</p><p>There are no mosquitoes in Iceland due to extreme weather conditions. The mosquitoes if any never bite as they barely able to survive.</p><p>There is no railway in Iceland whatsoever.<br></p><p>Comedian Jon Gnarr was elected as Mayor of Reykjavik in the year 2010. He served for 4 years and promised in one of his campaigns that he would not fulfill any of his campaign’s promises.</p><p>The Icelandic Cops do not carry guns ever. There are two murders a year on an average. There has been one man shot by the police ever.</p><p>Icelanders do not keep surnames as a tradition. They use first names when they address each other – even their phone books have first names. To preserve the Icelandic language there is an Icelandic Naming Committee where any new name not accepted already has to be passed or rejected by the committee.<br></p><p>The word ‘geyser’ has its origin in Iceland great geyser called the Geysir in Haukadalur in South Iceland.<br></p><p>Do leave your comments below and tell us which fact according to you is the weirdest or most awesome!<br></p><p>As per people we met in Iceland the weirdest fact is about babies sleeping in the open.<br></p>', '2022-01-14 16:51:39', NULL, NULL, 1, '', 0, 0, '1', '', '', '', '');
INSERT INTO `tbl_travelogues` (`TravId`, `TravTitle`, `TravIdentifier`, `TravImage`, `TravBannerImage`, `TravDestination`, `TravUploadedBy`, `TravDate`, `TravDays`, `TravTraveller`, `TravCost`, `TravDescription`, `CreateDate`, `UpdateDate`, `TravMultiImage`, `status`, `tags`, `displayOnBanner`, `isMarkForDel`, `category`, `metatag`, `keyword`, `description`, `selectedPackages`) VALUES
(8, 'K2K August 2015', 'k2k-august-2015', '1642424888_blog.jpg', '1642159406.jpg', NULL, 'Roambabyroam', '2016-06-06', NULL, NULL, NULL, '<p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px; text-align: center;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">THE BEGINNING – the birth of the Idea K2K</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">I’m an entrepreneur who runs her boutique in Chennai and also an amateur photographer. I’ve been driving my car on the roads of Chennai for over 15 years. In AUGUST last year I heard about Roshni Sharma who did biking solo cross country from Kanyakumari to Kashmir and ever since that day I decided I’m going to do something like this by car. Oops! Forgot to mention I’m one of those impulsive 37 year old who never seems to get enough from life. I always have this dying need to do something to challenge myself, else I don’t feel alive. Dreaming is all good but serious questions first; do I have the driving skills to complete such a long journey’? I honestly don’t know, but do I have the will power and mental endurance to overcome any problems I’ll encounter enroute?? yes yes yes!!!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">In April 2015 I bought FORD ECOSPORT so that I can give wings to my dreams. This being a once in a lifetime trip and being a photographer, I wanted to have the best possible DSLR to capture my experiences…so with my savings I bought a Nikon D750 and 24-70 2.8 lens, which further put a hole in my pocket by 2 lakh Rupees. Well! it was easier to strike away the to-do list by doing the easy job of buying things first. Anyways after buying the car on May 1st, myself and my bestie Parry (Parneet Sandhu) took this car from Chennai to Wayanad and back, travelling around 1400 km with this car. After that there was no looking back . By now even Parry was smitten by the idea of K2K.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Brief background on Parry: Remember we all have friends who are a part of all the hysterical and historical and Why on earth did I do this moment! She is one among that legendary friend. Every time I suggest I want to do this she will be like really “tu pagal hai! yeh kaise karegi”(in English: Are you crazy – how will you do this?”) and her next sentence would be kab karna hai?(in English : “When do you want it?”) …She has been my best buddy since past 3 years and the damage that this friendship has done is as follows… 2 years before she went to settle down in USA , before a year was over she was back in India and with the aim to start her own travel company. Of course she is still working for the US based company , yet her heart still yearns for her first love travel.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Parry and I decided to start preparing for our expedition by road from Kanyakumari to Kashmir – K2K , taking us from the scorching land of the southern tip of India to the cold barrenness of the northern most point of India to Turtuk in Ladakh. This would mean driving through 14 states and covering nearly 5,000 kms (3107 miles), we contacted Mr H.V. Kumar and his organization Hivayings. I Sent an email to Mr Kumar describing our intention and he immediately got back, helping us with the support throughout the trip. He guided us with 24×7 navigation, mobilizing help in case of maintenance issue enroute . He even took care of hotel bookings during the entire journey. When I spoke to him I realized he was an encyclopedia on Indian highways. He gave us the detailed script of the roadmap enroute, detailing every aspect of the conditions of road we would be expecting. When he came to know that I’m a photographer he gave me more insights into things to watch for and capture in my lenses. After having spoken to him I realized that I don’t have to worry about any logistics and planning during the journey. With Mr H.V.Kumar on board in our team, all we needed to worry about was to drive and to take pictures. Anyway, without wasting any more time we decided the date of journey as June 18th.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Meanwhile we were reading a lot on highway driving, driving in the rains and ghat road riding, the dos and don’ts….spent hours together watching videos and being scared seeing the Himalayan ghat road drives. Did I tell you , never before had we ever driven on any ghat roads! We also learnt some basics like learning to change a flat tyre ….in fact when we got a flat tyre for the first time we were so excited to change and fix the spare tyre all by ourselves. We went through the Ford manual to learn more about car and 3 days before the trip got our vehicle completely serviced at MPL Ford , Chennai. We even told them about our journey from K2K and how only two women are going to ride the car, so as to make sure they completely check the vehicle for all issues. Anyway the day arrived, but to our dismay it was peak monsoon season and it was raining all over Central India. It rained as if it would never stop – and it did exactly that – did not stop and kept pouring and poured away our hopes along with it. The weather forecast was also not on our side. There were warnings by the government to stay indoors. With nature God showing his fury and owing to family pressure we had to call off the mission…I remember I sent a message to HVSir as we fondly called him by now (Mr H.V.Kumar) to inform him with a heavy heart that we were calling off our expedition and he said I know many people enquire and ask about such trips but very few do it. His reply made is made us feel very disappointed … I did not know at that point of time, how to prove that I really meant to do this trip. Anyways, after the initial hiccup our determination to do execute the trip only became stronger and we chose Aug 8th 2015 for our Mission Kashmir.<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">THE D-DAY</strong><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">The D day was fast approaching and very close. Listening to the news coming in from various states in Central India like Rajasthan, Goa and West Bengal where the monsoon was at its peak was nerve wracking. TV news channels were flooded with news about rains and the destruction involved…..I’m glad I didn’t have TV cable connection back home or else Yash (my husband) would have had a panic attack. He already thought that I’m on my suicide mission…He was scared …Like all normal husband and wife are – we too are poles apart …He is soft spoken where I am loud… I am adventurous where he is a couch potato…..but he being the gentleman that he is… never discouraged me ….never stopped me from realizing any of my dreams… he has always supported me in all my crazy adventures …and while I’m gone on my crazy trip he would be sitting back home praying to Lord Ganesha that some sense prevails in me… so it was very important that I made sure he does not have panic attacks before the trip….and my hiding weather reports from him also helped matters… I don’t think I have ever watched and followed weather and news channel so much in my life…so much so, that I would know which part of India would have rainfall and which areas would be bright and sunny . What would be the highest and lowest temperature of each city for the following days (I could have easily applied for a job of a weather reporter.. I’m sure I would have got the job) Oops! I forgot I’m talking about K2K here…I do get carried away when I’m sharing experiences!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Just 3 days before our scheduled trip I created a Whatsapp group with my friends as group members whom I could update on my latest trip details and one of the group member was my close friend Neeta…. as soon as I created the group I got a call from Neeta….she asked me “Hey when are you leaving for the trip and how long is it going to be?”. I was like “We are leaving in 3 days and the trip is going to be for 11 days”. And then I hear something that took me totally by surprise……she asked if she can join the trip?</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Brief background on Neeta: We all have friends whom we are very close with but they are so sucked up in their professional world that they don’t have time for much socializing….well Neeta is one such friend who lives in the same city as mine…but whom I hardly meet because she is a workaholic and she hardly joins us for any get together. In fact even for our annual friends trip I have to try all my convincing skills to convince her to extend the trip from 2 days to 3days.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Therefore, I couldn’t believe that she asked me “She wants to join the trip”….and I was convinced ‘she will not come’ when she told me that she needs some time to convince her boss for a holiday…. I definitely did not believe “she will come” . On the D-day we were supposed to leave for Kanyakumari from Chennai at 3am and upto midnight there was no sign of her….and suddenly she appeared like a genie from nowhere standing at my door, just 3 hours before we left for Kanyakumari with the biggest grin I’ve ever seen on her face…..it was like the scene from the famous Hindi Movie ‘Zindagi na milegi dobara’ (In English: You get Life only Once) where this mad eccentric entrepreneur/photographer/dreamer Sunita meets …. a woman who left her American dreams to come back to India to start a travel company (Miss Parry Sandhu) ….and miss workaholic general manager with Regus – Neeta Jegan got together to do this journey of lifetime! We called ourselves the travelling divas and this was our logo.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">DAY 1: KANYAKUMARI TO DINDUGAL<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">DISTANCE COVERED: 3.00 KM<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">START TIME: 6.30 IN THE EVENING<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">END TIME: 11 I THE NIGHT (4HRS 30 MINUTES)</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The epic journey started on Aug 8th at the wee hours of 3 in the morning. We hired a driver Shankar to take us till Kanyakumari. Post that we were supposed to drive. We all slept in the speeding car until 9AM while Shankar was driving. Once I made up for lost sleep I couldn’t resist MYSELF from driving the car so I asked Shankar to take a nap in the passenger side of the seat and started driving….over concerned Shankar could not sleep peacefully as he was not very sure if I could drive on the highway!….post half an hour he did fall asleep, I presume by now he was sure about my driving or possibly he didn’t care whether he is dead or alive as long as he could catch up on lost sleep. Meanwhile, Parry woke up and she was like “I want to drive too” …I kept telling her after half an hour …because I wanted to stick behind the driving wheel….it was like an excitement where 2 kids get a new toy and each one excited and wanting to have the toy a little longer to play with…. I played a spoilt child here. Eventually we decided on setting some ground rules , like each one should not drive for more than 200km or 3 hrs whichever comes the earliest. We stopped for lunch at this amazing restaurant hotel Sri Uma Shankar. If u want to have the most delicious and finger licking South Indian meal enroute to Kanyakumari this is the place to be (btw myself and Neeta are a big time foodies and one of the best things about road trip is eating different cuisines from different regions everyday !). Anyways , we reached Kanyakumari at around 2PM. We decided to book a room for 3 hours to freshen up, shower and rest. After much bargaining we finalized – Hotel Trisea for a mere Rs1000. The initial idea was to take a shower and rest and leave for sunset shoot and resume on the K2K journey , but the photographer in me was wide awake. Just after the shower, I decided we should visit Vivekananda Rock Memorial, little did I realize what adventure did I have in store here. We met with our first road accident. Till date I keep going back to the incident again and again asking myself what would have happened if we hadn’t visited the most landmark monument in Kanyakumari. So we reached the Vivekananda Rock Memorial paid for the VIP extra charge tickets and went near the parking area to take shots of us with the memorial as the backdrop. This was also to form the first official picture of the trip’s inauguration in Kanyakumari. Well, there are many ways to take a picture with three of us together.<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">A) Take a selfies (we even bought a selfie stick)<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">B) Ask someone in the crowd to take our picture<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">C) Buy a tripod /set up the camera/set the settings/put it on self timer mode run to the picture taking spot and smile inspite of the fact that u are running short of breath doing all this and bingo you have a picture!<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">No points for guessing which one we chose… the first two options seemed very difficult and yes I took the tripod and set up the camera in it, playing fidgeting and nudging the screws to make sure the camera stays sturdy on the tripod, which took a lot of time… then I adjusted the exposure and other settings ..…while Neeta and Parry waited patiently for good 10 minutes in the hot sun (both suffer from Migraine that aggravates in hot sun), wondering why in the name of God is it taking so long and smiling at the same time facing the camera, holding the smile as long as possible, taking tiny breaks to take the flying hair off the face, with the wind blowing from the all three seas surrounding Kanyakumari and Yes after setting it up, ran towards Neeta and parry for the self timed shot. Ran back again to check how the shots have come and being the perfectionist that I am I realized we were not sitting exactly in the centre of the Thiruvalluvar statue and Vivekananda memorial ….Neeta<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">and parry moved a little and I ran back for the new shot. And as soon as the picture was shot remember how the wind blows really hard …well just like that ..this wind blew soooo hard ,that it took my camera that was set on the tripod, that was placed in the corner of platform so we all be centrally aligned with the Vivekananda backdrop…………so just like that.. This most expensive piece of purchase I ever did in my life….my camera! My life ! Fell 10 feet down with the biggest bang! I was dumb struck …while Neeta and Parry ran towards the camera to save of whatever was left of that and then after a few seconds I followed too….I could see a few parts of the camera lying down and few wires hanging out from the area where there was flash previously. My camera broke, my lens locked. I was just too shocked to react! Neeta and Parry tried to calm me but I was silent through the journey back towards the hotel. Back in my room I could not hold the tears…I cried, Neeta and Parry promised they will get this camera fixed…they suggested lets hire a camera on the way from Bangalore…but nothing could stop me from letting out my emotion! My mood was off after that…Parry and Neeta didn’t know so to console me…..</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Just before sunset we started the journey from Kanyakumari to Kashmir with pin drop silence in the car. To our surprise we saw this beautiful sunset on the way Parry and Neeta encouraged me to take the picture of sunset with the rest of the camera Nikon 3200 with 50mm portrait lens. I got down and took the shot and started feeling bad for the camera again. Anyway, we moved on the way around Tirunelveli we were treated with the sight of huge windmills on the beautiful landscape ….the huge windmills with the sun setting in the background was surreal ….it made me yearn for the camera even more….then I saw the face of my friends Neeta and Parry …they were feeling low too…and I realized …what am I doing on a journey which a bunch of friends who mean so much to me….why should I let this incident spoil everyone’s mood… what’s happened has happened ….I should move on….I broke the silence of the car I asked Parry and Neeta : I have a doubt “Why didn’t you people take a video of me when I was crying….you missed such a golden opportunity to embarrass me” the smile on Neeta and Parry’s face was priceless!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The road from Kanyakumari to Madurai was fantastic. Smooth 4 lane road and our car breezing away with our favorite playlist playing in the backdrop…..the road trip had begun actually!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">2 hours on the road and we were hungry . We stopped on the way to Madurai for the traditional Kottu Parota at Hotel Tamilachi….. the food was yummy and we were ate like pigs. It was after the meal hat we decided that instead of heading to Madurai we will go another 80 km and stay at Dindugal. We immediately informed HVSir who booked us a in a good hotel in Dindugal…. on day point 5 (.5)we covered a distance of 300 km….long way to go!!!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">DAY 2: DINDUGAL TO HYDERABAD<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">DISTANCE COVERED : 1000 KM<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">START TIME : 5.20 AM<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">END TIME: Midnight (18 HRS 40 MIN)</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">By the time we reached Dindugal Hotel it was 11’o clock. As soon as we checked into the room Neeta went to take her shower (well Neeta is the reason why there is shortage of water in Chennai city because she just loves taking shower in the morning , afternoon, evening and night) come on! you have spent more than 14 hours in the car and what does a normal human being do if they were to see the bed. Just crash straighten ones back – Right! No – Neeta has to place her suitcase on the clean bed, take out her clean clothes, her shower gel, her perfume, her moisturizer, her shampoo and hit the bathroom with her package gone for good half an hour….by which time I have to constantly hear Parry nagging me, as to how I should also go take a shower before I sleep….God these women! well I do like to shower before hitting the bed but jeez this was 14 + hour of ride and besides we took a shower at Kanyakumari (it costed us Rs 1000 remember). Once Neeta was out I told the group that we should not waste time in showers but rest instead because the next day’s journey was a challenging drive of 1000 km to reach Hyderabad. After Parry also showered and I dry cleaned myself and changed – we hit the bed finally. All three of us could hardly sleep. Neeta and Parry making fun of me for crying we all recalling days happening. I could hear HVKumar’s voice inside my head sleep early start early….but damn where’s the sleep!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">I have no idea when I slept last night. When Parry woke me up in the wee hours I knew that HV KUMARS voice inside my head was right SLEEP EARLY! Damn! I so love my beauty sleep in the morning and do you even know how Neeta is a life saver in these type of situation…well when I got up Neeta was already there inside the bathroom!…parry was packing …and I happily sneaked in extra half an hour of sleep!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">We started from Dindugal at 5.20 in the morning, 20 minutes later than scheduled time and I teased Neeta and Parry how they delayed the whole group because they didn’t have to have bathe in the morning if they already did in the night. God save the poor soul stuck up with me for the next 11 days.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Where was I ? OOPS! WE ARE IN DAY 2 of the trip …sorry as usual I got carried away with personal stories….the advantage of starting early was you are welcomed to the beautiful sight of morning sunrise as soon as you start your journey…..so we took some sunrise shots, the roads on the way was fantastic …..Parry just drove like a breeze while I went and covered up on my leftover sleep on the backseat of the car snuggled in the warm blanket listening to soulful music of AR Rahman plying in the background.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Our first halt was at 9.30AM at Adyar Ananda Bhavan (A2B) where we hogged on tasty Pongal, Vada, Dosa , Idlis, Rava kichadi….yes we ordered everything , because we told ourselves this is the last place we are going have the south Indian breakfast! God! ….the reasons we women give for over eating. Anyways after a sumptuous breakfast we took a selfie at A2B and resumed journey to Bangalore .</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">The roads once again were just too good. My confidence grew and so did my speed from average of 90 km limit for highway to going easy even at 110 speeds ….wow! I felt like a queen…I boasted Parry….who simply stated oh! I did like an average of 120 -130 speeds…well Parry is a person who speaks very less….I am glad she spoke less here!..driving is fun ..anyway we reached Bangalore at noon.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Before we reached Bangalore we were warned by HVkumar Sir that we were to be very careful not to get in the lanes of Bangalore city and to avoid that we had to follow route-o plan without any compromise and not to follow google map route. The biggest blunder happened when we were to cross Nice Road towards Tumkur in Bangalore….there was a signage that pointed left and said towards Bangalore and Hyderabad. We kept following that road , until I saw the city traffic after some time and realized that we are deep inside city. Too scared to call up HVKumar Sir what we committed the next blunder of the day. We looked up Google Maps to find our way towards Hyderabad….the App only took us even deep inside Bangalore….when we realized that Google map was only making things worse…we went and asked the driver of an Auto rickshaw –Auto wala…who prompted us towards more complicated route through city…and that is when HVSir asked us for location update…with embarrassing we sent him our location on Whatsapp. Anyway, the highway God rescued us from the horrors of Bangalore traffic and was guiding us back to the safety of highway. It was a huge sigh of relief when we got back on track to reach Tumkur road. We were discussing in the car how Mr HV Kumar must have been cursing<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">his luck having to put up with these bunch of idiots. We lost 2 hours 40 minutes inside Bangalore city. We crossed Bangalore city at 2.40 and this is when Parry Madam got back from her beauty sleep and she asks did we reach Anatpur yet? We were like we just crossed Bangalore!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Post Tumkur the road was fantastic again. We covered 200 km to reach Anantpur in less than 1 hour 45 mins. Post Anantpur the weather was cloudy and it was a visual treat to see the huge grey cloud cover. We took this moment to take pictures. Infact Parry went and stopped an auto guy so we can he could take a picture of all of us together. The surprised man must have had a shock of his life when he saw us climbing on the roof of the car for pictures! Post the shoot we resumed journey to the next destination Kurnool which was another 150km and roads till Kurnool were a delight and we reached Kurnool by 8.30.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">We still had 236 more km to go. We stopped at the Dhaba enroute to have our dinner. The journey from now on was very tiring. Myself and Neeta dozed off in the car but Parry drove nonstop with the lights blinding from the opposite road and finding her way amidst huge lorry container traffic. Parry can concentrate on the road for hours at a stretch due to which we were able to cover 240 km at the end of long tiring day. We reached Hyderabad Hotel at midnight . This night we didn’t need to make any effort to sleep. We just hit the bed and slept like logs…of course after Neeta took her traditional bath!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">DAY 3:HYDERABAD TO SEONI<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">DISTANCE COVERED :730 KM<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">START TIME:7.15AM<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">END TIME:11 PM</strong><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Ok, we all slept like a log and didn’t get up at the morning alarm ringing at 6AM. I got up with a sore back. We all got up reluctantly at 6.40AM , showered, packed and left Hyderabad at 7.15AM. HVSi’s instructions were to follow the same route given by him from the hotel to outer Ring Road which was some 5 or 6 km for which maps were given the previous night itself and we were to use the same map to get back too. Simple right! Well …we switched on the mobile …Looked into map and started navigation ..so we kept going following this amazing Google voice who was kind enough to assist us with voice navigation after every turn. We just kept driving until 8.20AM… when we got a message from HVSir on location update and when we sent him our GPS location this is the reply we received: “you are on wrong road, you did not return the same way as yesterday and you are hopelessly inside the city in wrong direction.” Damn! we are lost in the city !!!!……again !!!! and then we again got a message from HVSir<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">“PLEASE STOP USING G MAP NAVIGATION .<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">I KEEP TELLING YOU THAT FOLLOW<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">THE BLUE LINE THAT I DREW AND SENT<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">DO NOT USE NAVIGATION APP<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">YOU ARE COMPLETELY MESSED UP<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">INSTEAD OF REACHING ORR IN 3 KM<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">YOU ARE GOING AROUND THE CITY ON ELEVATED ROAD BACK TO AIRPORT AND DEEP INSIDE CITY!<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">THIS COMES AS A GREAT DISREGARD TO MY INSTRUCTION”</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">We were so embarrassed and disappointed with ourselves. This is when we got the Eureka moment and we realized where we are going wrong in navigation. In our defense let me make it clear we never used any navigation tools or apps or maps ever before to go from point A to point B even inside our own city. We had no idea that when we use google navigation help, every time we take any wrong turn, instead of prompting us to go back this …stupid voice navigation and the app makes it our detour map (to be read as long possible map) and guides us!<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">We were to only use map as marker and our GPS tracker as a guide to know if we are following the marked line in map. Now how do we explain that to HV Sir that the 3 ladies who are taking this great journey from K2K ..don’t even know how navigation apps work. Thank God! There is this word called “sorry” ….this is all we had to offer HVSir. His humility and huge amount of patience guided us to get back onto the cursed Outer Ring Road (which was proving to be our biggest jinx) . Anyways when we reached Outer Ring Road at 9.30AM we has already lost good 1.5 hours of day light driving.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Not a problem, we thought, as we had only to cover another 750 km .We had breakfast on the way. As usual the roads between Hyderabad to Adilabad were fantastic. On the way we stopped over to take pictures where we spotted a group of boys. One of the boys asked us if we could drop them to the nearby village. It was a sight to see when we said OK to the boys. He had a cute smile. He also brought a friend along with him.Wile we were talking to them, we told them that they should study well. Their destination was only some 2 km away. But the joy and happiness that these 2 km brought in boys face was priceless .it made our day!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">As we were moving from Nizamabad to Adilabad it started to rain. We slowed down our speed and were going along, on the way, we saw 2 ladies standing by the side of the road, they wanted to travel somewhere probably I thought. Since it was raining and 1 women was carrying a child on her shoulder I asked Neeta and Parry if we can drop them on the way .They said they couldn’t agree more . We reversde the car to where they were standing. Neeta who could speak Telugu therefore asked them, but they got scared and said no. Neeta came back with answer that they are probably feeling very conscious ,they wont come with us. I got down from driver’s seat and went again with Neeta to convince them in half Hindi half English half Tamil and half Telugu – yet they didn’t understand anything I think. My translater Neeta did a good job because they agreed to get dropped. We made space for them to sit. In our conversation with then ,of course with Neeta as a translater, we found that their name was Shailaja and Swati. Shailaja was the mother of 2 kids and Swati was her sister. They were Hindus…so we asked them is Nizamabad population mostly Muslim to which they replied yes. When we asked if they ever felt out of place living with them they laughed saying “no no …they are very friendly in fact when there is a Muslim festival their neighbors share Biryani and other delicacies and during Diwali and other Hindu festival they share their festival food with their Muslim neighbors. It was heartening to see a living example of communal harmony. Besides, she always looked amused every time we asked her something. It was aa experience we would have never gotten if we hadn’t been on this road trip. It truly felt like seeing the real India. After half an hour we dropped them at their destination, took pictures with them and said bye. We also told her to make sure that the little one is well educated so some day she could also do things that she dreams of.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">After Nizamabad we entered Maharastra area. At 3 ‘o clock , 150 km before Nagpur the roads were so bad that we kept hitting one big pothole after another even while driving at an average speed of 20km. For 2 hours the roads were bad and turned better post Chandrapur.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">It was with a sigh of relief we headed towards Nagpur. It was almost 6.30pm when we reached the outskirts of Nagpur. HVSir was constantly worried and asking us for location updates. We were supposed to take a right to get to the outer ring road of Nagpur. As was the tradition we missed the right turn and got inside the Nagpur City. Meanwhile we stopped to check our location, where couple of traffic constable came towards us and asked for license and papers. On seeing Tamil Nadu registration, he enquired about us and when we told him of K2K mission he was shocked and surprised at the same time. He told his senior “sir yeh ladkiyan Kanyakumari se gaadi chala ke aa rahi hai, late ho raha hai, paper sab theek hi rahenge, unko chod do” and yes we were allowed to go. Anyways we called HVSir (to be read as hvk) and again he guided us to back to the outer ring road. He asked us to hurry up as it was already 7.30PM and we were to cross the Pench National Park, the Tiger Reserve forest and also the fact that the roads are very bad and there was just a 2 lane road.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">But we were not worried about that then. We were all hungry and we stopped at the Dhaba on the way happily , little did we understand the seriousness of why God (hvk sir) warned us!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">It was almost 8 when we were out of the Dhaba we had another 120 km more to travel. Soon the four lane road turned to 2 lane and the roads were the worst ever we came across even worse than Chandrapur road. On top of that the lorry traffic that was coming from the opposite end was totally blinding. This was the first time I was driving on a 2 lane road and passing it at night was even challenging. This was a test to the concentration level and driving skills. Infact this being a Tiger reserve we came across many bends and curves. Nonetheless I kept driving , I realized I am slowly getting used to driving in the dark and that grew my confidence (I am sure Neeta and Parry were holding on to their nerves) we discussed what happens if we have a flat tire here? What happens if our car breaks down and we were to confront a tiger? the unanimous answer was it would be our lucky day. I was like , no, I don’t want to see the tiger as my camera had broken. Then we started discussing about ghosts. I think we reached a point in this trip where nothing could shock us anymore! We were laughing away the entire journey.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">When we reached the Seoni Motel at 10.50 pm God (HVKSir) sent a message asking if we saw spotted a tiger? to which we replied yes! we did….infact one is snoring on the back seat! and then I got kicked by Neeta who was sleeping on the back seat….</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">DAY 3:SEONI TO AGRA<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">DISTANCE COVERED :750 km<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">START TIME :7.15 AM<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">END TIME :10.00PM</strong></p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Seoni was beautiful in the morning. The area surrounding the motel where we stayed was lovely …and this is when one can almost hear these lines inside your mind….the woods are lovely dark and deep….but I have miles before I go to sleep…I have miles before I sleep!!!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">At 7.15AM we started our journey towards Agra . God messaged us his Customary “Namaskar your biggest challenge is to cross Agra city. Please target Jhansi before 4 pm.”</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">We instantly started calculating the distance from our Motel to Jhansi which was roughly 500km. God gave us 9 hours to cover those 500 kms. In our minds we decided we would not halt too much on the way and targeted reaching Jhansi by 3PM . After all the getting lost in the city, we had a lot to prove. Myself and Parry decided we will both drive 250 each nonstop and even pictures need to be taken only from inside the car. Keeping the word Parry pushed the accelerator and off she flew……..the drive was pleasant…roads were smooth 4 lane…one of the best we came across in terms of beautiful landscapes. These are the prime dal growing regions in India. It was a sight to behold when we saw the farmers in the field …..yet we didn’t stop anywhere.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">We covered 250 km in less than 3 hours. Now it was my turn to drive. The beauty about these roads was that there were hardly any vehicle traffic anywhere. We could easily push our accelerator to the max without much worry. My joy knew no bounds when the speedometer showed 150 speed…..wow! Anything can make a women happy….it was celebration time and we promised ourselves after reaching Jhansi we are going to have a feast! So off we zipped, zapped and zoomed (lack of vocabulary to express that we were going nonstop at high speed) we did stop over for 15 min for photos and 10 min at a Petrol Station and for air check up.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">You wont believe what time we reached…12.40 full 3 hours 20 minutes before schedule arrival time. For the past 1 hour HVSir had been asking us for location update and we ignored his requests purposefully. On reaching Jhansi we got out of the car near the Jhansi board, took a selfie with the Jhansi background edited the picture with handwritten note that said “Jhansi Ki Rani’s” reached Jhansi at 12.45PM”and sent the picture to HVSir. We got the reply from him “The three Musketeers in great form today”. W were swelling with pride on our achievements….<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">We decided to have lunch on the way to Gwalior. Road from Jhansi to Gwalior was very bad with very big pothole due to construction of road. After a bit the the 2way lane become 1way lane in most parts with vehicles crossing from both the sides.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">Here is where the first time our car broke down near a Gurudwara. We stopped near the Gurudwara for food and after coming back the vehicle would not start. We called HVSir who asked us to open the bonnet and check a few wires. We were excited but the only problem was we forgot where the bonnet button was! After much struggle with google search, we found it and HVSir asked us to check if the battery cables were loose and we checked them. We were constantly on the phone with HVSir trying to sort the problem, meanwhile just out of nowhere the car started automatically After some time, again the car stopped and all of a sudden the AC started blowing hot air. We panicked and called HVSir again who spoke to Ford Service center in Gwalior located 20 km away. Meanwhile a Sardarji came from somewhere and without even asking was trying to pour water inside the coolant tank. It was hilarious too. Anyway we stopped him from doing that and waited. The car refused to restart and all kinds of error signals started flashing in the dashboard. We were in the middle of nowhere, in an unsafe part of India.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">We kept trying to restart and luckily after 10 minutes the car restarted. We mobilized the help of the HiVayKing Club, which helped do a preliminary remote diagnosis of the problem &amp; directed us to the car’s dealer in Gwalior. God knows what we would have done without HiVayKings! Anyway… we headed to Ford Service Center. To ass to our miseries it started raining very rain badly. To top it the roads were very bad and every time we hit a pothole the AC would start automatically and start blowing hot air. I had to drive non stop…was really scared every time we hit a bump so that the vehicle should not stop. All said and done it was one hell of a driving experience.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">At the dealership, the car was checked and they claimed that they did a ECU remapping after running OBD. Needless to say, they could not tell what the problem really was but assured there was some minor problem and the same was sorted and we don’t have to worry and continue with our journey as planned.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">We left the service center at 6 in the evening. We had to cross the city from the service center, HVKSir already said that this is the famous Chambal District, where it is common to see people walking around with licensed semiautomatic pistols on the belt slings. We wanted to make sure we would at least be able to take a photo of that. We decided to have food at Rajhans Motel on the highway outside Jhansi. We ordered the food and were waiting and to our surprise we saw a well dressed man walking inside the restaurant and yes he had a semi automatic attached to his belt. Well, I told Parry to take my picture with the man in the backdrop. The picture was not really clear. This man then walked to the cash counter, that is when we realized it was the owner of Motel. Once we finished food and settled the bill we went to this man and spoke to him. His name was Pramod Yadav, he was the owner of motel Rajhaans. On enquiring why we was carry a weapon, he replied that is a licensed weapon . In these areas many people carry licensed weapon. Since the 1980’s due to many dacoits and kidnappings that had happened the area is absolutely clean the and the government and police have made sure the area is free of the criminals but the tradition of carrying licensed arms is more of the show of power and prestige here in Gwalior. Infact he himself owned a licensed arms shop in Gwalior. According to him there are around 30 licensed gun dealers in Jhansi. After the chat we asked him if he can hold the semi automatic and he gave is to see so we started taking selfies and also made Promod Yadav pose with us. Was this really happening with us? It was like we are in another world!</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">After we left Motel Rajhans we headed for Agra which was about 230 plus kms from wjere we started at 7 from Jhansi and drove nonstop to Agra and stayed at the Hotel Amar Yatri Niwas.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Day – 4</strong><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">It was going to be a long next day as our target was to reach Jhansi , which was 500 km from the Motel. We started at 7AM and our target was to reach Jhansi in 8 hrs by 4PM. While driving to Jhansi, we crossed the Thugee region where the Thugs used to waylay and strangle travelers in the 19th century till the Narasingpur Collector Mr Slater went after them and eliminated them. (History is IMPORTANT) of course it’s a very safe place now. Also these areas are among the prime daal growing regions in India. The roads from Seoni to Jhansi was so fantastic that we covered the distance of 500 km in less than 6 hrs!! Our initial plan was to stay at Delhi that day but due to out car breakdown just before Gwalior which took about 3 hrs time to fix we decided to halt for the night in Agra.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Day – 5</strong><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Next day after the photo shoot of the Taj Mahal from Mehtab Bhag, we zipped out of Agra through the high tech Yamuna Expressway which bypasses the chaotic towns of Mathura and Vrindavan, and crossed 184km in just 1.5 hrs and we were asked to expect heavy traffic due to Kanwariya Procession in Delhi…but as luck would have it we met no traffic on our side….we were flying through Delhi…like the President of India….!! On the way we stopped at Pahalwan Dhabha for an awesome lunch and again….yes again…our vehicle refused to start and then restarted after 10 mins. We proceeded towards the Karnal Ford Service station and we got out car rechecked where we spent 3 hrs getting the battery changed, etc. Post, which we drove and halted for the night in Rajpura.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\">Day-6</strong><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Our agenda was to leave early from Rajpura to reach Patnitop through Ludhiana – Amritsar – Jalandhar – Pathankot . As luck would have it our car stopped post Jalandhar GRRrrrrrrrr…Grrrrrrrrrrrrrrrrrrr….yes we had the same problem….our car refused to start…..!! Again we had to divert to Bhagat Ford @ Pathankot and there we met Mr. Shashipal Singh a very noble, no-nonsense guy who heard about the issue ,analysed by driving the car , found few wiring problem and rectified it and we proceeded towards Jammu and he tested our vehicle many times before we left for Jammu as there were no service centre in Jammu…luckily she passed all the tests and gave us the confidence that she was ready for the mission…!!! So from Pathankot we proceeded to Jammu where we halted for the night.<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\"><strong style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px;\"><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Day – 7</strong><br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">The day’s target was to reach Kashmir, taking the ghat roads the never ending traffic roads mostly occupied by the truck walaas and we were informed that we have to keep a good pace to cover 250+ kms in 8 – 10 hrs in the ghat road. As we were travelling there came a news that there has been a landslide because of the previous nights rain and the traffic has been blocked in both the directions and we knew that we will not reach Kashmir before mid-night or early next day….we almost reached the tail end of the traffic towards Kashmir and there we met few people from Jammu and they were asking where are we coming from after seeing TN registration…and when we told them about our trip from Kanyakumari to Kashmir the news spread like fire from them to Policemen . Soon a Senior Police personal came to us and enquired about our trip and knowing that we were 3 women doing this whole trip we were asked to move forward from the line and were made the first waiting car on the stranded traffic. Then we were told to leave along with Amarnath Yatris who were escorted by convoys and there we entered Kashmir with 2 convoys…one in the front and one at the back…what a day it was..!!! We stayed in a houseboat at Nigeen Lake – Srinagar.<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">Kanyakumari to Kashmir Mission by car was complete on day before independence day at Srinagar . It go a little bit delayed because of 3 breakdowns which meant that we had a timely entrance of entering a day before independence day on Aug 14th in Srinagar.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">O!What an experience it was! The night we entered I could see many Kashmiri’s at 8 pm ….women and children sitting by Dal Lake , walking around ,eating food from road side eateries …who said Kashmir was unsafe, should have seen the ambience near Dal lake which is like Chowpaati of Mumbai!<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">We stopped at a house boat for the night on 14 August and on 15th August while we had breakfast in the house boat it was heartening to see a small Indian flag placed in one corner. The boat owner said ” he is proud to be an Indian”. We were to leave Srinagar that day taking picturs on the way. Anyway while we left we realized we might not get an Indian flag so went back to houseboat to ask for flag but the owner was not there and the caretaker refused to give the flag and said” if you want take photo with flag ok but I can’t give the flag”.<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">We had to leave for Leh via Sonmarg and on the way we saw Army men all over Srinagar saving it like a fortress. Every 100 meter stretch we could see army men with their AK 47. Infact we wanted a picture with these men…. but when I went and requested him “nahi Madam hum duty pe hai …hum aap ke saath photo nahi le sakte but aap humari photo door se le lo” so we took a picture of them from car . We went further on towards Sonmarg …on the way we could see 90 percent of Kashmir was Closed/band with only a few petrol bunks and small roadside shops open ….for an entire stretch of 20 km …we could not see any Indian flag….then we realized something …we don’t have any picture of us in front of Dal lake …and by luck if we get an Indian flag even better. So we went 20 km back to Dal lake entrance but were disappointed that there was no flag ….and to add to that the car stopped again and would not start ….by now we were convinced that the car is not mechanically ready for Leh Ladhak Circuit.<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">After 5 min the car started on its own. As luck would have it, we met this bunch of biking group called Unido going towards Leh….no we were not planning on going with them! …. we were happy because the bikers had an Indian flag behind their bikes and at last our dream of taking a picture with Indian flag on independence day at Srinagar was complete!<br style=\"box-sizing: inherit; border-color: rgb(225, 225, 225);\">After that we decided to take a boat house at Dal lake where we took a Shikara for the rest of day to explore Dal lake which runs about 35 km. The ambience inside the Dal lake was so opposite of the rest of Srinagar. While rest of Kashmir was band/closed the Dal lake was alive with thousands of tourists and Kashmirs in the Shikaras going around their daily lives so peacefully….we could capture the beautiful sunset of Dal lake and candid photographs of tourists and locals ….it made my day as photographer… not to forget the Shikarawala Mr Bashir who was constantly giving us insightful stories about the people and the place….all said and done we are proud to say that we spent my independence day on one of the most peaceful serene and beautiful place called Srinagar!! Mission Kashmir completed.</p><p style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; margin-bottom: 20px; padding: 0px; line-height: 1.7; color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">To View the photos from the trip. Please visit our facebook page&nbsp;<a href=\"https://www.facebook.com/pg/thetravellingdivas/photos/?tab=album&amp;album_id=1051385238227502\" style=\"box-sizing: inherit; border: 0px rgb(225, 225, 225); outline: 0px; vertical-align: baseline; background: transparent; margin: 0px; padding: 0px; transition: background 300ms ease 0s, color 300ms ease 0s, border-color 300ms ease 0s; color: rgb(177, 155, 0);\">click here</a></p>', '2022-01-14 16:53:28', NULL, NULL, 1, '', 0, 0, '1', '', '', '', '');
INSERT INTO `tbl_travelogues` (`TravId`, `TravTitle`, `TravIdentifier`, `TravImage`, `TravBannerImage`, `TravDestination`, `TravUploadedBy`, `TravDate`, `TravDays`, `TravTraveller`, `TravCost`, `TravDescription`, `CreateDate`, `UpdateDate`, `TravMultiImage`, `status`, `tags`, `displayOnBanner`, `isMarkForDel`, `category`, `metatag`, `keyword`, `description`, `selectedPackages`) VALUES
(9, 'About Sunita', 'about-sunita', '1642422733_blog.jpg', '1642422733.jpg', NULL, 'neha', '2021-07-27', NULL, NULL, NULL, '<p><span style=\"color: rgb(140, 140, 140); font-family: Helvetica, sans-serif; font-size: 14px;\">MEET SUNITHA DUGAR – A SERIAL ENTREPRENEUR Founder of Roam Baby Roam Sunitha Dugar is A Serial Entrepreneur, A MAVERICK, A PATH BREAKER. SHE BELIEVES that …if you put your heart and mind to something, willing to work hard and are persistent, there is nothing that you cannot achieve. Interests: Photography, trekking, self-driven road trips,...</span><br></p>', '2022-01-17 18:02:14', NULL, NULL, 0, '', 0, 0, '1', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tb_homebanner_detail`
--

CREATE TABLE `tb_homebanner_detail` (
  `banner_id` int(11) NOT NULL,
  `image` varchar(100) DEFAULT NULL,
  `heading` varchar(80) DEFAULT NULL,
  `description` varchar(150) DEFAULT NULL,
  `url` varchar(250) DEFAULT NULL,
  `opt` tinyint(4) NOT NULL DEFAULT 0,
  `isDisplayOnHome` tinyint(4) NOT NULL DEFAULT 0,
  `isDisplayOnBanner` enum('0','1') NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `isMarkForDel` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tb_homebanner_detail`
--

INSERT INTO `tb_homebanner_detail` (`banner_id`, `image`, `heading`, `description`, `url`, `opt`, `isDisplayOnHome`, `isDisplayOnBanner`, `status`, `isMarkForDel`) VALUES
(2, '2_1641646979.jpg', 'THAILAND', '', '', 0, 1, '0', 1, 0),
(3, '3_1641646963.jpg', 'VIETNAM', '', '', 0, 1, '0', 1, 0),
(4, '4_1641646945.jpg', 'BALI', '', '', 0, 1, '0', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `tb_itinerary_description`
--

CREATE TABLE `tb_itinerary_description` (
  `ItineraryDesId` int(11) NOT NULL,
  `GtxRefId` int(11) NOT NULL,
  `StartCity` int(11) NOT NULL,
  `DestinationCity` int(11) NOT NULL,
  `Title` varchar(100) NOT NULL,
  `Description` text NOT NULL,
  `StartCityName` varchar(100) NOT NULL,
  `DestinationCityName` varchar(100) NOT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_tbb2c_destinations`
--

CREATE TABLE `tb_tbb2c_destinations` (
  `DesSysId` bigint(20) NOT NULL,
  `IsFeatured` int(11) DEFAULT NULL,
  `DisplayOnFooter` tinyint(1) DEFAULT NULL,
  `DisplayIndex` smallint(6) DEFAULT NULL,
  `Title` varchar(450) DEFAULT NULL,
  `region_id` bigint(20) DEFAULT NULL,
  `DesId` int(11) NOT NULL,
  `Activities` int(11) DEFAULT NULL,
  `Tours` int(11) DEFAULT NULL,
  `Hotels` int(11) DEFAULT NULL,
  `DetailText` text DEFAULT NULL,
  `Image` varchar(765) DEFAULT NULL,
  `DestDescription` text DEFAULT NULL,
  `Bannerimg` varchar(765) DEFAULT NULL,
  `Countries` text DEFAULT NULL,
  `CountryIds` varchar(765) DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `CreatedBy` bigint(20) DEFAULT NULL,
  `UpdatedBy` bigint(20) DEFAULT NULL,
  `IsPublish` char(3) DEFAULT NULL,
  `IsActive` char(3) DEFAULT NULL,
  `IsMarkForDel` char(3) DEFAULT NULL,
  `DisplayOnDestination` tinyint(1) DEFAULT 0,
  `DisplayOnHeader` tinyint(1) NOT NULL DEFAULT 0,
  `Keyword` text DEFAULT NULL,
  `Description` text DEFAULT NULL,
  `Metatag` text DEFAULT NULL,
  `regionDescription` text DEFAULT NULL,
  `seoHcontent` text DEFAULT NULL,
  `seoFcontent` text DEFAULT NULL,
  `displayOnActivity` enum('1','0') NOT NULL DEFAULT '0',
  `Tagline` varchar(500) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tb_tbb2c_destinations`
--

INSERT INTO `tb_tbb2c_destinations` (`DesSysId`, `IsFeatured`, `DisplayOnFooter`, `DisplayIndex`, `Title`, `region_id`, `DesId`, `Activities`, `Tours`, `Hotels`, `DetailText`, `Image`, `DestDescription`, `Bannerimg`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `DisplayOnDestination`, `DisplayOnHeader`, `Keyword`, `Description`, `Metatag`, `regionDescription`, `seoHcontent`, `seoFcontent`, `displayOnActivity`, `Tagline`) VALUES
(1, NULL, NULL, NULL, 'Zurich', NULL, 30548, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Switzerland', '210', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(2, NULL, NULL, NULL, 'Voss', NULL, 29066, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Norway', '164', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(3, NULL, NULL, NULL, 'Venice', NULL, 28574, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(4, NULL, NULL, NULL, 'Turin', NULL, 27967, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(5, NULL, NULL, NULL, 'Tashkent', NULL, 26873, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Uzbekistan', '232', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(6, NULL, NULL, NULL, 'Stratford Upon Avon', NULL, 26211, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(7, NULL, NULL, NULL, 'Stockholm', NULL, 35531, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sweden', '209', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(8, NULL, NULL, NULL, 'Srinagar', NULL, 25897, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(9, NULL, NULL, NULL, 'Sorrento', NULL, 25681, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(10, NULL, NULL, NULL, 'Shimla', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(11, NULL, NULL, NULL, 'Samarkand', NULL, 24061, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Uzbekistan', '232', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(12, NULL, NULL, NULL, 'Rome', NULL, 32754, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(13, NULL, NULL, NULL, 'Pisa', NULL, 21478, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(14, NULL, NULL, NULL, 'Paris', NULL, 20822, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'France', '76', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(15, NULL, NULL, NULL, 'Pahalgam', NULL, 20566, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(16, NULL, NULL, NULL, 'Padova', NULL, 32390, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(17, NULL, NULL, NULL, 'Oslo', NULL, 20314, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Norway', '164', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(18, NULL, NULL, NULL, 'Naples', NULL, 18987, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(19, NULL, NULL, NULL, 'Milan', NULL, 17686, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(20, 1, NULL, NULL, 'Manali', 0, 16593, NULL, 1, NULL, NULL, '20_1640851453.jpg', NULL, '20_1640851453.jpg', 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 1, '', '', '', '', '', '', '0', NULL),
(21, NULL, NULL, NULL, 'Mahabaleshwar', NULL, 16375, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(22, NULL, NULL, NULL, 'Lucerne', NULL, 16022, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Switzerland', '210', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(23, NULL, NULL, NULL, 'London', NULL, 35251, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(24, NULL, NULL, NULL, 'London', NULL, 15836, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(25, NULL, NULL, NULL, 'Leeds', NULL, 15202, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(26, NULL, NULL, NULL, 'Lake District', NULL, 31555, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(27, NULL, NULL, NULL, 'La Spezia', NULL, 31489, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(28, NULL, NULL, NULL, 'Kullu', NULL, 14570, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(29, NULL, NULL, NULL, 'Kufri', NULL, 34441, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(30, NULL, NULL, NULL, 'Khiva', NULL, 13954, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Uzbekistan', '232', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(31, NULL, NULL, NULL, 'Inverness', NULL, 12775, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(32, 1, NULL, NULL, 'Interlaken', 0, 12756, NULL, 1, NULL, NULL, '32_1640851004.jpg', NULL, '32_1640851004.png', 'Switzerland', '210', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 1, '', '', '', '', '', '', '0', NULL),
(33, NULL, NULL, NULL, 'Innsbruck', NULL, 12747, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Austria', '14', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(34, NULL, NULL, NULL, 'Helsinki', NULL, 11834, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Finland', '75', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(35, NULL, NULL, NULL, 'Gulmarg', NULL, 11197, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(36, NULL, NULL, NULL, 'Glasgow', NULL, 10494, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(37, NULL, NULL, NULL, 'Geneva', NULL, 10276, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Switzerland', '210', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(38, NULL, NULL, NULL, 'Geiranger', NULL, 10245, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Norway', '164', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(39, NULL, NULL, NULL, 'Geilo', NULL, 10243, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Norway', '164', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(40, NULL, NULL, NULL, 'Florence', NULL, 9544, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(41, NULL, NULL, NULL, 'Engelberg', NULL, 8778, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Switzerland', '210', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(42, NULL, NULL, NULL, 'Edinburgh', NULL, 8520, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(43, 1, NULL, NULL, 'Dubai', 0, 8219, NULL, 1, NULL, NULL, '43_1640850898.jpg', NULL, '43_1640850898.jpg', 'United Arab Emirates', '228', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 1, '', '', '', '', '', '', '0', NULL),
(44, NULL, NULL, NULL, 'Copenhagen', NULL, 6889, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Denmark', '59', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(45, 1, NULL, NULL, 'Chandigarh', 0, 5765, NULL, 1, NULL, NULL, '45_1640850753.jpg', NULL, '45_1640850753.jpg', 'India', '101', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 1, '', '', '', '', '', '', '0', NULL),
(46, NULL, NULL, NULL, 'Bukhara', NULL, 4410, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Uzbekistan', '232', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(47, NULL, NULL, NULL, 'Bergen', NULL, 2980, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Norway', '164', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(48, NULL, NULL, NULL, 'Bath', NULL, 2532, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'UNITED KINGDOM', '469', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(49, 1, NULL, NULL, 'Annemasse', 0, 1121, NULL, 1, NULL, NULL, '49_1640772824.jpg', NULL, '49_1640772824.jpg', 'France', '76', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 1, '', '', '', '', '', '', '0', NULL),
(50, NULL, NULL, NULL, 'Ancona', NULL, 1014, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Italy', '107', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(51, NULL, NULL, NULL, 'Amsterdam', NULL, 979, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Netherlands', '154', '2021-12-29 13:42:38', '2021-12-29 13:42:38', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(52, NULL, NULL, NULL, 'Trivandrum', NULL, 34288, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(53, NULL, NULL, NULL, 'Thekkady', NULL, 27156, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(54, NULL, NULL, NULL, 'Tezpur', NULL, 27116, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(55, NULL, NULL, NULL, 'Tawang', NULL, 34557, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(56, NULL, NULL, NULL, 'Sonmarg', NULL, 25651, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(57, NULL, NULL, NULL, 'Munnar', NULL, 18697, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(58, NULL, NULL, NULL, 'Kovalam', NULL, 14455, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(59, NULL, NULL, NULL, 'Guwahati', NULL, 11240, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(60, NULL, NULL, NULL, 'Dirang', NULL, 7934, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(61, NULL, NULL, NULL, 'Cochin', NULL, 6561, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(62, NULL, NULL, NULL, 'Bomdila', NULL, 34561, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(63, NULL, NULL, NULL, 'Bhalukpong', NULL, 34462, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(64, NULL, NULL, NULL, 'Alleppey', NULL, 670, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 13:56:46', '2022-01-19 13:56:46', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(65, NULL, NULL, NULL, 'Kalimpong', NULL, 13403, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 17:23:01', '2022-01-19 17:23:01', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(66, NULL, NULL, NULL, 'Jaipur', NULL, 12995, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 17:23:01', '2022-01-19 17:23:01', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(67, NULL, NULL, NULL, 'Gangtok', NULL, 10106, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 17:23:01', '2022-01-19 17:23:01', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(68, NULL, NULL, NULL, 'Delhi', NULL, 7701, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 17:23:01', '2022-01-19 17:23:01', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(69, NULL, NULL, NULL, 'Darjeeling', NULL, 7556, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 17:23:01', '2022-01-19 17:23:01', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(70, NULL, NULL, NULL, 'Agra', NULL, 266, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-19 17:23:01', '2022-01-19 17:23:01', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(71, NULL, NULL, NULL, 'Uleytokpo', NULL, 35389, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(72, NULL, NULL, NULL, 'Udaipur', NULL, 28058, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(73, NULL, NULL, NULL, 'Turtuk', NULL, 35524, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(74, NULL, NULL, NULL, 'Sun City', NULL, 26381, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'South Africa', '195', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(75, NULL, NULL, NULL, 'Sonamarg', NULL, 34549, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(76, NULL, NULL, NULL, 'Simla', NULL, 25257, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(77, NULL, NULL, NULL, 'Sham Valley', NULL, 35295, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(78, NULL, NULL, NULL, 'Ranthambore', NULL, 22593, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(79, NULL, NULL, NULL, 'Pangong', NULL, 35281, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(80, NULL, NULL, NULL, 'Panchgani', NULL, 20696, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(81, NULL, NULL, NULL, 'Oudtshoorn', NULL, 20426, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'South Africa', '195', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(82, NULL, NULL, NULL, 'Ooty', NULL, 20161, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(83, NULL, NULL, NULL, 'Nuwara Eliya', NULL, 19797, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sri Lanka', '200', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(84, NULL, NULL, NULL, 'Nubra', NULL, 35282, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(85, NULL, NULL, NULL, 'Mysore', NULL, 18821, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(86, NULL, NULL, NULL, 'Mount Abu', NULL, 18551, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(87, NULL, NULL, NULL, 'Manyeleti Game Reserve', NULL, 16717, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'South Africa', '195', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(88, NULL, NULL, NULL, 'Lonavala', NULL, 15833, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(89, NULL, NULL, NULL, 'Leh', NULL, 15229, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(90, NULL, NULL, NULL, 'Ladakh', NULL, 34296, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(91, NULL, NULL, NULL, 'Knysna', NULL, 14261, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'South Africa', '195', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(92, NULL, NULL, NULL, 'Khandala', NULL, 13936, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(93, NULL, NULL, NULL, 'Kargil', NULL, 13569, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(94, NULL, NULL, NULL, 'Kandy', NULL, 13493, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sri Lanka', '200', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(95, NULL, NULL, NULL, 'Johannesburg', NULL, 13189, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'South Africa', '195', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(96, NULL, NULL, NULL, 'Jodhpur', NULL, 13184, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(97, NULL, NULL, NULL, 'Hunder', NULL, 35399, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(98, NULL, NULL, NULL, 'Goa', NULL, 10576, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(99, NULL, NULL, NULL, 'Galle', NULL, 34652, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sri Lanka', '200', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(100, NULL, NULL, NULL, 'Fatehpur Sikri', NULL, 9259, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(101, NULL, NULL, NULL, 'Coorg', NULL, 6879, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(102, NULL, NULL, NULL, 'Colombo', NULL, 6689, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sri Lanka', '200', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(103, NULL, NULL, NULL, 'Chikmagalur', NULL, 34552, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(104, NULL, NULL, NULL, 'Cape Town', NULL, 5069, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'South Africa', '195', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(105, NULL, NULL, NULL, 'Bharatpur', NULL, 3130, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(106, NULL, NULL, NULL, 'Bentota', NULL, 2949, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Sri Lanka', '200', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(107, NULL, NULL, NULL, 'Amritsar', NULL, 974, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(108, NULL, NULL, NULL, 'Alchi', NULL, 35390, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'India', '101', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL),
(109, NULL, NULL, NULL, 'Abu Dhabi', NULL, 105, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'United Arab Emirates', '228', '2022-01-21 12:24:50', '2022-01-21 12:24:50', NULL, NULL, '1', '1', '0', 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tb_tbb2c_destinations(old)`
--

CREATE TABLE `tb_tbb2c_destinations(old)` (
  `DesSysId` bigint(20) NOT NULL,
  `IsFeatured` int(11) DEFAULT NULL,
  `DisplayOnFooter` tinyint(1) DEFAULT NULL,
  `DisplayIndex` smallint(6) DEFAULT NULL,
  `Title` varchar(450) DEFAULT NULL,
  `region_id` bigint(20) DEFAULT NULL,
  `Activities` int(11) DEFAULT NULL,
  `Tours` int(11) DEFAULT NULL,
  `Hotels` int(11) DEFAULT NULL,
  `DetailText` text DEFAULT NULL,
  `Image` varchar(765) DEFAULT NULL,
  `DestDescription` text DEFAULT NULL,
  `Bannerimg` varchar(765) DEFAULT NULL,
  `Countries` text DEFAULT NULL,
  `CountryIds` varchar(765) DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `CreatedBy` bigint(20) DEFAULT NULL,
  `UpdatedBy` bigint(20) DEFAULT NULL,
  `IsPublish` char(3) DEFAULT NULL,
  `IsActive` char(3) DEFAULT NULL,
  `IsMarkForDel` char(3) DEFAULT NULL,
  `DisplayOnDestination` tinyint(1) DEFAULT 0,
  `DisplayOnHeader` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_tbb2c_newsletter`
--

CREATE TABLE `tb_tbb2c_newsletter` (
  `news_letter_id` int(11) NOT NULL,
  `news_letter_email` varchar(255) NOT NULL,
  `created_date` datetime NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_tbb2c_packages_master`
--

CREATE TABLE `tb_tbb2c_packages_master` (
  `PkgSysId` bigint(20) NOT NULL,
  `GTXPkgId` bigint(20) DEFAULT NULL,
  `GTXPkgSourceId` smallint(6) DEFAULT NULL,
  `AgencySysId` bigint(20) DEFAULT NULL,
  `IsFeatured` int(11) DEFAULT NULL,
  `lastMinuteDeal` int(11) DEFAULT 0,
  `DisplayIndex` smallint(6) DEFAULT NULL,
  `PackageCategory` text DEFAULT NULL,
  `ShortJsonInfo` text DEFAULT NULL,
  `ItemType` tinyint(4) DEFAULT 0,
  `PackageType` tinyint(4) DEFAULT 0,
  `PackageSubType` tinyint(4) DEFAULT 0,
  `LongJsonInfo` longtext DEFAULT NULL,
  `Destinations` varchar(2000) DEFAULT NULL,
  `PackageSearchString` varchar(2000) DEFAULT NULL,
  `HotDeal` varchar(255) DEFAULT NULL,
  `DestinationsId` varchar(200) DEFAULT NULL,
  `MinPrice` decimal(18,0) DEFAULT NULL,
  `MaxPrice` decimal(18,0) DEFAULT NULL,
  `Nights` smallint(6) DEFAULT NULL,
  `Image` varchar(255) DEFAULT NULL,
  `MainImage` varchar(255) DEFAULT NULL,
  `MinPax` smallint(6) DEFAULT NULL,
  `PackTypeMask` varchar(50) DEFAULT NULL,
  `PackRangeType` smallint(6) DEFAULT NULL,
  `PkgValidFrom` datetime DEFAULT NULL,
  `PkgValidUntil` datetime DEFAULT NULL,
  `BookingValidUntil` datetime DEFAULT NULL,
  `StarRating` tinyint(4) DEFAULT NULL,
  `Countries` mediumtext DEFAULT NULL,
  `CountryIds` varchar(255) DEFAULT NULL,
  `UpdateDate` datetime DEFAULT NULL,
  `CreateDate` datetime DEFAULT NULL,
  `CreatedBy` bigint(20) DEFAULT NULL,
  `UpdatedBy` bigint(20) DEFAULT NULL,
  `IsPublish` enum('1','0') DEFAULT '0',
  `IsActive` enum('1','0') DEFAULT '0',
  `IsMarkForDel` enum('1','0') DEFAULT '0',
  `Keyword` text DEFAULT NULL,
  `Description` text DEFAULT NULL,
  `Metatag` text DEFAULT NULL,
  `broucher` varchar(256) DEFAULT NULL,
  `packageNameUrl` varchar(500) DEFAULT NULL,
  `visaFAQ` text DEFAULT NULL,
  `festivals` varchar(500) DEFAULT NULL,
  `packageItinerary` text DEFAULT NULL,
  `oldPrice` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tb_tbb2c_packages_master`
--

INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(1, 30092, 1, 9840, 1, 0, 0, 'Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":30092,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Exotic Kashmir\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6026\",\"SupplierName\":\"Tamarind Global\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Sightseeing\",\"PackageType\":\"Leisure\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489378,\"Name\":\"Deluxe Houseboat Srinagar Hb Shreen\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0879088\",\"Long\":\"74.8384157\",\"Address\":\"Golden Lake, Opp. New Park Hotel, Ghat No.9, Karapura, Rainawari, Srinagar, Jammu and Kashmir 190006\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489380,\"Name\":\"Deluxe Houseboat Srinagar Hb Shreen\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0879088\",\"Long\":\"74.8384157\",\"Address\":\"Golden Lake, Opp. New Park Hotel, Ghat No.9, Karapura, Rainawari, Srinagar, Jammu and Kashmir 190006\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489381,\"Name\":\"Deluxe Houseboat Srinagar Hb Shreen\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489391,\"Name\":\"Hotel Rose Petal\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.06698969999999\",\"Long\":\"74.8224721\",\"Address\":\"56 Rajbagh near joggers park, Maharajpur, Srinagar, 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489392,\"Name\":\"Regenta Central Point Srinagar\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0680623\",\"Long\":\"74.82521849999999\",\"Address\":\"Rajbagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":393,\"Title\":\"Dal Lake\",\"Description\":\"Dal is a lake in Srinagar, the summer capital of Jammu and Kashmir. The urban lake, which is the second largest in the state, is integral to tourism and recreation in Kashmir and is named the Jewel in the crown of Kashmir or Srinagar Jewel.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1105857,\"Long\":74.8682569,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/110\\/thumb\\/Dal Lake_358.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru &amp; Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru &amp; Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu &amp;amp; Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489382,\"Name\":\"Wildflower Villa Resort\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9214941\",\"Long\":\"75.285022\",\"Address\":\"Yainer, Movera, Rafting Point, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489383,\"Name\":\"The Hermitage By Grand Resorts\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0319193\",\"Long\":\"75.32256459999999\",\"Address\":\"Laripora Pahalgam, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":489384,\"Name\":\"Hotel Heevan Retreat\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.04912799999999\",\"Long\":\"74.381181\",\"Address\":\"Srinagar, Heevan Retreats Rd, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":393,\"Title\":\"Dal Lake\",\"Description\":\"Dal is a lake in Srinagar, the summer capital of Jammu and Kashmir. The urban lake, which is the second largest in the state, is integral to tourism and recreation in Kashmir and is named the Jewel in the crown of Kashmir or Srinagar Jewel.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1105857,\"Long\":74.8682569,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/110\\/thumb\\/Dal Lake_358.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru &amp; Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru &amp; Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu &amp;amp; Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":489388,\"Name\":\"Hotel Alpine Ridge\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0480344\",\"Long\":\"74.38096200000001\",\"Address\":\"Heevan Retreats Road, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":393,\"Title\":\"Dal Lake\",\"Description\":\"Dal is a lake in Srinagar, the summer capital of Jammu and Kashmir. The urban lake, which is the second largest in the state, is integral to tourism and recreation in Kashmir and is named the Jewel in the crown of Kashmir or Srinagar Jewel.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1105857,\"Long\":74.8682569,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/110\\/thumb\\/Dal Lake_358.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru &amp; Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru &amp; Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu &amp;amp; Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"214204\",\"Title\":\"Day 01 \\u2013 Arrival in Srinagar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet our representative upon arrival in Srinagar and proceed to your houseboat. This place is famous for its lakes and the charming houseboats, Srinagar is also known for traditional Kashmiri handicrafts. The lake comprises a series of water bodies, including the Nagin Lake. One can take in the panoramic view of the mountains surrounding Srinagar from this lake. Kashmiri boats called Shikara, are used to explore the intricate maze of waterways on this lake. In the evening, enjoy visit to Mughal Gardens followed by a Shikara-ride on Dal Lake. Overnight stay in Srinagar Houseboat.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489378,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":489380,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489381,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":393,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214207\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214210\",\"Title\":\"Day 02 \\u2013 Drive from Srinagar \\u2013 Pahalgam (90 kms \\/ 3.5 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, proceed to Pahalgam, also called the Valley of Shepherds. On arrival, check-in at the hotel. In Pahalgam, admire the beauty of nature as you walk along the banks of River Lidder. Pahalgam is also famous for some trekking routes and is the base camp for the Amarnath Pilgrimage. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489382,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":489383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489384,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214213\",\"Title\":\"Day 03 \\u2013 Sightseeing in Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, enjoy panoramic views of Pahalgam town and Lidder Valley. Start with Aru Valley which is a small village, 15 km upstream the Lidder River, The route is picturesque with ample campsites. This village is the starting point for treks to the Kolahoi glacier. Later, visit Chandanwari, 16 Km which is the starting point of sacred Amarnath Yatra. Chandanwari is famous for snow sledging on a snow bridge, enroute you can visit Hajan, an idyllic picnic spot and Betaab valley. Dinner &amp; overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489382,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":489383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":489384,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":78,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":296,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214216\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214219\",\"Title\":\"Day 04 \\u2013 Pahalgam \\u2013 Gulmarg (130 kms \\/ approx. 4 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast drive to Gulmarg, &lsquo;Meadow of Flowers&rsquo; situated at an altitude of 2730 meters, full day at leisure to take walks on the lush green meadows of flowers with a backdrop of the snow-capped mountains. Dinner &amp; overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489388,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214222\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214225\",\"Title\":\" Day 05 \\u2013 Sightseeing in Gulmarg I Drive back to Srinagar (58 kms \\/ approx. 3 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, enjoy local sightseeing of Gulmarg and Gondola-ride (cable car). Later, drive back to Srinagar. Arrive and check-in at the hotel. Spend evening at leisure. Dinner and overnight stay in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489391,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":489392,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214228\",\"Title\":\"Day 06 \\u2013 Sonamarg Excursion (One way \\u2013 55 kms \\/ approx. 2.5 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>After breakfast depart for full day excursion to the Sonmarg, &lsquo;Meadow of Gold&rsquo; on Srinagar- Leh road, a gushing river is the highlight of this meadow, flowing down from snowy heights into the dense woodlands of firs and silver birches. Glaciers pour down from this stream from the Himalayas on to the many camping sites in Sonmarg. A thick forest-cover of sycamore, alpine flowers, silver birch, fir and pine, Sonmarg offers adventure in the form of treks, sledging, angling, alpine skiing and white water rafting. Upon arrival visit Thajiwas Glacier. Later return to Srinagar for dinner &amp; overnight stay in houseboat.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":489391,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":489392,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"214231\",\"Title\":\"Day 07 \\u2013 Departure from Srinagar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>After breakfast, you will be transferred to Srinagar airport for return flight back home. End of Services.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"30092\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21725.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18549,\"priceDoubleOcc\":\"21725.00\",\"priceSingleOcc\":45925,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18549,\"priceDoubleOcc\":\"21725.00\",\"priceSingleOcc\":45925,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18549,\"priceDoubleOcc\":\"21725.00\",\"priceSingleOcc\":45925,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18549,\"priceDoubleOcc\":\"21725.00\",\"priceSingleOcc\":45925,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18549,\"priceDoubleOcc\":\"21725.00\",\"priceSingleOcc\":45925,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":20199,\"priceDoubleOcc\":\"24200.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18549,\"priceDoubleOcc\":\"21725.00\",\"priceSingleOcc\":45925,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20199,\"priceDoubleOcc\":\"24200.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"12196.80\",\"priceWithoutBed\":\"7761.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30093\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35458.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":30151,\"priceDoubleOcc\":\"35458.50\",\"priceSingleOcc\":73573.5,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35458.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":30151,\"priceDoubleOcc\":\"35458.50\",\"priceSingleOcc\":73573.5,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35458.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":30151,\"priceDoubleOcc\":\"35458.50\",\"priceSingleOcc\":73573.5,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35458.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":30151,\"priceDoubleOcc\":\"35458.50\",\"priceSingleOcc\":73573.5,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35458.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":30151,\"priceDoubleOcc\":\"35458.50\",\"priceSingleOcc\":73573.5,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35458.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":31922,\"priceDoubleOcc\":\"38115.00\",\"priceSingleOcc\":76230,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38115.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30151,\"priceDoubleOcc\":\"35458.50\",\"priceSingleOcc\":73573.5,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35458.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31922,\"priceDoubleOcc\":\"38115.00\",\"priceSingleOcc\":76230,\"priceExtraBed\":\"19536.00\",\"priceWithoutBed\":\"11833.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38115.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30094\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"48559.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":40997,\"priceDoubleOcc\":\"48559.50\",\"priceSingleOcc\":48559.5,\"priceExtraBed\":\"25872.00\",\"priceWithoutBed\":\"13028.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48559.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":42769,\"priceDoubleOcc\":\"51217.10\",\"priceSingleOcc\":51217.1,\"priceExtraBed\":\"25872.00\",\"priceWithoutBed\":\"13028.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51217.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40997,\"priceDoubleOcc\":\"48559.50\",\"priceSingleOcc\":99776.6,\"priceExtraBed\":\"25872.00\",\"priceWithoutBed\":\"13028.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48559.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42769,\"priceDoubleOcc\":\"51217.10\",\"priceSingleOcc\":102434.2,\"priceExtraBed\":\"25872.00\",\"priceWithoutBed\":\"13028.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51217.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"30092\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20737.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17706,\"priceDoubleOcc\":\"20737.50\",\"priceSingleOcc\":43837.5,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17706,\"priceDoubleOcc\":\"20737.50\",\"priceSingleOcc\":43837.5,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17706,\"priceDoubleOcc\":\"20737.50\",\"priceSingleOcc\":43837.5,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17706,\"priceDoubleOcc\":\"20737.50\",\"priceSingleOcc\":43837.5,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17706,\"priceDoubleOcc\":\"20737.50\",\"priceSingleOcc\":43837.5,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":19281,\"priceDoubleOcc\":\"23100.00\",\"priceSingleOcc\":46200,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17706,\"priceDoubleOcc\":\"20737.50\",\"priceSingleOcc\":43837.5,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19281,\"priceDoubleOcc\":\"23100.00\",\"priceSingleOcc\":46200,\"priceExtraBed\":\"11642.40\",\"priceWithoutBed\":\"7408.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30093\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"33846.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":28781,\"priceDoubleOcc\":\"33846.75\",\"priceSingleOcc\":70229.25,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33846.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":28781,\"priceDoubleOcc\":\"33846.75\",\"priceSingleOcc\":70229.25,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33846.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":28781,\"priceDoubleOcc\":\"33846.75\",\"priceSingleOcc\":70229.25,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33846.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":28781,\"priceDoubleOcc\":\"33846.75\",\"priceSingleOcc\":70229.25,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33846.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":28781,\"priceDoubleOcc\":\"33846.75\",\"priceSingleOcc\":70229.25,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33846.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":30471,\"priceDoubleOcc\":\"36382.50\",\"priceSingleOcc\":72765,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36382.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28781,\"priceDoubleOcc\":\"33846.75\",\"priceSingleOcc\":70229.25,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33846.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30471,\"priceDoubleOcc\":\"36382.50\",\"priceSingleOcc\":72765,\"priceExtraBed\":\"18648.00\",\"priceWithoutBed\":\"11295.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36382.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30094\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"46352.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":39134,\"priceDoubleOcc\":\"46352.25\",\"priceSingleOcc\":46352.25,\"priceExtraBed\":\"24696.00\",\"priceWithoutBed\":\"12436.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46352.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-01\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":40825,\"priceDoubleOcc\":\"48889.05\",\"priceSingleOcc\":48889.05,\"priceExtraBed\":\"24696.00\",\"priceWithoutBed\":\"12436.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48889.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39134,\"priceDoubleOcc\":\"46352.25\",\"priceSingleOcc\":95241.3,\"priceExtraBed\":\"24696.00\",\"priceWithoutBed\":\"12436.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46352.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-10\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40825,\"priceDoubleOcc\":\"48889.05\",\"priceSingleOcc\":97778.1,\"priceExtraBed\":\"24696.00\",\"priceWithoutBed\":\"12436.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48889.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;Air tickets and airport taxes&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Entrance fees to monuments and Gardens&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Pony Ride Charges&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Guide service&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Items of personal nature like laundry, phone calls, tips to guides \\/ drivers etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Camera \\/ Video camera fees applicable at monument.&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;5 night accommodation in well-appointed rooms as mentioned above hotels or equivalent&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 night accommodation in well-appointed rooms as mentioned above houseboat or equivalent&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal plan as mentioned above&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;1 session of Shikara-ride&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Gandola ride (up to Phase 1) in Gulmarg&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sightseeing as per itinerary by private tourist vehicle&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drivers allowances, toll taxes and Govt. Service Tax&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"214204\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[214204],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214207\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214207],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214210\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[214210],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"214213\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[214213],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"214216\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214216],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214219\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[214219],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214222\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214222],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214225\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[214225],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214228\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[214228],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"214231\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[214231],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Srinagar,Pahalgam,Gulmarg', 'Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg', '', '25897,20566,11197', 20738, 51217, 6, '1_1640772690_0.jpg', NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-19 13:40:08', '2021-12-29 00:00:00', 1, 1, '0', '0', '0', '', '', '', NULL, 'exotic-kashmir', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(2, 28937, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Heritage,Culture,Festivals and Events,Shopping and Nightlife,Leisure,Day Tour', NULL, 1, 1, 0, '{\"package\":{\"TPId\":28937,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/expo_2020_-_5_nights_1633007051.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Your Super exciting trip to Dubai cannot be complete without a visit to Expo 2020. Connecting Minds and Creating the Future through sustainability, mobility and opportunity&amp;quot;. For the first time in the World Expo History, every Participating country has its own pavilion to enjoy immersive cultural experiences and discover what makes each country unique as you explore hundreds of pavilions.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":40,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"EXPO 2020 - 5 Nights\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4360\",\"SupplierName\":\"Turning Point Tourism LLC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Welcome Drink,Airport Transfers,Activity,Sightseeing,Guided Tours,Visa\",\"PackageType\":\"Honeymoon,Family,Heritage,Culture,Festivals and Events,Shopping and Nightlife,Leisure,Day Tour\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486061,\"Name\":\"Studio M Arabian Plaza Hotel & Hotel Apartments\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2764919\",\"Long\":\"55.3499876\",\"Address\":\"Al Qiyadah - Al Ittihad Rd - Hor Al Anz East - Dubai - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486052,\"Name\":\"Ramada Plaza by Wyndham Dubai Deira - Abu Baker Al Siddique Road - Dubai - United Arab Emirates\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2700922\",\"Long\":\"55.3311246\",\"Address\":\"BESIDE METRO STATION - \\u0634\\u0627\\u0631\\u0639 \\u0623\\u0628\\u0648 \\u0628\\u0643\\u0631 \\u0627\\u0644\\u0635\\u062f\\u064a\\u0642 - \\u0627\\u0644\\u062e\\u0628\\u064a\\u0635\\u064a - \\u062f\\u0628\\u064a - United Arab Emirates\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":5095,\"Name\":\"Jumeirah Creekside\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.242682318392\",\"Long\":\"55.340425372124\",\"Address\":\"Al Garhoud PO Box 78377\"},\"Images\":{\"Image\":[{\"ImagId\":122499,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/496\\/840\\/JCH_Exterior_view_C.jpg\"},{\"ImagId\":122500,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/259\\/392\\/Superior_Room2_A.jpg\"},{\"ImagId\":122501,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/259\\/400\\/Deluxe_XL_A.jpg\"},{\"ImagId\":122502,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/259\\/432\\/Akaru_Spa_treatment_room_A.jpg\"},{\"ImagId\":122503,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/259\\/440\\/Meeting_room_2_A.jpg\"},{\"ImagId\":122504,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/259\\/448\\/The_Aviation_Club_-__3_A.jpg\"},{\"ImagId\":122505,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/51\\/437\\/439\\/Blue_Flame_Private_Dining_Room_A.jpg\"},{\"ImagId\":122506,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/51\\/437\\/479\\/Exterior_Side_View_C.jpg\"},{\"ImagId\":122507,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/51\\/437\\/487\\/King_Deluxe_1-_Open_Plan_A.jpg\"},{\"ImagId\":122508,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/261\\/711\\/Wild_Wadi_-_Tantrum_Alley_A.jpg\"}]},\"CityId\":8219,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/496\\/840\\/JCH_Exterior_view_C.jpg\",\"AccoAminitiesMask\":\"110110100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21256,\"Title\":\"Ain Dubai\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":18267,\"Title\":\"Burj Khalifa 124th Level  (Non Prime Time) with Transfers\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(77, 81, 86) font-family: arial, sans-serif text-align: left&quot;&gt;The Burj Khalifa, known as the Burj Dubai prior to its inauguration in 2010, is a skyscraper in Dubai, United Arab Emirates. With a total height of 829.8 m and a roof height of 828 m, the Burj Khalifa has been the tallest structure and building in the world since its topping out in 2009.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/4539_1610356562.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3723,\"Title\":\"Half Day City tour\",\"Description\":\"AFTER BREAKFAST ENJOY YOUR HALF DAY DUBAI CITY TOUR\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/35_1519134605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":21257,\"Title\":\"View at the Palms\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3224,\"Title\":\"Bollywood Theme Park\",\"Description\":\"Enjoy the unforgettable experience of your favourite Bollywood blockbusters coming to life at Dubai&amp;rsquo;s one-of-a-kind Bollywood Park! Step into a fantastic cinematic world and explore the 5 zones: Bollywood Boulevard Mumbai Chowk Rustic Ravine Royal Plaza and Bollywood Film Studios.\\r\\n\\r\\nEnjoy cinematic simulation rides blockbuster attractions flamboyant live shows extraordinary entertainment fine dining street food and shop at numerous boutiques in a theme park dedicated to all things Bollywood!\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.920851,\"Long\":55.0093677,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/bollywood_theme_park_8219_1519026127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":6151,\"Title\":\"Dubai Frame\",\"Description\":\"Dubai Frame has been named among the world&#039;s best new attractions of 2017, according to a UK-based newspaper.\\r\\n\\r\\nThe location of the giant rectangular frame is Zabeel Park and was carefully chosen to give visitors the best view of both old and new Dubai.\\r\\n\\r\\nThe project comprises a 150-metre-high, 93-metre-wide structure being built to resemble a huge picture frame, through which landmarks representing modern Dubai such as Emirates Towers and Burj Khalifa can be seen on one side, while from the other side, visitors can view older parts of the city such as Deira, Umm Harare and Karama.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/36_1529654255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3386,\"Title\":\"Global Village\",\"Description\":\"Global Village is the world&amp;#039;s largest tourism, leisure, shopping and entertainment project.  It is the region&amp;#039;s first cultural, entertainment, family and shopping destination. Every year, it has over 5 million visitors over an area of 17,200,000 sq ft.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":35.7878086,\"Long\":-78.6677678,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Global_Village_8219_1519037115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3632,\"Title\":\"IMG Worlds of Adventure\",\"Description\":\"IMG Worlds of Adventure is an indoor amusement park in Dubai.It is Dubai&amp;rsquo;s first mega themed entertainment destination.IMG Worlds of Adventure  is divided into four zones. Two of the four zones represent global brands Cartoon Network and Marvel, while other represent IMG Boulevard and the Lost Valley. Dinosaur Adventure zones are original concepts created by the IMG Group.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.0821449,\"Long\":55.3180714,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/IMG_Worlds_of_Adventure_8219_1519033039.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3369,\"Title\":\"Miracle Garden\",\"Description\":\"Get lost in a one-of-a-kind world of wonderment at Dubai Miracle Garden. Located in Al Barsha South the park is home to the regions biggest flower garden with more than 45 million blooming flowers across 72000sq\\/m all showcased in a variety of immense sculptures and designs. Feast your eyes on blooming pyramids stars igloos and hearts. Marvel at the record-breaking wall of flowers or take a stroll under a ceiling of colourful umbrellas. Bursting with vibrant displays the park feels more like an immersive art exhibit than a tourist attraction. Youll leave knowing youve truly witnessed a miracle: a mega garden in the middle of a desert.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":40.0229448,\"Long\":-82.9629605,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Miracle_Garden_8219_1519031713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":20874,\"Title\":\"Expo 2020 Dubai\",\"Description\":\"&lt;p&gt;Your Super exciting trip to Dubai cannot be complete without a visit to Expo 2020. Connecting Minds and Creating the Future through sustainability, mobility and opportunity&quot;. For the first time in the World Expo History, every Participating country has its own pavilion to enjoy immersive cultural experiences and discover what makes each country unique as you explore hundreds of pavilions.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/4539_1633007784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"206331\",\"Title\":\"Day 1 :\\u00a0Arrive in Dubai\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Marhaba! Welcome to&nbsp;Dubai!!! The land is full of surprises. Arrive at the international airport. After clearing immigration and customs you will be transferred to your hotel in Dubai. Check in to your hotel.<\\/p>\\r\\n\\r\\n<p>Today is at Leisure and mandatory quarantine for 1 day until a negative PCR report is received.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486061,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486052,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":5095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206334\",\"Title\":\"Half Day City Tour + Visit to Ain Dubai + View at the Palms Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast, discover the best of Dubai on a half-day Dubai sightseeing tour with an expert guide. Travelling by comfortable coach or minivan, take in Dubai&rsquo;s top landmarks as you absorb the cosmopolitan atmosphere. Snap photos of the Burj Al-Arab, the sail-shaped hotel on its own artificial island; learn about local history at the Dubai Museum, ride an &lsquo;abra&rsquo; water taxi across Dubai Creek, and much more. Sign off with a visit to the Deira Spice Souk and free time to explore the brilliant Gold Souk.<\\/p>\\r\\n\\r\\n<p>After, Proceed to Ain Dubai. Translating literally to &lsquo;Dubai Eye&rsquo;, the stunning giant wheel of Ain Dubai is on its way to becoming one of the most impressive landmarks of the largest city of UAE, Dubai. Expected to make for the highest and largest vintage wheel of the world, this gigantic structure promises to offer 360 degrees of panoramic views of the entire city along with its coastline. In an attempt to get a perspective of its altitude, you can be sure that the towering Ferris wheel will be more than 167 meters tall, surpassing all the lofty observation wheels across the world.<\\/p>\\r\\n\\r\\n<p>Later, we will proceed to JBR to Enjoy the View at the Palms.&nbsp;The View&nbsp;at&nbsp;Palm Jumeirah&nbsp;promises its visitors a memorable journey &amp; mesmerizing&nbsp;views&nbsp;of&nbsp;Dubai&#39;s&nbsp;skyline through its 240 metres high observation deck.<\\/p>\\r\\n\\r\\n<p>After an exciting day, proceed to the hotel to rest and overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486061,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486052,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":5095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21256,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":18267,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3723,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":21257,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206337\",\"Title\":\"Desert Safari\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Enjoy your breakfast at the hotel. The Desert Safari begins early evening with dune bashing and is followed by barbeque dinner at a traditional Bedouin campsite. See the golden dunes of Arabia on 4-wheel drives where you experience the thrill of a lifetime - roller coaster ride on the sand dunes. While on the journey, you stop on the highest sand dune to view the beautiful sunset for taking some breathtaking photographs and refresh yourself with mineral water. Then continue the drive to our Campsite, right in the heart of the desert. Henna design, local dresses, soft drinks, water, tea or coffee are available for your enjoyment. Enjoy some camel rides and Sheesha (water pipe) in different flavours that suit your taste. Adding to the atmosphere of the night, an enchanting belly dancer performs a fascinating dance to a rhythm of Arabic music. To top it all, the delicious BBQ buffet dinner is served for all the guests. Return to the hotel after a fun-fuelled day. Overnight stay at Hotel in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486061,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486052,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":5095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206340\",\"Title\":\"Dubai Parks & Resorts \\/ IMG Park \\/ Dubai Frame + Miracle Garden + Global Village\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today after breakfast, choose from <strong>one<\\/strong> of the options below and spend your day as per your mood!<\\/p>\\r\\n\\r\\n<p>Visit Dubai Parks &amp; Resorts (One day 2 Park tickets included),<\\/p>\\r\\n\\r\\n<p>&nbsp;<strong>OR <\\/strong>Visit IMG Park to spend your day with your family,<\\/p>\\r\\n\\r\\n<p><strong>OR<\\/strong>&nbsp;visit Dubai Frame, later proceed to Miracle Garden and then spend your evening at Global Villiage!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486061,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486052,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":5095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3224,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6151,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3386,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3632,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3369,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206343\",\"Title\":\"Expo 2020\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>The morning after breakfast, Later Visit the Dubai EXPO 2020.&nbsp;Discover the marvellous EXPO 2020. Expo 2020 can be seen as a type of &ldquo;World Fair,&rdquo; showcasing the best innovations that mankind has to offer! It will be an opportunity for people to connect from different corners of the world, to experience the best of art, culture, geography, science, technology, innovation and invention and to set into motion millions of new thoughts and ideas that will make a lasting impact in our lives.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486061,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":486052,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":5095,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20874,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206346\",\"Title\":\"Day 6: Dubai - Goodbye!\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Enjoy your breakfast at the hotel. After breakfast, check out of the hotel and&nbsp;proceed to the airport for your flight back home with fond memories!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"28937\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42028.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42028,\"priceDoubleOcc\":\"42028.00\",\"priceSingleOcc\":75628,\"priceExtraBed\":\"42028.00\",\"priceWithoutBed\":\"31360.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42028.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42028,\"priceDoubleOcc\":\"42028.00\",\"priceSingleOcc\":75628,\"priceExtraBed\":\"42028.00\",\"priceWithoutBed\":\"31360.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42028.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42028,\"priceDoubleOcc\":\"42028.00\",\"priceSingleOcc\":75628,\"priceExtraBed\":\"42028.00\",\"priceWithoutBed\":\"31360.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42028.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42028,\"priceDoubleOcc\":\"42028.00\",\"priceSingleOcc\":75628,\"priceExtraBed\":\"42028.00\",\"priceWithoutBed\":\"31360.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42028.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42028,\"priceDoubleOcc\":\"42028.00\",\"priceSingleOcc\":75628,\"priceExtraBed\":\"42028.00\",\"priceWithoutBed\":\"31360.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42028.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42028,\"priceDoubleOcc\":\"42028.00\",\"priceSingleOcc\":75628,\"priceExtraBed\":\"42028.00\",\"priceWithoutBed\":\"31360.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42028.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50008.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50008,\"priceDoubleOcc\":\"50008.00\",\"priceSingleOcc\":92344,\"priceExtraBed\":\"50008.00\",\"priceWithoutBed\":\"36960.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50008.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50008,\"priceDoubleOcc\":\"50008.00\",\"priceSingleOcc\":92344,\"priceExtraBed\":\"50008.00\",\"priceWithoutBed\":\"36960.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50008.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50008,\"priceDoubleOcc\":\"50008.00\",\"priceSingleOcc\":92344,\"priceExtraBed\":\"50008.00\",\"priceWithoutBed\":\"36960.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50008.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50008,\"priceDoubleOcc\":\"50008.00\",\"priceSingleOcc\":92344,\"priceExtraBed\":\"50008.00\",\"priceWithoutBed\":\"36960.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50008.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50008,\"priceDoubleOcc\":\"50008.00\",\"priceSingleOcc\":92344,\"priceExtraBed\":\"50008.00\",\"priceWithoutBed\":\"36960.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50008.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":50008,\"priceDoubleOcc\":\"50008.00\",\"priceSingleOcc\":92344,\"priceExtraBed\":\"50008.00\",\"priceWithoutBed\":\"36960.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50008.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"28939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"62384.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":62384,\"priceDoubleOcc\":\"62384.00\",\"priceSingleOcc\":116704,\"priceExtraBed\":\"60480.00\",\"priceWithoutBed\":\"53760.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62384.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":62384,\"priceDoubleOcc\":\"62384.00\",\"priceSingleOcc\":116704,\"priceExtraBed\":\"60480.00\",\"priceWithoutBed\":\"53760.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62384.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":62384,\"priceDoubleOcc\":\"62384.00\",\"priceSingleOcc\":116704,\"priceExtraBed\":\"60480.00\",\"priceWithoutBed\":\"53760.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62384.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":62384,\"priceDoubleOcc\":\"62384.00\",\"priceSingleOcc\":116704,\"priceExtraBed\":\"60480.00\",\"priceWithoutBed\":\"53760.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62384.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":62384,\"priceDoubleOcc\":\"62384.00\",\"priceSingleOcc\":116704,\"priceExtraBed\":\"60480.00\",\"priceWithoutBed\":\"53760.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62384.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":62384,\"priceDoubleOcc\":\"62384.00\",\"priceSingleOcc\":116704,\"priceExtraBed\":\"60480.00\",\"priceWithoutBed\":\"53760.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62384.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"28937\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"40151.75\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40152,\"priceDoubleOcc\":\"40151.75\",\"priceSingleOcc\":72251.75,\"priceExtraBed\":\"40151.75\",\"priceWithoutBed\":\"29960.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40151.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40152,\"priceDoubleOcc\":\"40151.75\",\"priceSingleOcc\":72251.75,\"priceExtraBed\":\"40151.75\",\"priceWithoutBed\":\"29960.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40151.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40152,\"priceDoubleOcc\":\"40151.75\",\"priceSingleOcc\":72251.75,\"priceExtraBed\":\"40151.75\",\"priceWithoutBed\":\"29960.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40151.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40152,\"priceDoubleOcc\":\"40151.75\",\"priceSingleOcc\":72251.75,\"priceExtraBed\":\"40151.75\",\"priceWithoutBed\":\"29960.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40151.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40152,\"priceDoubleOcc\":\"40151.75\",\"priceSingleOcc\":72251.75,\"priceExtraBed\":\"40151.75\",\"priceWithoutBed\":\"29960.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40151.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40152,\"priceDoubleOcc\":\"40151.75\",\"priceSingleOcc\":72251.75,\"priceExtraBed\":\"40151.75\",\"priceWithoutBed\":\"29960.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40151.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47775.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47776,\"priceDoubleOcc\":\"47775.50\",\"priceSingleOcc\":88221.5,\"priceExtraBed\":\"47775.50\",\"priceWithoutBed\":\"35310.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47775.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47776,\"priceDoubleOcc\":\"47775.50\",\"priceSingleOcc\":88221.5,\"priceExtraBed\":\"47775.50\",\"priceWithoutBed\":\"35310.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47775.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47776,\"priceDoubleOcc\":\"47775.50\",\"priceSingleOcc\":88221.5,\"priceExtraBed\":\"47775.50\",\"priceWithoutBed\":\"35310.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47775.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47776,\"priceDoubleOcc\":\"47775.50\",\"priceSingleOcc\":88221.5,\"priceExtraBed\":\"47775.50\",\"priceWithoutBed\":\"35310.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47775.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47776,\"priceDoubleOcc\":\"47775.50\",\"priceSingleOcc\":88221.5,\"priceExtraBed\":\"47775.50\",\"priceWithoutBed\":\"35310.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47775.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47776,\"priceDoubleOcc\":\"47775.50\",\"priceSingleOcc\":88221.5,\"priceExtraBed\":\"47775.50\",\"priceWithoutBed\":\"35310.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47775.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"28939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"59599.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59599,\"priceDoubleOcc\":\"59599.00\",\"priceSingleOcc\":111494,\"priceExtraBed\":\"57780.00\",\"priceWithoutBed\":\"51360.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59599.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59599,\"priceDoubleOcc\":\"59599.00\",\"priceSingleOcc\":111494,\"priceExtraBed\":\"57780.00\",\"priceWithoutBed\":\"51360.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59599.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59599,\"priceDoubleOcc\":\"59599.00\",\"priceSingleOcc\":111494,\"priceExtraBed\":\"57780.00\",\"priceWithoutBed\":\"51360.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59599.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59599,\"priceDoubleOcc\":\"59599.00\",\"priceSingleOcc\":111494,\"priceExtraBed\":\"57780.00\",\"priceWithoutBed\":\"51360.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59599.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59599,\"priceDoubleOcc\":\"59599.00\",\"priceSingleOcc\":111494,\"priceExtraBed\":\"57780.00\",\"priceWithoutBed\":\"51360.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59599.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-30\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":59599,\"priceDoubleOcc\":\"59599.00\",\"priceSingleOcc\":111494,\"priceExtraBed\":\"57780.00\",\"priceWithoutBed\":\"51360.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59599.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;5% TCS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Tourism Dirham Fee (to be paid directly at the hotel).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks, and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;4 nights Accommodation at the selected hotel on a twin sharing basis.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Daily Breakfast at the hotel.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 Days Single Entry Dubai Visa with Covid Insurance.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meet &amp;amp; Greet at the airport with return airport transfers in DXB.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Half-Day Dubai City Tour.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Visit Ain Dubai with Transfers.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Visit The View at the Palm with Transfers.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Desert Safari with BBQ Dinner and Live Entertainment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;One Day visit to EXPO 2020 with transfers.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Visit to Dubai Parks &amp;amp; Resorts (One Day any 2 Parks) &lt;strong&gt;OR&lt;\\/strong&gt; IMG Park &lt;strong&gt;OR&lt;\\/strong&gt; Dubai Frame + Miracle Garden + Global Village with transfers.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary on sharing basis.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All Applicable Taxes (Except Tourism Dirham).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"206331\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[206331],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206334\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[206334],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206337\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[206337],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206340\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[206340],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206343\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[206343],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206346\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[206346],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Dubai', 'Dubai,Middle East,United Arab Emirates', NULL, '8219', 40152, 62384, 5, NULL, NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'United Arab Emirates', '228', '2021-12-29 00:00:00', '2021-12-29 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'expo-2020-5-nights', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(3, 28891, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Beach,Family,Romantic,Shopping and Nightlife,By Cab,Group Tours,Activites Tour,Luxury Tours,Educational Tours,Day Tour,Road Trip', NULL, 1, 1, 0, '{\"package\":{\"TPId\":28891,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/greurope_18_days_-_london_to_rome_1632914027.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Rome is the capital city of Italy. It is also the capital of the Lazio region, the center of the Metropolitan City of Rome, and a special comune named Comune di Roma Capitale.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Rome\",\"DestinationPlacesSysId\":32754,\"SourcePlaces\":\"London\",\"SourcePlaceSysId\":15836,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Grand Europe: 18 Days - London to Rome.\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Romantic,Shopping and Nightlife,By Cab,Group Tours,Activites Tour,Luxury Tours,Educational Tours,Day Tour,Road Trip\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15836,\"Title\":\"London\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15836,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15836,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486562,\"Name\":\"Quality Clean\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"51.5504375\",\"Long\":\"-0.2961545\",\"Address\":\"9 Union Rd, Wembley HA0 4AU, UK\"},\"Images\":[],\"CityId\":15836,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":979,\"Title\":\"Amsterdam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":979,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":979,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486565,\"Name\":\"Luvernes\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"52.3916301\",\"Long\":\"4.8026418\",\"Address\":\"Luvernes, Amsterdam, Netherlands\"},\"Images\":[],\"CityId\":979,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486566,\"Name\":\"Hotel Appart City Le Mans\",\"Star\":\".00\",\"Rating\":\"3.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"47.99510679999999\",\"Long\":\"0.1942279\",\"Address\":\"34 Pl. du 8 Mai 1945, 72100 Le Mans, France\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":1121,\"Title\":\"Annemasse\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1121,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1121,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":8778,\"Title\":\"Engelberg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8778,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8778,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486567,\"Name\":\"Hotel Cathrin Engelberg\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"47.2869057\",\"Long\":\"8.614536200000002\",\"Address\":\"Forchstrasse 63, 8704 Herrliberg, Switzerland\"},\"Images\":[],\"CityId\":8778,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":30548,\"Title\":\"Zurich\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":30548,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":30548,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486568,\"Name\":\"Novotel Zurich City-West\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"47.3891116\",\"Long\":\"8.516802799999999\",\"Address\":\"Schiffbaustrasse 13, 8005 Z&uuml;rich, Switzerland\"},\"Images\":[],\"CityId\":30548,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":12747,\"Title\":\"Innsbruck\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12747,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12747,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486569,\"Name\":\"Hotel Winneburg\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"50.1592791\",\"Long\":\"7.144191500000001\",\"Address\":\"Endertstra&szlig;e 141, 56812 Cochem, Germany\"},\"Images\":[],\"CityId\":12747,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":32390,\"Title\":\"Padova\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":32390,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":32390,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486570,\"Name\":\"Italy\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"45.3491191\",\"Long\":\"11.7873047\",\"Address\":\"Via Martiri d&#039;Ungheria, 24, 35031 Abano Terme PD, Italy\"},\"Images\":[],\"CityId\":32390,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":9544,\"Title\":\"Florence\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":9544,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":9544,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486571,\"Name\":\"Hotel First\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"43.8527418\",\"Long\":\"11.1656132\",\"Address\":\"Via Dino Ciolli, 5, 50041 Calenzano FI, Italy\"},\"Images\":[],\"CityId\":9544,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":32754,\"Title\":\"Rome\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":486572,\"Name\":\"G-Rough\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"41.8976044\",\"Long\":\"12.4722063\",\"Address\":\"Piazza di Pasquino, 69 \\/ 70, 00186 Roma RM, Italy\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1802,\"Title\":\"Tower Bridge\",\"Description\":\"Tower Bridge is a combined bascule and suspension bridge in London, built between 1886 and 1894. The bridge crosses the River Thames close to the Tower of London and has become an iconic symbol of London. Because of this, Tower Bridge is sometimes confused with London Bridge, situated some 0.5 mi upstream. Tower Bridge is one of five London bridges now owned and maintained by the Bridge House Estates, a charitable trust overseen by the City of London Corporation.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.50272,\"Long\":-0.077949,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2125\\/thumb\\/Tower Bridge_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14455,\"Title\":\"Paris City Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(51, 51, 51) font-family: -apple-system, system-ui, &quot;Segoe UI&quot;, Roboto, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif&quot;&gt;You will enjoy a city daytime tour or nighttime tour enjoying illuminated Paris while on a bus, stopping at Les Invalides, the famous Champs-Elysees, the shining Louvre Museum, the Paris Opera House, and more of its famous stops and locations. Discover at the same time the history and the evolution of Parisian architecture with the exclusive tablet with augmented reality. Then you&#039;ll go on a cruise along the historic Seine River with an audio guide, as you cruise past the illuminated Notre Dame Cathedral and the sparkling Eiffel Tower, which is your next stop. You will be granted skip-the-line access and enter the Eiffel Tower with priority, so you will gain a breathtaking view of the City of Lights and all its glory. It&#039;s a dazzling spectacle that you won&#039;t soon forget.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581411140.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":2226,\"Title\":\"Disneyland Paris\",\"Description\":\"Disneyland Paris, originally Euro Disney Resort, is an entertainment resort in Marne-la-Vall&eacute;e, a new town located 32 km (20 mi) east of the centre of Paris, and is the most visited theme park in all of Europe. It is owned and operated by The Walt Disney Company and is the only resort outside of the United States to be. The resort covers 4,800 acres (19 km2)[3] and encompasses two theme parks, many resort hotels, a shopping, dining, and entertainment complex, and a golf course, in addition to several additional recreational and entertainment venues. Disneyland Park is the original theme park of the complex, opening with the resort on 12 April 1992. A second theme park, Walt Disney Studios Park, opened in 2002. The resort is the second Disney park to open outside of the United States following the opening of the Tokyo Disney Resort in 1983.\\r\\nUntil June 2017, Disney only held a majority stake in the resort, when they bought the remaining shares. In 2017 The Walt Disney Company offered an informal takeover of Euro Disney S.C.A., buying 9% of the company from Kingdom Holding and an open offer of 2 Euro per share for the remaining stock. This brought The Walt Disney Company&#039;s total ownership to 85.7%. The Walt Disney company will also invest an additional 1.5 Billion Euro to strengthen the company.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/7_1501513716.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9756,\"Title\":\"Alexander Bridge\",\"Description\":\"The Pont Alexandre III is a deck arch bridge that spans the Seine in Paris. It connects the Champs-&Eacute;lys&eacute;es quarter with those of the Invalides and Eiffel Tower. The bridge is widely regarded as the most ornate, extravagant bridge in the city. It is classified as a French Monument historique since 1975.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238181.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14456,\"Title\":\"Alexander Bridge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4536,\"Title\":\"Arc de Triomphe de l\'\\u00c9toile\",\"Description\":\"A unique viewpoint. From the top of the panoramic terrace, your eyes sweep over the whole of Paris.\\r\\nThe revisited Antiquity. Architect Jean-Fran&ccedil;ois Chalgrin was inspired by the Roman Arch of Titus in a single arch, but went beyond it by exceptional dimensions (about 50 m high, 45 m long and 22 m wide) and abandoning columns. A key place of major national events. Wanted by Napoleon in 1806, the Arc de Triomphe was inaugurated in 1836 by French king, Louis-Philippe, who dedicated it to the armies of the Revolution and the Empire. The Unknown Soldier was buried at the base of the arch in 1921. The flame of remembrance is rekindled every day at 18:30.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8737917,\"Long\":2.2950275,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905040.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15638,\"Title\":\"Champs Elysees\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4531,\"Title\":\"Champs Elysees Paris Night Illumination\",\"Description\":\"The Avenue des Champs-&Eacute;lys&eacute;es is an avenue in the 8th arrondissement of Paris, 1.9 kilometres long and 70 metres  wide, running between the Place de la Concorde and the Place Charles de Gaulle, where the Arc de Triomphe is located. It is known for its theatres, caf&eacute;s, and luxury shops, for the annual Bastille Day military parade, and as the finish of the Tour de France cycle race.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8716907,\"Long\":2.2996331,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/48_1522842449.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4537,\"Title\":\"Concorde Square\",\"Description\":\"The place was designed by Ange-Jacques Gabriel in 1755 as a moat-skirted octagon between the Champs-Elys&eacute;es to the west and the Tuileries Garden to the east. Decorated with statues and fountains, the area was named the Place Louis XV to honor the king at that time. The square showcased an equestrian statue of the king, which had been commissioned in 1748 by the city of Paris, sculpted mostly by Edm&eacute; Bouchardon, and completed by Jean-Baptiste Pigalle after the death of Bouchardon.\\r\\n\\r\\nAt the north end, two magnificent identical stone buildings were constructed. Separated by the rue Royale, these structures remain among the best examples of Louis Quinze style architecture. Initially, the eastern building served as the French Naval Ministry. Shortly after its construction, the western building became the opulent home of the Duc d&#039;Aumont. It was later purchased by the Comte de Crillon, whose family resided there until 1907. The famous luxury H&ocirc;tel de Crillon, which currently occupies the building, took its name from its previous owners.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8656331,\"Long\":2.3212357,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/21_1522905881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14457,\"Title\":\"Concorde Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20686,\"Title\":\"Euro Disney Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4382,\"Title\":\"French crepe\",\"Description\":\"Crepe, also known as the Galette de Sarrasin is one of the extremely famous french dish. There are two types of crepes namely, savory crepes, also called as galettes are made of buckwheat flour and sweet crepes, made from wheat flour. One will find crepes on every corner as the perfect snack. Some offers creative crepe fillings such as potato, smoked herring and heriing roe.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8916339,\"Long\":2.3742211,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/French_crepe_20822_1521119465.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15634,\"Title\":\"Grand Place and the legendary Mannekin Pis statue\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20409,\"Title\":\"Flower Clock\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20410,\"Title\":\"Jet d\\u2019Eau\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17983,\"Title\":\"les invalides\",\"Description\":\"Les Invalides, in full H&amp;ocirc;tel National des Invalides, formerly H&amp;ocirc;tel Royal des Invalides, an extensive complex of 17th-century structures and courtyards in Paris designed for the care and housing of disabled veterans and as a place of worship. Parts of Les Invalides were later converted into museums and into tombs for Napoleon I and others. Situated on the Left Bank of the Seine, the complex faces a gently sloping esplanade, about 1,470 feet (450 metres) in length and 810 feet (250 metres) in breadth, that ends at the Quai d&amp;rsquo;Orsay and the Alexandre III Bridge.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/les_invalides_th_20822_1606139719.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3132,\"Title\":\"Louvre Museum\",\"Description\":\"The Louvre Museum is one of the finest art galleries in the world. The museum have  thousands of classic and modern masterpieces, also the icing on the cake of French culture and a evidence to European art history.It is the most visited art gallery in the world. The Louvre Museum holds many of Western Civilization&amp;#039;s most famous masterpieces, including the Mona Lisa by Leonardo da Vince.The Museum has 30,000 artworks in 60,000 sq.m. exhibition space in three sections: the Denon, Richelieu, and Sully wings.Each wing has more than 70 rooms displaying paintings and objects of art, plus there are enormous halls filled with sculptures.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8606111,\"Long\":2.337644,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Louvre_Museum_20822_1517549990.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20407,\"Title\":\"La Vall\\u00e9e Village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8686,\"Title\":\"Mus&eacute;e du Parfum\",\"Description\":\"The Mus&amp;eacute;e du Parfum, also known as the Fragonard Mus&amp;eacute;e du Parfum, is a French private museum of perfume located at 9 rue Scribe, in the 9th arrondissement of Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Mus&eacute;e_du_Parfum_20822_1553604712.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3147,\"Title\":\"Musee d&#039;Orsay\",\"Description\":\"Musee d&amp;#039;Orsay is the world&amp;#039;s most visited Museum.It houses the largest collection of painting, sculpture, and decorative objects produced between 1848-1914 &amp;amp; showcasing many of the most remarkable works of the early modern era.It give visitors a detailed and breathtaking look at the birth of modern painting, sculpture, design, and even photography, the Orsay&amp;#039;s permanent collection spans from neoclassicism and romanticism to impressionism, expressionism, and art design.Musee d&amp;#039;Orsay also have masterpieces by artists including Ingres, Delacroix, Monet, Degas, Manet, Gaugin, Toulouse-Lautrec, and Van Gogh.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8599614,\"Long\":2.3265614,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Musee_d&#039;Orsay_20822_1517561860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3141,\"Title\":\"Notre Dame Cathedral\",\"Description\":\"The Notre Dame Cathedral is the most visited site in Paris.It is a Gothic architecture masterpiece &amp;amp; also the focus of Catholic Paris for 700 years.The work on the cathedral started on 1163 by Maurice de Sully, who was the bishop of Paris at the time. It took 182 years to complete this building in the summer of 1345. The name Notre Dame means &amp;quot;Our Lady&amp;quot; in French, and is frequently used in the names of Catholic church buildings in Francophone countries.In the Cathedral there are vast displays of artwork, furniture and many valuable items that mirror the Nio-Gothic design. Tourists are welcomed into the cathedral to view and enjoy these pieces for a small entrance fee. They are also able to attend Mass, which is held three times a day and a popular attraction for Christian visitors.\\r\\nIn the surroundings of Cathedral there are a number of stunning Parisian Hotels  which are fortunate enough to enjoy magnificent views of the cathedral in it&amp;#039;s entirety.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8529682,\"Long\":2.3499021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/38_1517564272.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14458,\"Title\":\"Opera House\",\"Description\":\"&lt;p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 87, 91) font-size: 16px text-align: left font-family: Times&quot;&gt;Take an incredible walking tour of the Palais Garnier, Paris&#039; premier opera house, to see one of the largest opera houses in Europe. The Opera Garnier, as it is often called, inspired the setting for the famous musical, &#039;Phantom of the Opera.&#039; During the tour, your expert guide will show you the Grand Foyer, the sumptuous main staircase (Grand Escalier), the Member&#039;s Rotunda and the auditorium itself. Enjoy the opulent Neo-Baroque d&eacute;cor of this beautiful building, designed by French architect Charles Garnier in the late 19th century.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1581410975.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":9758,\"Title\":\"Opera house\",\"Description\":\"The Palais Garnier  is a 1,979-seat opera house, which was built from 1861 to 1875 for the Paris Opera. It was called the Salle des Capucines, because of its location on the Boulevard des Capucines in the 9th arrondissement of Paris, but soon became known as the Palais Garnier, in recognition of its opulence and its architect, Charles Garnier. The theatre is also often referred to as the Op&eacute;ra Garnier and historically was known as the Op&eacute;ra de Paris or simply the Op&eacute;ra, as it was the primary home of the Paris Opera and its associated Paris Opera Ballet until 1989, when the Op&eacute;ra Bastille opened at the Place de la Bastille. The Paris Opera now uses the Palais Garnier mainly for ballet.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/2466_1560238581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20408,\"Title\":\"Orientation tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4380,\"Title\":\"Paris by Night\",\"Description\":\"Paris is called the City of Light, is a bustling city in itself, seems to come to life once the sun goes down. With endless possibilities to enjoy the nightlife, this is an all-hours town. Discover Paris, city of lights, and its most beautiful monuments shining at nightfall. As soon as the sun sets, even the Eiffel Tower starts twinkling, with its sparkling LED lights, at the top of each hour. Paris&amp;rsquo;s best nighttime venues are to be found throughout, packed with clubs, bars and cafes to enjoy nocturnal atmosphere of the city.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":47.9965551,\"Long\":0.1931942,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Paris_by_Night_20822_1521120460.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4381,\"Title\":\"Seine cruise\",\"Description\":\"Cruising through Paris on the Seine River is undoubtedly one of the most atmospheric and romantic ways to soak in the city&amp;rsquo;s striking beauty, historic architecture, and famous monuments. Here are your options when it comes to cruising the Seine. Seine cruise is a very popular way to see Paris which allow you to take in many of the highlights of the city as you float along the famous Seine River, the main artery of the City of Light, Paris.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.597768,\"Long\":2.386897,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185210.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15635,\"Title\":\"St. Michaels Church\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591616417.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20411,\"Title\":\"UN Building\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4379,\"Title\":\"Val d&#039;Europe, France\",\"Description\":\"Val d&amp;#039;Europe is a shopping mall where there are over 150 shops catering to the every need of customer including, fashion, sport, new technology, culture, design, fine foods and French wines etc.  Apple Store, Lush, Pandora Store, Swarovski, L&amp;#039;Occitane en Provence, Desigual, La Grand R&amp;eacute;cr&amp;eacute; and many others brands are located inside the mall.   This popular Val D&amp;rsquo;Europe shopping Mall is packed with French high street shops, supermarkets and restaurants. It also provides the valet parking, a steward service to help you load shopping into your car.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8550983,\"Long\":2.7800922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521186147.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14454,\"Title\":\"Flower Clock\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1121\\/sightseeing\\/4539_1591685431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14453,\"Title\":\"Orientation Tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15636,\"Title\":\"Orientayion tour of Geneva\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1121,\"CityName\":\"Annemasse\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&uuml;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&rsquo;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14449,\"Title\":\"Black Forest\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20423,\"Title\":\"cobblestone pathways\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14450,\"Title\":\"Cuckoo Clock Factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/4539_1591685535.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20421,\"Title\":\"Golden Roof\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20422,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4384,\"Title\":\"Zurich City Tours\",\"Description\":\"Zurich orientation tour includes all the main sights of Switzerland&amp;#039;s cultural capital. Zurich is a popular tourist destination as it is rich in heritage and historic value. Its medieval architecture is well-preserved and worth seeing, as well as the city&amp;rsquo;s modern sculptures. Enjoy spectacular views of the Alps on the way to visit the rose gardens, deer park and castle in the village of Rapperswil. Old Town is an especially wonderful historic area to be seen along with the commercial center, Fraumuenster Church from the outside, historical Limmatquai and the university district.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.2636845,\"Long\":8.476043,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Zurich_City_Tours_30548_1521120616.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20420,\"Title\":\"Orientation tour of Innsbruck\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20424,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14439,\"Title\":\"Campanile\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14440,\"Title\":\"Murano Glass Showroom\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591685758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15637,\"Title\":\"St. Marks square with the Basilica\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32390\\/sightseeing\\/4539_1591615564.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15632,\"Title\":\"The St. Marks Square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32390,\"CityName\":\"Padova\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15659,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4338,\"Title\":\"Florence Baptistery\",\"Description\":\"The Florence Baptistery, also known as the Baptistery of Saint John, is a religious building in Florence, Italy, and has the status of a minor basilica. The octagonal baptistery stands in both the Piazza del Duomo and the Piazza San Giovanni, across from Florence Cathedral and the Campanile di Giotto.The Baptistery is one of the oldest buildings in the city, constructed between 1059 and 1128 in the Florentine Romanesque style. Although the Florentine style did not spread across Italy as widely as the Pisan Romanesque or Lombard styles, its influence was decisive for the subsequent development of architecture, as it formed the basis from which Francesco Talenti, Leon Battista Alberti, Filippo Brunelleschi, and other master architects of their time created Renaissance architecture. The Baptistry is renowned for its three sets of artistically important bronze doors with relief sculptures. The south doors were created by Andrea Pisano and the north and east doors by Lorenzo Ghiberti. The east doors were dubbed by Michelangelo the Gates of Paradise.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.7731154,\"Long\":11.2550232,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Florence_Baptistery_9544_1520929041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15641,\"Title\":\"Piazza dei Miracoli\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/4539_1591615154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20427,\"Title\":\"Trevi Fountain.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3248,\"Title\":\"Trevi Fountain\",\"Description\":\"The Trevi Fountain or Fontana di Trevi is the largest Baroque fountain in the city and the most stunning in the world. Certainly the most famous and photographed fountain in Rome, legend has it that whoever throws a coin into the pond will return safely to Rome. According to Wikipedia, an estimated 3 000 Euros are thrown into it and are collected every night and given to charity.\\r\\nIt was designed by a poet and philosopher called Nicola Salvi. He set to work in 1732 and died before the fountain was completed and inaugurated in May 1762. The fountain is a true wonder, a jewel of water and stone that is nestled between the palaces. The centre piece in the Trevi Fountain is the Greek sea God Oceanus, accompanied by sea-horses and Tritons (half men and half mermen).The Trevi Fountain is a fantastic work of art that is much more than a mere sculpture.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9009325,\"Long\":12.483313,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Trevi_Fountain_32754_1517903957.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8636,\"Title\":\"Altar of the Fatherland\",\"Description\":\"The Vittorio Emanuele II Monument, also known as the Vittoriano, Il Vittoriano, or Altare della Patria, is a monument built in honor of Victor Emmanuel II, the first king of a unified Italy, located in Rome, Italy. It occupies a site between the Piazza Venezia and the Capitoline Hill.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Altar_of_the_Fatherland_32754_1552739442.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3252,\"Title\":\"Basilica of St. John Lateran\",\"Description\":\"The basilica of Saint John Lateran is the oldest church in Europe, was built under pope Melchiade (311-314). It is known as St John Lateran Archbasilica, as is it considered the mother church of the Roman Catholic faithful.\\r\\nDedicated to John the Baptist and John the Evangelist, the Basilica of St. John Lateran is the first among the four major basilicas of Rome.Due to the fact that the pope is also the bishop of Rome, Saint John in Lateran &amp;ndash; being seat of the bishop&amp;rsquo;s residence &amp;ndash; is known as &amp;ldquo;Cathedral of Rome and of the World&amp;rdquo;. \\r\\nThe Basilica&amp;rsquo;s interior is magnificent with colossal statues, mosaics and frescoes from the ceiling to the ground, with impressive columns. The two-story portico on the Basilica&amp;rsquo;s main fa&amp;ccedil;ade is the place where the Pope blesses the congregation. Statue of the Apostles and Jese is on the top part of the fa&amp;ccedil;ade, also dating from the eighteenth century.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8858811,\"Long\":12.505673,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Basilica_of_St._John_Lateran_32754_1517907627.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7728,\"Title\":\"Capitoline Hill\",\"Description\":\"The Capitolium or Capitoline Hill, between the Forum and the Campus Martius, is one of the Seven Hills of Rome. The hill was earlier known as Mons Saturnius, dedicated to the god Saturn.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Capitoline_Hill_32754_1545128819.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15658,\"Title\":\"Capri and Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6211,\"Title\":\"Centro Storico &amp; the Spanish Steps\",\"Description\":\"The stairs take their name from Piazza di Spagna, the plaza at their base and one of Rome&amp;#039;s most typical squares. The stairs have been a favorite haunt of tourists, where they can sit and enjoy a gelato in the summer or warm their hands around cones of hot roasted chestnuts in the winter.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9023563,\"Long\":12.4896554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Centro_Storico_&amp;_the_Spanish_S_32754_1530257503.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14424,\"Title\":\"City Tour of Rome\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14432,\"Title\":\"City Tour of Rome\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685910.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3242,\"Title\":\"Pantheon\",\"Description\":\"The Pantheon is the most preserved and architectural masterpiece of ancient Rome.The meaning of the greek word Pantheon is &ldquo;honor all Gods&rdquo;. In fact the pantheon was first built as a Roman temple to all gods of pagan Rome. Its turning into a church in 609 AD. \\r\\n\\r\\nThe Present-day Pantheon is actually the 3rd version after the first 2 burned down in fires, built by the emperor Hadrian(A.D 117-138). The original Pantheon built by Marcus Vipsanius Agrippa in 31 BC and the second by Domitian\\r\\nThe most fascinating part of the Pantheon is its magnificent dome, with its famous hole in the top.\\r\\nThe Pantheon is a perfect sphere resting in a cylinder, at 43m wide and 43m high. The oculus, the only source of natural light in the Pantheon, is a round opening in the centre of the dome. It is 27 feet in diameter and open to the sky.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8986108,\"Long\":12.4768729,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Pantheon_32754_1517898670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3250,\"Title\":\"Piazza Navona\",\"Description\":\"The&amp;nbsp;Baroque-style&amp;nbsp;Piazza Navona is&amp;nbsp;one of the most charming and&amp;nbsp;popular squares in the city, defined during the fifteenth century.\\r\\n\\r\\nThe most beautiful parts of Piazza Navona are its three magnificent fountains, designed during the papacy of Gregory XIII: Fontana dei Quattro Fiumi(Fountain of the Four Rivers), Fontana del Moro(Seashell Fountain) and Fontana del Nettuno(Fountain of Neptune). Other eyecatcher building are the Baroque church of Sant&amp;#039;Agnese in Agone and the Palazzo Pamphilj.\\r\\n\\r\\nThe square is surrounded by terrace and restaurants giving Piazza Navona a lively and delightful atmosphere during the day. Visitors can also enjoy performances by street artists like magicians and dancers.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8991396,\"Long\":12.4733111,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Navona_32754_1517904700.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7727,\"Title\":\"Piazza Venezia\",\"Description\":\"Piazza Venezia is the central hub of Rome, Italy, in which several thoroughfares intersect, including the Via dei Fori Imperiali and the Via del Corso. It takes its name from the Palazzo Venezia, built by the Venetian Cardinal, Pietro Barbo alongside the church of Saint Mark, the patron saint of Venice.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Piazza_Venezia_32754_1545128615.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14423,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14431,\"Title\":\"Rome By Night\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6212,\"Title\":\"Santa Maria Maggiore\",\"Description\":\"Rome&amp;#039;s oldest mosaics, as old as the fourth century, decorate the upper walls, and the floor is inlaid with colored stone in the style of the expert 12th-century artisans of the Lake Como region.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8975986,\"Long\":12.4984084,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Santa_Maria_Maggiore_32754_1530257911.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7729,\"Title\":\"St. Peter&#039;s Basilica\",\"Description\":\"The Papal Basilica of St. Peter in the Vatican, or simply St. Peter&amp;#039;s Basilica, is an Italian Renaissance church in Vatican City, the papal enclave within the city of Rome.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/St._Peter&#039;s_Basilica_32754_1545129258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14426,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14434,\"Title\":\"Victor Emmanuel Monument\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/4539_1591685857.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"206050\",\"Title\":\"Home Destination \\u2013 London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p><strong>13:30 HRS: <\\/strong>Arrive in London and transfer to your hotel.<strong> <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>15:00 HRS: <\\/strong>Check into your hotel.<\\/p>\\r\\n\\r\\n<p><strong>17:00 HRS:<\\/strong> Free time to Explore on your own at Oxford Street.<\\/p>\\r\\n\\r\\n<p><strong>19:30 HRS:<\\/strong> Dinner at on own<\\/p>\\r\\n\\r\\n<p>Overnight in London &ndash; Hotel Quality Wembly or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1270,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206051\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p><strong>09:30 HRS: <\\/strong>After breakfast, enjoy a guided city tour of London.<\\/p>\\r\\n\\r\\n<p><strong>13:30 HRS:<\\/strong> Lunch at on own<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS:<\\/strong> Visit Madame Tussauds War&nbsp;Museum.<\\/p>\\r\\n\\r\\n<p><strong>17:30 HRS:<\\/strong> Visit London Eye.<\\/p>\\r\\n\\r\\n<p><strong>19:30 HRS:<\\/strong> Dinner at on own<\\/p>\\r\\n\\r\\n<p>Overnight in London &ndash; Hotel Quality Wembly or Similar.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":987,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":700,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206052\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p><strong>09:30 HRS: <\\/strong>After breakfast, visit the Tower of London.<\\/p>\\r\\n\\r\\n<p><strong>13:30 HRS:<\\/strong> Lunch at on own<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS:<\\/strong> Visit British Museum.<\\/p>\\r\\n\\r\\n<p><strong>19:30 HRS:<\\/strong> Dinner on their own.<\\/p>\\r\\n\\r\\n<p>Overnight in London &ndash; Hotel Quality Wembly or Similar.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486562,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1802,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":247,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206053\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206054\",\"Title\":\"London - Amsterdam.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p><strong>09:30 HRS: <\\/strong>After breakfast, check out and depart to Airport to board your flight to Amsterdam.<strong> <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Check into your hotel.<\\/p>\\r\\n\\r\\n<p><strong>17:30 HRS:<\\/strong> Board your glass-topped boat for an exciting Amsterdam canal cruise<strong>.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p><strong>20:00 HRS:<\\/strong> Depart to your Hotel.<\\/p>\\r\\n\\r\\n<p>Overnight in Amsterdam Area. NH Luvreenhost or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":979,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486565,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4385,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4386,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7611,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4369,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206055\",\"Title\":\"Amsterdam Area - Zaanse Schans \\u2013 Kukenhof or Madurodam - Amsterdam Area.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p><strong>09:30 HRS: <\\/strong>After breakfast, Visit Zaanse Schans Cheese &amp; Clog Factory.<\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Lunch at on Own.<\\/p>\\r\\n\\r\\n<p><strong>15:00 HRS: <\\/strong>Visit Keukenhof Tulip Gardens&ndash; the largest spring garden in the world.<\\/p>\\r\\n\\r\\n<p>Bulbs of colorful tulips bloom only till May 16th. Be enchanted by the indoor floral displays.&nbsp;<\\/p>\\r\\n\\r\\n<p>OR after 16th May Visit Madurodam - where you can see most of Holland in miniature, replicated in minute detail on a 1:25 scale.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p><strong>21:00 HRS:<\\/strong> Depart to your Hotel.<\\/p>\\r\\n\\r\\n<p>Overnight in Amsterdam Area. NH Luvreenhost or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":979,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486565,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8687,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20406,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7605,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7611,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7606,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206056\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":979,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206057\",\"Title\":\"Amsterdam Area - Brussels \\u2013 Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p><strong>08:00 HRS: <\\/strong>After breakfast, Check out &amp; depart to Brussels.<\\/p>\\r\\n\\r\\n<p><strong>10:30 HRS:<\\/strong> Visit Atomium Structure for a photo stop. Walking Tour of Brussels.<\\/p>\\r\\n\\r\\n<p>Visit the world-renowned Grand Place and the legendary Mannekin Pis statue. Drive past St. Michaels Church<\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>14:00 HRS:<\\/strong> Depart for Paris.<\\/p>\\r\\n\\r\\n<p><strong>18:00 HRS:<\\/strong> Enjoy a romantic Seine cruise as we sail past some of the historical monuments on the river Seine.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on their own.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris &ndash; Hotel Appart City or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206058\",\"Title\":\"Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p><strong>10:00 HRS: <\\/strong>After breakfast, City tour of Paris, which includes the Alexander Bridge, Arc de Triomphe,<\\/p>\\r\\n\\r\\n<p>Concorde Square, Opera House, and much more.<\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>14:00 HRS: <\\/strong>Visit Eiffel Tower &ndash; Level 3, from where you will have a splendid view of this beautiful city.<\\/p>\\r\\n\\r\\n<p><strong>16:00 HRS: <\\/strong>Visit Champs Elysees. The Avenue des Champs-Elys&eacute;es is probably the most famous avenue in the world. This impressive street stretches from the Place the la Concorde to the Place Charles de Gaulle, the site of the Arc de Triomphe.<\\/p>\\r\\n\\r\\n<p><strong>19:30 HRS: <\\/strong>Dinner on their own.<\\/p>\\r\\n\\r\\n<p><strong>20:30 HRS: <\\/strong>Paris by Night Tour. Admire Paris&#39;s spectacular nighttime scenery and enjoy sightings of monuments including the Illumination of the Eiffel Tower.<\\/p>\\r\\n\\r\\n<p><strong>22:00 HRS: Optional:<\\/strong> Lido Show. Tonight, you have a chance to experience the glamour of the famous Lido Show &ndash; an unforgettable, music and dance extravaganza.<\\/p>\\r\\n\\r\\n<p><strong>23:00 HRS:<\\/strong> Enjoy the Lido Show.<\\/p>\\r\\n\\r\\n<p><strong>01:00 HRS:<\\/strong> Depart to your hotel.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris &ndash; Hotel Appart City or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14455,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206059\",\"Title\":\"Paris \\u2013 Disney (Optional)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p><strong>10:00 HRS: <\\/strong>After breakfast, free time for shopping at La Vall&eacute;e Village.<\\/p>\\r\\n\\r\\n<p>Just&nbsp; 5 minutes from Disneyland Paris,<\\/p>\\r\\n\\r\\n<p>La Vall&eacute;e Village brings together 110 fashion and luxury boutiques offering the trendiest products from their previous collections at prices reduced by at least 33%* and often more, all year round,<\\/p>\\r\\n\\r\\n<p>Including Sundays.OR <strong>Optional<\\/strong> Disney Park.<\\/p>\\r\\n\\r\\n<p><strong>11:00 HRS: <\\/strong>Join us for some fun, adventure, and entertainment on our tour to Disney Park and enjoy the many rides.<\\/p>\\r\\n\\r\\n<p>OR you can visit the Disney Studios and be amazed by the stunning stunt shows, watch a film being made and see real-life sets where famous movies were created.<\\/p>\\r\\n\\r\\n<p><strong>18:00 HRS:<\\/strong> Return to Paris from Disney.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on their own.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris &ndash; Hotel Appart City or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2226,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3155,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9756,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14456,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4536,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15638,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4531,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15631,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14457,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20686,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4382,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15634,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20409,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20410,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17983,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3132,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20407,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8686,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3147,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3141,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14458,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9758,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20408,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4380,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14455,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4381,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15635,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20411,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4379,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206060\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206061\",\"Title\":\"Paris \\u2013 Geneva \\u2013 Annemasse.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p><strong>08:00 HRS: <\\/strong>After breakfast, Check out &amp; depart to Geneva.<\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Lunch on Own.<\\/p>\\r\\n\\r\\n<p><strong>15:00 HRS: <\\/strong>Orientation tour of Geneva. View Flower Clock, UN Building, Jet d&rsquo;Eau &amp; many more sights.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on their own.<\\/p>\\r\\n\\r\\n<p>Overnight in Annemasse &ndash; Hotel Apart City or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1121,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14454,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14453,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15636,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206062\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1121,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206063\",\"Title\":\"Annemasse \\u2013 Lucerne \\u2013 Mt.Titlis - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p><strong>08:00 HRS: <\\/strong>After breakfast at your hotel, we take you on one of the most memorable experiences of your Europe tour &ndash; visiting Lucerne &amp; Mt. Titlis.<\\/p>\\r\\n\\r\\n<p><strong>10:00 HRS:<\\/strong> Orientation tour of Lucerne. You will visit the Lion Monument and the Kapell Brucke (wooden bridge).<\\/p>\\r\\n\\r\\n<p>Here you will also have some free time to shop for famous Swiss watches, knives, and chocolates.<\\/p>\\r\\n\\r\\n<p><strong>12:30 HRS:<\\/strong> Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>13:30 HRS:<\\/strong> Arrive Engelberg &amp; adventure awaits you in an ALL NEW cable-car ride up to Mt. Titlis.<\\/p>\\r\\n\\r\\n<p>Witness the worlds first revolving cable car ride, a truly once-in-a Life time experience. Remain spellbound as you<\\/p>\\r\\n\\r\\n<p>ascend the snow-clad mountains. Experience the snow and ice on top of Mt. Titlis.<\\/p>\\r\\n\\r\\n<p>At 3,020 meters a breathtaking panorama unfolds.<\\/p>\\r\\n\\r\\n<p>Do not forget to visit the new attraction &ldquo;Cliff Walk&rdquo;.<\\/p>\\r\\n\\r\\n<p><strong>16:45 HRS:<\\/strong> Descend to Engelberg.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p>Overnight in Engelberg &ndash; Hotel Cathrin or Similar<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4383,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7624,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7625,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206064\",\"Title\":\"Engelberg \\u2013 Mt.Jungfraujoch (Optional) \\u2013 Interlaken \\u2013 Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p><strong>09:00 HRS: <\\/strong>After breakfast, the day is free at leisure in Interlaken to do some Sports Activities<\\/p>\\r\\n\\r\\n<p>OR <strong>Optional:<\\/strong> Mt.Jungfraujoch.<\\/p>\\r\\n\\r\\n<p><strong>10:45 HRS:<\\/strong> Enjoy an adventurous ride to visit Jungfraujoch &ndash; The Top of Europe, for a memorable encounter with snow and ice &ndash; a genuine high-point of your tour.<\\/p>\\r\\n\\r\\n<p>You will be amazed at the scenic splendor that you see from aboard the cogwheel train, which takes you to a height of 3,454 meters to reach Jungfraujoch.<\\/p>\\r\\n\\r\\n<p>This is a trip to another world &ndash; a wonderful world of eternal ice and snow. Experience the magic of the mountains and visit the Ice Palace on top of the longest glacier in the Alps.<\\/p>\\r\\n\\r\\n<p>A visit to the Sphinx is also included.<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS:<\\/strong> Descend to Grindelwald.<\\/p>\\r\\n\\r\\n<p><strong>16:30 HRS:<\\/strong> Proceed to visit Interlaken, a charming city nestled between two lakes and surrounded by the splendid Bernese Oberland Mountains.<\\/p>\\r\\n\\r\\n<p>Treasure these wonderful moments as you drive back to your hotel.<\\/p>\\r\\n\\r\\n<p><strong>18:00 HRS:<\\/strong> Depart for Engelberg.<\\/p>\\r\\n\\r\\n<p><strong>19:30 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p>Overnight in Engelberg &ndash; Hotel Cathrin or Similar.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486567,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20418,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20415,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20416,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20806,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14452,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14451,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20417,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206065\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206066\",\"Title\":\"Engelberg \\u2013 Cockoo Clock Factory (Black Forest) - Rhine Falls \\u2013 Zurich.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p><strong>09:30 HRS: <\\/strong>After breakfast, Check out &amp; proceed to the Black Forest, surrounded by dark fir forests, fairy tale woods, and flowering meadows.<\\/p>\\r\\n\\r\\n<p>Here is the home of the world-famous cuckoo clock.<\\/p>\\r\\n\\r\\n<p>Get invited for a free demonstration and buy one for your home &ndash; a prized possession.<\\/p>\\r\\n\\r\\n<p><strong>12:00 HRS:<\\/strong> Visit Cuckoo Clock Factory.<\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>14:00 HRS<\\/strong>: Depart to visit Rhine Falls.<\\/p>\\r\\n\\r\\n<p><strong>15:00 HRS: <\\/strong>Visit Rhine Falls, The largest waterfalls in Europe.<\\/p>\\r\\n\\r\\n<p><strong>16:30 HRS:<\\/strong> Depart for Zurich.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p>Overnight in Zurich &ndash; IBIS Zurich City West or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486568,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14449,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20423,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14450,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20421,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20422,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4384,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4383,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20420,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4371,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20424,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206067\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206068\",\"Title\":\"Zurich \\u2013 Innsbruck.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p><strong>08:30 HRS: <\\/strong>After breakfast, Check out &amp; depart to Innsbruck.<\\/p>\\r\\n\\r\\n<p><strong>12:00 HRS: <\\/strong>Orientation tour of Innsbruck, See the Golden Roof and the Maria Theresien Strasse. Stroll on cobblestone pathways and get a feel of old-world European charm.<\\/p>\\r\\n\\r\\n<p><strong>13:30 HRS: <\\/strong>Lunch on own &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS: <\\/strong>Proceed to Wattens, where you will visit the world-famous Swarovski Crystal Museum.<\\/p>\\r\\n\\r\\n<p>Enjoy a mesmerizing experience in the world of crystals.<\\/p>\\r\\n\\r\\n<p>An experience that leaves you amazed at the dazzling glitter as you walk through this museum.<\\/p>\\r\\n\\r\\n<p>A great opportunity to buy a souvenir for your family.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p>Overnight in Seefeld &ndash; Hotel Waldhotel or Similar.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486569,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7629,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14448,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20425,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206069\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":14,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206070\",\"Title\":\"Innsbruck \\u2013 Venice \\u2013 Padova.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p><strong>09:00 HRS: <\\/strong>After breakfast, Check out &amp; depart to Venice.<\\/p>\\r\\n\\r\\n<p><strong>13:30 HRS: <\\/strong>Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS: <\\/strong>Proceed to the pier and board your boat which will take you to the heart of the traditional city of Venice &ndash; The St. Marks Square.<\\/p>\\r\\n\\r\\n<p><strong>15:30 HRS: <\\/strong>On arrival, admire The St. Marks square with the Basilica, Doges Palace, Campanile, and Bridge of Sighs. Also, visit the Murano Glass showroom.<\\/p>\\r\\n\\r\\n<p><strong>18:00 HRS:<\\/strong> Return back to Mestre.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p>Overnight in Padova &ndash; Hotel Alexander Palace or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32390,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486570,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14439,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14440,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15637,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15632,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206071\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":15,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32390,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206072\",\"Title\":\"Padova \\u2013 Pisa \\u2013 Florence\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"<p><strong>09:00 HRS: <\\/strong>After breakfast, Check out &amp; depart to Pisa.<\\/p>\\r\\n\\r\\n<p><strong>12:30 HRS: <\\/strong>Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>13:30 HRS:<\\/strong> Visit Leaning Tower of Pisa. Visit the Square of Miracles.<\\/p>\\r\\n\\r\\n<p>Photograph your family with the Leaning Tower in the backdrop. You also have some free time to shop.<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS:<\\/strong> Depart to Florence.<\\/p>\\r\\n\\r\\n<p><strong>16:00 HRS:<\\/strong> City tour of Florence, including the Duomo, the Campanile, the Baptistry with its Gates to Paradise, Piazza Della Signoria &ndash; an open-air museum of sculptures,<\\/p>\\r\\n\\r\\n<p>The famous Ponte Vecchio bridge across the river Arno Drive to Piazzale Michelangelo, a square on top of a hill with its replica of the impressive statue of David and also get a birds-eye view of the city of Florence.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p>Overnight in Florence &ndash; Hotel First or Similar.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4337,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15659,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4338,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4332,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15641,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20427,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206073\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":16,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206074\",\"Title\":\"Florence - Rome\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"<p><strong>09:30 HRS: <\\/strong>After breakfast, Check out &amp; depart to Rome.<\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS:<\\/strong> Check into your hotel.<\\/p>\\r\\n\\r\\n<p><strong>16:00 HRS:<\\/strong> Explore the heart of Rome by a walk around Trevi Fountain.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome &ndash; G Hotel or Similar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20427,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206075\",\"Title\":\"Rome.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":17,\"Program\":\"<p><strong>09:30 HRS: <\\/strong>After breakfast,<strong> <\\/strong>City tour of Rome, which includes the Colosseum, a vast amphitheater, known for its gladiator fights.<\\/p>\\r\\n\\r\\n<p>Visit the Vatican City &amp; Also see the Victor Emmanuel Monument, the Roman Forum, and many more sights of this historic city.<\\/p>\\r\\n\\r\\n<p><strong>13:00 HRS: <\\/strong>Lunch on its own.<\\/p>\\r\\n\\r\\n<p><strong>14:30 HRS: <\\/strong>Free time to explore on your own.<\\/p>\\r\\n\\r\\n<p><strong>19:00 HRS: <\\/strong>Dinner on own.<\\/p>\\r\\n\\r\\n<p><strong>20:00 HRS: <\\/strong>Proceed for Rome by Night Tour. There&#39;s nothing quite like Rome at night.<\\/p>\\r\\n\\r\\n<p>&nbsp;On this illuminating tour, you&#39;ll be delighted as the sights of The Eternal City that amazed you by day simply astonish you by night.<\\/p>\\r\\n\\r\\n<p>Enjoy a relaxing panoramic tour of the city, and discover the magic of Rome&rsquo;s most famous monuments lit up under a darkened sky.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome &ndash; G Hotel or Similar.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":486572,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8636,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3252,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7728,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6211,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14424,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14432,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3232,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5110,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6213,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3250,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7727,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3245,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14423,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14431,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6212,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7729,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3248,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14425,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14434,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206076\",\"Title\":\"Rome \\u2013 Home Destination.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":18,\"Program\":\"<p><strong>09:00 HRS:<\\/strong> After breakfast, Check out &amp; depart to Rome Airport to board your flight back home.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":[],\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost for Ticket + Visa + Insurance, No Porterage included, Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour. Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc. Meals other than what is mentioned in your Itinerary. Cost of excursions, city sightseeing, entrance fees, and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;, Overseas Mediclaim, Tips to Driver: EURO 2 per pax per day (Compulsory)GST if not mentioned in the rates.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;5% TCS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks, and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;17 Nights&amp;rsquo; Accommodation in 3 &amp;amp; 4 Star Hotel with Breakfast.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Coach services as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guided City tour of London.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Oxford Street in London.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Madame Tussauds Wax Museum.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit London Eye.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Tower of London.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit British Museum.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rome by Night Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City tour of Rome.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City tour of Florence.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Leaning Tower of Pisa.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Orientation tour of Venice with a visit to Murano Glass factory &amp;amp; Showroom.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Orientation tour of Innsbruck.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Swarovski Crystal Museum &amp;amp; Show Room.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Cuckoo Clock Factory in Drubba.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Rhine Falls, The largest waterfalls in Europe.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Mt.Titlis with Ice Flyer.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lucerne orientation tour, view the Lion Monument &amp;amp; Chapel Bridge.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Orientation tour of Interlaken.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Geneva orientation tour: view Flower Clock, UN Building, Jet d&amp;rsquo;Eau, and more.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Champs-Elysees, the most famous avenue in Paris.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit La Vall&amp;eacute;e Village Shopping Outlet in Paris.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City tour Of Paris.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Eiffel Tower &amp;ndash; Level 3.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Seine River Cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Paris by Night Tour.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Atomium Structure photo stop in Brussels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Tour of Brussels, view the Grand Place &amp;amp; Mannekin Pis Statue.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Amsterdam Canal Cruise.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Zaanse Schans Cheese &amp;amp; Clog Factory.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visit Keukenhof Tulip Gardens for tours before 16th May OR Madurodam.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Amsterdam By Night Tour.\\r\\n\\t&lt;p&gt;&lt;strong&gt;OPTIONAL:&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Mt.Jungfraujoch: EURO 190 per pax.&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Lido with transfers &amp;ndash; 11 pm Show: EURO 120 per pax.&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;Disney Park with return transfers: EURO 120 per pax.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"206050\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[206050],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206051\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[206051],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206052\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[206052],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206053\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[206053],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206054\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[206054],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206055\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[206055],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206056\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[206056],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206057\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[206057],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206058\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[206058],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206059\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[206059],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206060\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[206060],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206061\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[206061],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206062\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[206062],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206063\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[206063],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206064\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[206064],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206065\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[206065],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206066\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[206066],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206067\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[206067],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206068\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[206068],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206069\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[206069],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206070\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[206070],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206071\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[206071],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206072\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[206072],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206073\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[206073],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206074\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[206074],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206075\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[206075],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206076\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[206076],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'London,Amsterdam,Paris,Annemasse,Engelberg,Zurich,Innsbruck,Padova,Florence,Rome', 'London,Western Europe,UNITED KINGDOM,Amsterdam,Netherlands,Paris,France,Annemasse,Engelberg,Switzerland,Zurich,Innsbruck,Eastern Europe,Austria,Padova,Italy,Florence,Rome,Brussels,Geneva,Interlaken,Lucerne,Pisa,Venice', NULL, '15836,979,20822,1121,8778,30548,12747,32390,9544,32754', 0, 0, 17, NULL, NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-12-15 00:00:00', '2022-12-15 00:00:00', 3, 'UNITED KINGDOM,Netherlands,France,Switzerland,Austria,Italy', '469,154,76,210,14,107', '2022-01-21 12:06:38', '2021-12-29 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'grand-europe:-18-days-london-to-rome.', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(4, 28851, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Beach,Family,Cruise,Shopping and Nightlife,Activites Tour,Luxury Tours,Day Tour,Road Trip', NULL, 1, 1, 0, '{\"package\":{\"TPId\":28851,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/scinavia_13_nights_-_14_days_1632733187.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Scandinavia is a subregion in Northern Europe, with strong historical, cultural, and linguistic ties. In English usage, Scandinavia can refer to Denmark, Norway, and Sweden, sometimes more narrowly to the Scandinavian Peninsula, or more broadly to include the &amp;Aring;land Islands, the Faroe Islands, Finland, and Iceland.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Copenhagen\",\"DestinationPlacesSysId\":6889,\"SourcePlaces\":\"Helsinki\",\"SourcePlaceSysId\":11834,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Scandinavia: 13 Nights - 14 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Cruise\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Cruise,Shopping and Nightlife,Activites Tour,Luxury Tours,Day Tour,Road Trip\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":11834,\"Title\":\"Helsinki\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":11834,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":35531,\"Title\":\"Stockholm\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":35531,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":20314,\"Title\":\"Oslo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":20314,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":10243,\"Title\":\"Geilo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10243,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":29066,\"Title\":\"Voss\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":29066,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":2980,\"Title\":\"Bergen\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":2980,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":10245,\"Title\":\"Geiranger\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10245,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":6889,\"Title\":\"Copenhagen\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6889,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"Mango Comfort DBL Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":6771,\"Title\":\"&nbsp;Djurgarden Island\",\"Description\":\"Whether you&amp;rsquo;re looking to visit in the forest or visit museums, Djurgarden island in central Stockholm is the place to go. The island, accessible by foot, ferry or bus, attracts more than 10 million people annually who come to relax at this most popular tourist attraction in Stockholm. Djurgarden is home to the amusement park , yacht harbors, meadows, forests, walking trails, the world&amp;rsquo;s oldest open-air museum Skansen and historic buildings including Rosendal Palace.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.326284,\"Long\":18.1132151,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/&nbsp;Djurgarden_Island__35531_1531214704.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8714,\"Title\":\"City tour of Stockholm\",\"Description\":\"City tour of Stockholm\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6770,\"Title\":\"Gamla Stan (Old Town)\",\"Description\":\"Stockholm&amp;rsquo;s Old Town is situated on the island Stadsholmen. Officially named Staden mellan broama, which means &amp;ldquo;the town between the bridges,&amp;rdquo; it&amp;rsquo;s known informally as Gamla Stan. The medieval Old Town is filled with cobblestone streets and North German architecture. It is home to the large square Stortorget, site of a bloody massacre in 1520. Historic buildings include the Royal Palace, Stockholm Cathedral and Den glyden freden, a restaurant in business since 1722. The Nobel Museum also is located in Gamla Stan.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3238772,\"Long\":18.0734408,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Gamla_Stan_(Old_Town)_35531_1531214407.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6776,\"Title\":\"Millesgarden\",\"Description\":\"An artistic couple, painter Olga Milles and her husband, sculptor Carl Milles, gave Stockholm their home Millesgarden, now an art museum and sculpture garden, and the place where they&amp;rsquo;re buried. Filled with great paintings and magnificent sculptures, the home itself is a work of art with terraces, stairways, fountains and lush gardens. The site also contains an open-air studio built to accommodate Carl Milles&amp;rsquo; breathing problems created by sculpting dust. All this beauty is located on Lidingo island just 20 minutes away from downtown Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3586867,\"Long\":18.1216863,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Millesgarden__35531_1531215390.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6777,\"Title\":\"Ostermalm Saluhall\",\"Description\":\"&amp;nbsp;If you travel to eat, then put Ostermalm Saluhall at the top of your list. The late 19th century food hall is filled with food, fresh produce and seafood, baked goods, meat and other tasty items. You can put together the fixin&amp;rsquo;s for a picnic or pig out on Swedish seafood and other classic dishes or everyday food called husmanskost at one of the many restaurants. The historic building is undergoing renovation until 2018, with businesses moved to temporary quarters nearby\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3359478,\"Long\":18.0778088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Ostermalm_Saluhall__35531_1531215470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5135,\"Title\":\"Royal Palace\",\"Description\":\"Admire the royalty and beauty of the Royal Palace, one of the largest palaces in Europe. The official residence of His Majesty the King, the huge palace has over 600 rooms and is open to the public and holds around 5 museums within its boundaries that showcase antiques, armory, royal costumes as well as coronation carriages and magnificent coaches from the Royal Stable. An epitome of Italian Baroque architecture, Royal Palace is a must-visit in Stockholm.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3268242,\"Long\":18.0695307,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/48_1526627550.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6773,\"Title\":\"Skansen Open-Air Museum\",\"Description\":\"The world&amp;rsquo;s oldest open air museum build in the year 1891, Skansen, is a good place to learn more about Sweden. It houses Stockholm&amp;rsquo;s only zoo, which features animals native to Sweden. You&amp;rsquo;ll also find a traditional pre-industrial mini-Sweden, with 150 farms and buildings relocated from other parts of the country. You&amp;rsquo;ll see costumed staff demonstrating crafts and other facets of 19th century life. Located on pretty Djurgarden island, it&amp;rsquo;s where many traditional Swedish festivals, such as Lucia and Midsummer, are celebrated. Also enjoy  the views of Stockholm from here.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3270426,\"Long\":18.1037456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Skansen_Open-Air_Museum__35531_1531215088.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6779,\"Title\":\"Sky View: The Globe\",\"Description\":\"It is Situated on Stockholm&amp;#039;s southern fringe, SkyView takes you to the top of the world&amp;#039;s largest spherical building, the Ericsson Globe, one of Stockholm&amp;#039;s modern landmarks. From 130 meters above sea level, you&amp;#039;ll be treated to an unforgettable view over the entire city. Tours aboard the gondolas take about 30 minutes and depart every ten minutes, but be prepared for long lines at peak times of the day. After the trip, sightseers can visit the restaurant and souvenir shop.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.2935361,\"Long\":18.0830267,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Sky_View:_The_Globe_35531_1531215581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6775,\"Title\":\"The City Hall (Stadshuset)\",\"Description\":\"Stadshuset (City Hall) is more than just government offices. It&amp;rsquo;s one of Stockholm&amp;rsquo;s major tourist attractions. It&amp;rsquo;s home to an upscale restaurant, Stadshusk&amp;auml;llaren, and is where the Nobel Prize banquet takes place. As far as history buildings go, it&amp;rsquo;s not, having been constructed in the late 20th century. City hall is made several halls, including the Blue Hall, home to Scandinavia&amp;rsquo;s largest organ with 10,270 pipes, and the Golden Hall with its 18 million mosaic tiles that depict Swedish history. Visitor access to the hall is by guided tour.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3274506,\"Long\":18.0543456,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/The_City_Hall_(Stadshuset)_35531_1531215323.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6772,\"Title\":\"Vasa Museum, Gal&auml;rvarvsv&auml;gen, Stockholm, Sweden\",\"Description\":\"The Vasa was an early 17th century war ship that, like the Titanic, sunk on its maiden voyage. After 300 years on the ocean floor, the ship was salvaged to become the only 17th century almost-intact sailing ship ever preserved. Today it stars in the Vasa Museum, the museum that is the most visited museum in Scandinavia. The museum building itself is unique 384 architects submitted designs, with the winning one featuring a copper roof with stylized masts the height of Vasa&amp;rsquo;s. The Vasa can be viewed from six levels. Other exhibits center on Sweden&amp;rsquo;s maritime history and include four other ships.\",\"CurrencyType\":0,\"CityId\":35531,\"CityName\":\"Stockholm\",\"Lat\":59.3280233,\"Long\":18.0913964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35531\\/sightseeing\\/Vasa_Museum,_Gal&auml;rvarvsv&auml;gen_35531_1531214854.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8710,\"Title\":\"City Tour of Oslo\",\"Description\":\"tour\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4721,\"Title\":\"FJORD CRUISE AT GUDVANGEN\",\"Description\":\"Enjoy the surreal sightseeing of Oslofjord on a fjord cruise. Cruise through the idyllic bays, maze of islands, charming landscapes, alluring city views and the verdant hills surrounding Oslo. Admire the beauty of towering mountains and quaint vistas dotted with picturesque summer homes of Oslo.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":59.4063734,\"Long\":9.1686206,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/48_1524139028.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17959,\"Title\":\"Frogner Park\",\"Description\":\"Frogner Park is a public park located in the West End borough of Frogner in Oslo, Norway. The park is historically part of Frogner Manor, and the manor house is located in the south of the park, and houses Oslo Museum.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Frogner_Park_20314_1605609463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17958,\"Title\":\"Holmenkollbakken\",\"Description\":\"Holmenkollbakken is a large ski jumping hill located at Holmenkollen in Oslo, Norway. It has a hill size of HS134, a construction point of K-120, and a capacity for 70,000 spectators.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/Holmenkollbakken_20314_1605609328.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8711,\"Title\":\"Vigeland Sculpture Park\",\"Description\":\"Sculpture park &amp; museum displaying the works of Gustav Vigeland, plus temporary art exhibitions.\",\"CurrencyType\":0,\"CityId\":20314,\"CityName\":\"Oslo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20314\\/sightseeing\\/2062_1553074656.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5755,\"Title\":\"Amalienborg palace\",\"Description\":\"Amalienborg is the home of the Danish royal family and is located in Copenhagen, Denmark. It consists of four identical classical palace fa&ccedil;ades with rococo interiors around an octagonal courtyard (Danish: Amalienborg Slotsplads) in the centre of the square is a monumental equestrian statue of Amalienborg&#039;s founder, King Frederick V.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/6889\\/sightseeing\\/16056_Amalienborg Palace.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17957,\"Title\":\"Christiansburg Palace\",\"Description\":\"Christiansborg Palace is a palace and government building on the islet of Slotsholmen in central Copenhagen, Denmark. It is the seat of the Danish Parliament, the Danish Prime Minister&amp;#039;s Office, and the Supreme Court of Denmark.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Christiansburg_Palace_6889_1605608367.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5754,\"Title\":\"Little Mermaid\",\"Description\":\"The Little Mermaid is a bronze statue by Edvard Eriksen, depicting a mermaid. The sculpture is displayed on a rock by the waterside at the Langelinie promenade in Copenhagen, Denmark. It is 1.25 metres (4.1 ft) tall and weighs 175 kilograms (385 lb).\\r\\n\\r\\nBased on the fairy tale of the same name by Danish author Hans Christian Andersen, the small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913. In recent decades it has become a popular target for defacement by vandals and political activists.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":17956,\"Title\":\"Renaissance Stock Exchange\",\"Description\":\"B&amp;oslash;rsen, also known as B&amp;oslash;rsbygningen, is a 17th-century stock exchange in the center of Copenhagen. The historic building is situated next to Christiansborg Palace, the seat of the Danish Parliament, on the island of Slotsholmen.\",\"CurrencyType\":0,\"CityId\":6889,\"CityName\":\"Copenhagen\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6889\\/sightseeing\\/Renaissance_Stock_Exchange_6889_1605607092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"205686\",\"Title\":\"India \\u2013 Helsinki.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrive in Helsinki, Pick up by the private coach &amp; transfer to your Hotel.<\\/p>\\r\\n\\r\\n<p>Check-in Hotel.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Helsinki.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11834,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205687\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11834,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205688\",\"Title\":\"Helsinki \\u2013 Stockholm.\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>09.30 HRS: After Breakfast,<\\/p>\\r\\n\\r\\n<p>Pick up by private van at the hotel for a guided city tour of Helsinki.<\\/p>\\r\\n\\r\\n<p>Visit Esplanade Park, Senate Square, Uspenski Cathedral, the Parliament Building, and the Olympic Stadium.<\\/p>\\r\\n\\r\\n<p>Stops are also made at the Sibelius Monument and, when possible, the Temppeliaukio Church.<\\/p>\\r\\n\\r\\n<p>15.30 HRS: Private transfer from the hotel to the Silja Line (Inside cabins, Dinner buffet included) for Helsinki-Stockholm<\\/p>\\r\\n\\r\\n<p>Overnight in Cruise.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35531,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6771,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8714,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6770,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6776,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205689\",\"Title\":\"Stockholm.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>09.55 HRS: Arrive in Stockholm and then pick up by the private Van.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Stockholm. (Van until Oslo)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35531,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6776,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6777,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5135,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205690\",\"Title\":\"Stockholm.\\u00a0\\u00a0\\u00a0\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>10:00 HRS: After breakfast, Pick up by a driver at Hotel.<\\/p>\\r\\n\\r\\n<p>Guided city tour of Stockholm including pass through Kungsholmen, Fj&auml;llgatan, the old town and many more sights.<\\/p>\\r\\n\\r\\n<p>15:00 HRS: Stockholm Sightseeing Cruise.<\\/p>\\r\\n\\r\\n<p>Overnight in Stockholm.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35531,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5135,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6773,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6779,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6775,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6772,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205691\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35531,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205692\",\"Title\":\"Stockholm - Oslo\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>10:00 HRS: After breakfast,<\\/p>\\r\\n\\r\\n<p>Pick up by private van &amp; transfer from the hotel to Oslo via Karlstad.<\\/p>\\r\\n\\r\\n<p>13:00 HRS: Lunch on Own in Karlstad.<\\/p>\\r\\n\\r\\n<p>14:00 HRS: Orientation tour of Karlstad.<\\/p>\\r\\n\\r\\n<p>18:00 Arrive in Oslo<\\/p>\\r\\n\\r\\n<p>Overnight in Oslo.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8710,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4721,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17959,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17958,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8711,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205693\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205694\",\"Title\":\"Oslo-Geilo\\u00a0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>09:00 HRS: Breakfast served at the hotel.<\\/p>\\r\\n\\r\\n<p>10:00 HRS: Pick up by private coach transfer from hotel and proceed to Geilo.<\\/p>\\r\\n\\r\\n<p>14:00 HRS: Arrive at Geilo and check into your hotel.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight at Geilo.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10243,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205695\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10243,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205696\",\"Title\":\"Geilo -Voss\\u00a0\\u00a0\\u00a0\\u00a0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>09:00 HRS: Breakfast served at the hotel.<\\/p>\\r\\n\\r\\n<p>10:00 HRS: Pick up by the private coach to drop at the Geilo train station to continue Norway in Nutshell<\\/p>\\r\\n\\r\\n<p>11:45 HRS: Train Geilo to Myrdal.<\\/p>\\r\\n\\r\\n<p>13:27 HRS: Mountain train Flambana from Myrdal to Flam.<\\/p>\\r\\n\\r\\n<p>15:10 &nbsp;HRS: Fjord cruise from Flam to Gundvangen.<\\/p>\\r\\n\\r\\n<p>17:45 HRS: Your private Van from Gundvangen to Voss.<\\/p>\\r\\n\\r\\n<p>17.50 HRS: Pickup from the Voss station to drop at the hotel.<\\/p>\\r\\n\\r\\n<p>Overnight in Voss.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29066,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205697\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29066,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205698\",\"Title\":\"Voss to Bergen\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>09:00 HRS: Breakfast served at the hotel.<\\/p>\\r\\n\\r\\n<p>10:00 HRS: Pick up by a private van and transfer to Bergen from Voss.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore Bergen on its own.<\\/p>\\r\\n\\r\\n<p>Overnight in Bergen.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2980,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205699\",\"Title\":\"Bergen \",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>09:00 HRS: Breakfast served at the hotel.<\\/p>\\r\\n\\r\\n<p>10:00 HRS: Private Van and guide will pick you up from the hotel to proceed to the Sightseeing in Bergen.<\\/p>\\r\\n\\r\\n<p>The guide will meet you at the hotel reception.<\\/p>\\r\\n\\r\\n<p>The funicular train ride included.<\\/p>\\r\\n\\r\\n<p>Enjoy the mountains, waterfalls, and beauty of nature.<\\/p>\\r\\n\\r\\n<p>Overnight in Bergen.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2980,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205700\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2980,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205701\",\"Title\":\"Bergen to Geiranger\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>07:00 HRS: Breakfast served at the hotel.<\\/p>\\r\\n\\r\\n<p>08:00 HRS: Pick up by the private Van and transfer to Geiranger. ( 370km)<\\/p>\\r\\n\\r\\n<p>Enjoy the scenic drive.<\\/p>\\r\\n\\r\\n<p>Overnight in Geiranger.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10245,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205702\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10245,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205703\",\"Title\":\"Geiranger to Oslo\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>07:00 HRS: Breakfast served at the hotel.<\\/p>\\r\\n\\r\\n<p>08:00 HRS: Pick up by the private coach to transfer to Oslo. ( 453km)<\\/p>\\r\\n\\r\\n<p>15:00 HRS: Orientation tour of Lillehammer.<\\/p>\\r\\n\\r\\n<p>Overnight in Oslo.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205704\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20314,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205705\",\"Title\":\"Oslo -Copenhagen\\u00a0\\u00a0\\u00a0\\u00a0\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":12,\"Program\":\"<p>09:00 HRS: Breakfast served at the hotel<\\/p>\\r\\n\\r\\n<p>10:00 HRS: Pick up by a van and a guide for sightseeing.<\\/p>\\r\\n\\r\\n<p>Meet a guide at the city center in front of Vigeland Sculpture Park. Guided Tour of Oslo. Holmenkollen Jump,<\\/p>\\r\\n\\r\\n<p>Akershus Castle (outside look), and Vigeland Sculpture Park.<\\/p>\\r\\n\\r\\n<p>15:00 Pick up by private coach to transfer to the Pier<\\/p>\\r\\n\\r\\n<p>Overnight in DFDS ferry to Copenhagen, outside cabin incl. Dinner buffet<\\/p>\\r\\n\\r\\n<p>Overnight in Cruise.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6889,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5755,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17957,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17956,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205706\",\"Title\":\"Copenhagen\\u00a0\\u00a0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p>08:00 HRS: Arrive in Copenhagen.<\\/p>\\r\\n\\r\\n<p>11:00 HRS: Guided city tour of Copenhagen. City Sightseeing including Visit Little Mermaid, have the outside look at Amalienborg Palace (including the Royal guard change if time permits),<\\/p>\\r\\n\\r\\n<p>Christiansborg, Parliament and outside look of the Opera house, Nyhavn and many more sights.<\\/p>\\r\\n\\r\\n<p>Enjoy and get amused in the Tivoli Garden (Entrance)<\\/p>\\r\\n\\r\\n<p>Enjoy exploring Copenhagen on your own.<\\/p>\\r\\n\\r\\n<p>Transfer back to the hotel<\\/p>\\r\\n\\r\\n<p>Overnight in Copenhagen.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6889,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Mango Comfort DBL Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5755,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17957,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17956,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205707\",\"Title\":\"\\u200b\\u200b\\u200b\\u200b\\u200b\\u200b\\u200bCopenhagen -India \",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p>09:00 Pick up by a driver and Airport transfer.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6889,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28851\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"378642.57\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":451236,\"priceDoubleOcc\":\"378642.57\",\"priceSingleOcc\":981253.47,\"priceExtraBed\":\"542359.32\",\"priceWithoutBed\":\"378642.57\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"378642.57\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":479284,\"priceDoubleOcc\":\"420713.97\",\"priceSingleOcc\":1023324.87,\"priceExtraBed\":\"542359.32\",\"priceWithoutBed\":\"378642.57\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"420713.97\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":455805,\"priceDoubleOcc\":\"385495.84\",\"priceSingleOcc\":988106.74,\"priceExtraBed\":\"542359.32\",\"priceWithoutBed\":\"378642.57\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"385495.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":503968,\"priceDoubleOcc\":\"457740.61\",\"priceSingleOcc\":1060351.51,\"priceExtraBed\":\"542359.32\",\"priceWithoutBed\":\"378642.57\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"457740.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":600549,\"priceDoubleOcc\":\"602610.90\",\"priceSingleOcc\":1205221.8,\"priceExtraBed\":\"542359.32\",\"priceWithoutBed\":\"378642.57\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"602610.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":600549,\"priceDoubleOcc\":\"602610.90\",\"priceSingleOcc\":1205221.8,\"priceExtraBed\":\"542359.32\",\"priceWithoutBed\":\"378642.57\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"602610.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28851\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"361431.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":430726,\"priceDoubleOcc\":\"361431.55\",\"priceSingleOcc\":936651.04,\"priceExtraBed\":\"517706.63\",\"priceWithoutBed\":\"361431.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"361431.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":457498,\"priceDoubleOcc\":\"401590.61\",\"priceSingleOcc\":976810.1,\"priceExtraBed\":\"517706.63\",\"priceWithoutBed\":\"361431.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"401590.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":435087,\"priceDoubleOcc\":\"367973.30\",\"priceSingleOcc\":943192.79,\"priceExtraBed\":\"517706.63\",\"priceWithoutBed\":\"361431.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"367973.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":481061,\"priceDoubleOcc\":\"436934.22\",\"priceSingleOcc\":1012153.71,\"priceExtraBed\":\"517706.63\",\"priceWithoutBed\":\"361431.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"436934.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":573251,\"priceDoubleOcc\":\"575219.49\",\"priceSingleOcc\":1150438.98,\"priceExtraBed\":\"517706.63\",\"priceWithoutBed\":\"361431.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"575219.49\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-27\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":573251,\"priceDoubleOcc\":\"575219.49\",\"priceSingleOcc\":1150438.98,\"priceExtraBed\":\"517706.63\",\"priceWithoutBed\":\"361431.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"575219.49\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 Euro tip per person per day.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of Basic Travel Quota (BTQ) equivalent to USD 10,000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;No Porterage included.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All Meals.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of excursions, city sightseeing, entrance fees and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Airfare &amp;amp; airport tax.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visa Fees.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Travel insurance.&lt;\\/strong&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;NOTE: &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Due to major international events and trade fairs throughout Europe such as air-show, world athletic meet, ice skating championships, motor shows,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour de France, etc. the hotels may be blocked out more than 2 years in advance. In view of this, you may have to stay in hotels further away from the cities\\/ different city and the itinerary may have to be altered \\/amended.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We also reserve the right to substitute a hotel of a similar class if it is deemed advisable or necessary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For the convenience of our passengers, we will sometimes amend\\/alter the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;However, all the services will remain the same&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;GST if not mentioned in the rates.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under Package Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks, and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* 11 overnight shared twin\\/DBL room including breakfast.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* 2 overnight on overnight ferry incl. breakfast and dinner.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Mini Van as per itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Entrance to Tivoli Garden, the funicular ride ticket &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Fjord sightseeing boat. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Norway in Nutshell. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Copenhagen. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Stockholm.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Helsinki.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Bergen.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Guided city tour of Oslo. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;* Sightseeing and entrance fees as mentioned in the program.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as per hotel plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"205686\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[205686],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205687\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205687],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205688\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205688],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205689\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205689],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205690\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205690],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205691\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205691],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205692\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205692],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205693\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205693],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205694\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205694],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205695\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205696\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205696],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205697\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205697],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205698\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205698],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205699\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[205699],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205700\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[205700],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205701\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[205701],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205702\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[205702],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205703\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[205703],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205704\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205704],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205705\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205705],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205706\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[205706],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205707\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[205707],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Helsinki,Stockholm,Oslo,Geilo,Voss,Bergen,Geiranger,Copenhagen', 'Helsinki,Scandinavia,Finland,Stockholm,Sweden,Oslo,Norway,Geilo,Voss,Bergen,Geiranger,Copenhagen,Denmark', NULL, '11834,35531,20314,10243,29066,2980,10245,6889', 361432, 602611, 13, NULL, NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-12-15 00:00:00', '2022-12-15 00:00:00', 3, 'Finland,Sweden,Norway,Denmark', '75,209,164,59', '2022-01-21 12:06:31', '2021-12-29 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'scandinavia:-13-nights-14-days', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(5, 28731, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Beach,Family,Romantic,Shopping and Nightlife,Group Tours,Activites Tour,Day Tour,Road Trip', NULL, 1, 1, 0, '{\"package\":{\"TPId\":28731,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/engl-scotl17_nights\\u201318_days_1632215235.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;London, the capital of England and the United Kingdom, is a 21st-century city with a history stretching back to Roman times.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;At its center stand the imposing Houses of Parliament, the iconic &amp;lsquo;Big Ben&amp;rsquo; clock tower, and Westminster Abbey, site of British monarch coronations. Across the Thames River,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The London Eye observation wheel provides panoramic views of the South Bank cultural complex and the entire city.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"London\",\"DestinationPlacesSysId\":15836,\"SourcePlaces\":\"London\",\"SourcePlaceSysId\":15836,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"England-Scotland:17 Nights\\u201318 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Romantic,Shopping and Nightlife,Group Tours,Activites Tour,Day Tour,Road Trip\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15836,\"Title\":\"London\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15836,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":26211,\"Title\":\"Stratford Upon Avon\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":26211,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":15202,\"Title\":\"Leeds\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15202,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":8520,\"Title\":\"Edinburgh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8520,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":12775,\"Title\":\"Inverness\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12775,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":10494,\"Title\":\"Glasgow\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10494,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":31555,\"Title\":\"Lake District\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":31555,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":2532,\"Title\":\"Bath\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":2532,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":700,\"Title\":\"Imperial War Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4961507,\"Long\":-0.1128693,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5999\\/thumb\\/Imperial War Museum_694.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&acirc;&euro;&trade;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7874,\"Title\":\"Alton Towers Theme Park\",\"Description\":\"Alton Towers Resort, often shortened to Alton Towers, is a theme park resort located in Staffordshire, England. It is near the village of Alton, in the parishes of Denstone and Farley. The resort, which is operated by Merlin Entertainments Group, incorporates a theme park, water park, spa, mini golf and hotel complex. Originally a private estate, Alton Towers grounds opened to the public in 1860 to raise funds for the estate.In the late 20th century, it was transformed into a theme park and opened a number of new rides from 1986 onwards. In 2017, it was the second most visited theme park in the UK after Legoland Windsor.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":52.9874,\"Long\":1.8865,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Alton_Towers_Theme_Park_15836_1545633376.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1478,\"Title\":\"River Thames\",\"Description\":\"The River Thames, known alternatively in parts as the Isis, is a river that flows through southern England including London. At 215 miles, it is the longest river entirely in England and the second longest in the United Kingdom, after the River Severn. It flows through Oxford, Reading, Henley-on-Thames and Windsor. The lower reaches of the river are called the Tideway, derived from its long tidal reach up to Teddington Lock. It rises at Thames Head in Gloucestershire, and flows into the North Sea via the Thames Estuary. The Thames drains the whole of Greater London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2208\\/thumb\\/River Thames_858.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1270,\"Title\":\"Oxford Street\",\"Description\":\"Oxford Street is a major road in the City of Westminster in the West End of London, running from Tottenham Court Road to Marble Arch via Oxford Circus. It is Europe&amp;#039;s busiest shopping street, offering 1.5 miles of unrivalled shopping, with more than 90 flagship stores from fashion and beauty to tech and homeware.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2126\\/thumb\\/Oxford Street_721.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20528,\"Title\":\"Scottish legend William \\u2018Braveheart\\u2019 Wallace.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":31555,\"CityName\":\"Lake District\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20533,\"Title\":\"BAth City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20534,\"Title\":\"Cardiff Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20535,\"Title\":\"Roman City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":2532,\"CityName\":\"Bath\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7873,\"Title\":\"Windsor Castle\",\"Description\":\"Windsor Castle is a royal residence at Windsor in the English county of Berkshire. It is notable for its long association with the English and later British royal family and for its architecture.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.4839,\"Long\":0.6044,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Windsor_Castle_15836_1545632687.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":249,\"Title\":\"Buckingham Palace\",\"Description\":\"Buckingham Palace is the London residence and administrative headquarters of the monarch of the United Kingdom. Located in the City of Westminster, the palace is often at the centre of state occasions and royal hospitality. It has been a focal point for the British people at times of national rejoicing and mourning. Originally known as Buckingham House, the building at the core of today&amp;#039;s palace was a large townhouse built for the Duke of Buckingham in 1703 on a site that had been in private ownership for at least 150 years. It was acquired by King George III in 1761 as a private residence for Queen Charlotte and became known as The Queen&amp;#039;s House.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.501009,\"Long\":-0.1415876,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1521\\/thumb\\/Buckingham Palace_137.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":303,\"Title\":\"Changing The Guard At Buckingham Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/807\\/thumb\\/Changing The Guard At Buckingham Palace_500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7870,\"Title\":\"Queen Victoria Summer House- Isle of wight\",\"Description\":\"Today, Osborne House is under the care of English Heritage and is open to the public. The former Naval College&amp;#039;s cricket pavilion was converted into a holiday cottage in 2004.Since 2005, the house has occasionally hosted picnic-style concerts on the lawn outside the main house.English Heritage has a management contract to run Osborne House as an historic tourist attraction. The house&amp;#039;s ownership since 1971 has been held in a private trust[citation needed] connected to Historic Royal Palaces, the agency covering, among others, Hampton Court Palace and the Tower of London.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":50.6938,\"Long\":1.3047,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/Queen_Victoria_Summer_House-_I_15836_1545631622.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"204729\",\"Title\":\"India \\u2013 London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrive in London &amp; transfer to your hotel.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in London.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204730\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>City tour of London.<\\/p>\\r\\n\\r\\n<p>Madame Tussauds Wax Museum with Marvel Super Heroes 4D experience.<\\/p>\\r\\n\\r\\n<p>Overnight in London.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":986,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":700,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1010,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204731\",\"Title\":\"\\u00a0London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>London Eye with Thames River Cruise.<\\/p>\\r\\n\\r\\n<p>Tower Of London.<\\/p>\\r\\n\\r\\n<p>Overnight in London.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":987,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7874,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1478,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204732\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204733\",\"Title\":\"London \\u2013 Oxford \\u2013 Cotswolds - Stratford Upon Avon.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Enjoy Oxford Cruise.<\\/p>\\r\\n\\r\\n<p>Orientation walk of Castle Combe scenic village in Cotswolds.<\\/p>\\r\\n\\r\\n<p>Overnight in Stratford Upon Avon.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26211,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1270,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204734\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26211,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204735\",\"Title\":\"Stratford Upon Avon.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Visit Shakespeare&#39;s Birthplace,<\\/p>\\r\\n\\r\\n<p>Anne Hathaway&#39;s Cottage &amp; Gardens, Hall&#39;s Croft, Harvard House,<\\/p>\\r\\n\\r\\n<p>Mary Arden&#39;s Farm, Shakespeare&#39;s Grave.<\\/p>\\r\\n\\r\\n<p>Overnight in Leeds.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15202,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204736\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15202,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204737\",\"Title\":\"Leeds - York \\u2013 Edinburg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>York Orientation tour.<\\/p>\\r\\n\\r\\n<p>Visit York National Railway Museum.<\\/p>\\r\\n\\r\\n<p>Overnight in Edinburg.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8520,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":476,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":679,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1367,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1496,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204738\",\"Title\":\"Edinburg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Orientation tour of Edinburg.<\\/p>\\r\\n\\r\\n<p>Edinburgh Castle.<\\/p>\\r\\n\\r\\n<p>Overnight in Edinburg.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8520,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":476,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":679,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1367,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1496,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204739\",\"Title\":\"Edinburgh. Full-Day Abbotsford Excursion.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Visit Melrose Abbey.<\\/p>\\r\\n\\r\\n<p>Visit Abbotsford.<\\/p>\\r\\n\\r\\n<p>Overnight in Edinburgh.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8520,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":476,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":679,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1367,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1496,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204740\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8520,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204741\",\"Title\":\"Edinburgh \\u2013 Inverness.\\u00a0\\u00a0\\u00a0\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>Day free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Inverness.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12775,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204742\",\"Title\":\"Inverness Cruise - Whisky Distillery Tour.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Dolphin Watch boat trip from Inverness.<\\/p>\\r\\n\\r\\n<p>Glen Ord Whisky Distillery Tour.<\\/p>\\r\\n\\r\\n<p>Overnight in Inverness.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12775,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204743\",\"Title\":\"Inverness - Isle of Skye \\u2013 Inverness.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Full-Day Tour to Isle of Skye from Inverness.<\\/p>\\r\\n\\r\\n<p>Overnight in Inverness.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12775,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204744\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12775,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204745\",\"Title\":\"Inverness \\u2013 Glasgow.\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>Orientation tour of Glasgow.<\\/p>\\r\\n\\r\\n<p>Overnight in Glasgow.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10494,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":891,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1007,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204746\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10494,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204747\",\"Title\":\"Glasgow \\u2013 Lake District.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p>Enjoy a days&rsquo; worth of boat travel and a trip on a traditional steam railway in Windermere.<\\/p>\\r\\n\\r\\n<p>Overnight in Lake District.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31555,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20528,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204748\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":14,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31555,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204749\",\"Title\":\"Lake District \\u2013 Bath.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p>Day free at leisure in Bath.<\\/p>\\r\\n\\r\\n<p>Free time for shopping at Bath Street.<\\/p>\\r\\n\\r\\n<p>Overnight in Bath.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2532,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20533,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20534,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204750\",\"Title\":\"Bath.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"<p>Visit the Roman Baths Museum &amp; Fashion Museum.<\\/p>\\r\\n\\r\\n<p>Visit Alexandra Park.<\\/p>\\r\\n\\r\\n<p>Overnight in Bath.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2532,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20533,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20534,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204751\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":16,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2532,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204752\",\"Title\":\"Bath \\u2013 London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"<p>Visit Stonehenge.<\\/p>\\r\\n\\r\\n<p>Visit Windsor Castle.&nbsp;<\\/p>\\r\\n\\r\\n<p>Overnight in London.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1685,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7873,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204753\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":17,\"Program\":\"<p>Royal Day Out at the Buckingham Palace.<\\/p>\\r\\n\\r\\n<p>Visit the State Rooms,<\\/p>\\r\\n\\r\\n<p>The Queen&#39;s Gallery, Buckingham Palace, and the Royal Mews.<\\/p>\\r\\n\\r\\n<p>Overnight in London<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":249,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":303,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7870,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204754\",\"Title\":\"London \\u2013 India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":18,\"Program\":\"<p>Tour Ends.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28731\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"267171.82\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":316989,\"priceDoubleOcc\":\"267171.82\",\"priceSingleOcc\":691872.4,\"priceExtraBed\":\"382230.53\",\"priceWithoutBed\":\"276672.96\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"267171.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":333078,\"priceDoubleOcc\":\"291304.70\",\"priceSingleOcc\":716005.28,\"priceExtraBed\":\"382230.53\",\"priceWithoutBed\":\"276672.96\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"291304.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":329341,\"priceDoubleOcc\":\"285699.03\",\"priceSingleOcc\":710399.6100000001,\"priceExtraBed\":\"382230.53\",\"priceWithoutBed\":\"276672.96\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"285699.03\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":360251,\"priceDoubleOcc\":\"332064.55\",\"priceSingleOcc\":756765.13,\"priceExtraBed\":\"382230.53\",\"priceWithoutBed\":\"276672.96\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"332064.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":422009,\"priceDoubleOcc\":\"424700.58\",\"priceSingleOcc\":849401.16,\"priceExtraBed\":\"382230.53\",\"priceWithoutBed\":\"276672.96\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"424700.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":422009,\"priceDoubleOcc\":\"424700.58\",\"priceSingleOcc\":849401.16,\"priceExtraBed\":\"382230.53\",\"priceWithoutBed\":\"276672.96\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"424700.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28731\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"255027.64\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":302581,\"priceDoubleOcc\":\"255027.64\",\"priceSingleOcc\":660423.65,\"priceExtraBed\":\"364856.41\",\"priceWithoutBed\":\"264096.91\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"255027.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":317938,\"priceDoubleOcc\":\"278063.57\",\"priceSingleOcc\":683459.5800000001,\"priceExtraBed\":\"364856.41\",\"priceWithoutBed\":\"264096.91\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"278063.57\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":314371,\"priceDoubleOcc\":\"272712.71\",\"priceSingleOcc\":678108.72,\"priceExtraBed\":\"364856.41\",\"priceWithoutBed\":\"264096.91\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"272712.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":343876,\"priceDoubleOcc\":\"316970.70\",\"priceSingleOcc\":722366.71,\"priceExtraBed\":\"364856.41\",\"priceWithoutBed\":\"264096.91\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"316970.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":402826,\"priceDoubleOcc\":\"405396.01\",\"priceSingleOcc\":810792.02,\"priceExtraBed\":\"364856.41\",\"priceWithoutBed\":\"264096.91\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"405396.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":402826,\"priceDoubleOcc\":\"405396.01\",\"priceSingleOcc\":810792.02,\"priceExtraBed\":\"364856.41\",\"priceWithoutBed\":\"264096.91\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"405396.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 GBP tip per person per day.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of Basic Travel Quota (BTQ) equivalent to USD 10,000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;No Porterage included.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Services Of Indian Tour Manager.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Meals other than what is mentioned in your Itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of excursions, city sightseeing, entrance fees and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Airfare &amp;amp; airport tax.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visa Fees.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Travel insurance.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;NOTE: &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Due to major international events and trade fairs throughout Europe such as air-show, world athletic meet, ice skating championships, motor shows,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour de France, etc. the hotels may be blocked out more than 2 years in advance. In view of this, you may have to stay in hotels further away from the cities\\/ different city and the itinerary may have to be altered \\/amended.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We also reserve the right to substitute a hotel of a similar class if it is deemed advisable or necessary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For the convenience of our passengers, we will sometimes amend\\/alter the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;However, all the services will remain the same.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;GST if not mentioned in the rates.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under Package Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks, and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;&lt;span id=&quot;cke_bm_988S&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&gt;17 Nights accommodation in 3 hotels with continental breakfast.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Car or Mini Van as per itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour Of London. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Madame Tussauds Wax Museum Marvel Super Heroes 4D. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;London Eye with Thames River Cruise. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Tower Of London.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Oxford Cruise. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation walk of Castle Combe scenic village in Cotswolds.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Shakespeare&amp;#39;s Birthplace. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit York National Railway Museum. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;York Orientation tour. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour Of Edinburgh. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Edinburgh Castle. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Melrose Abbey. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Abbotsford. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Glen Ord Whisky Distillery Tour. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Dolphin Watch boat trip from Inverness. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Full-Day Tour to Isle of Skye from Inverness. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Glasgow. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cruise &amp;amp; trip on a traditional steam railway in Windermere. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Free time for shopping at Bath Street. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Alexandra Park in Bath. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Roman Baths Museum &amp;amp; Fashion Museum.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Stonehenge. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Windsor Castle. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Royal Day Out at the Buckingham Palace.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as per hotel plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;span id=&quot;cke_bm_988E&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"204729\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[204729],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204730\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[204730],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204731\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[204731],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204732\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[204732],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204733\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[204733],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204734\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[204734],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204735\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[204735],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204736\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[204736],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204737\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[204737],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204738\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[204738],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204739\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[204739],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204740\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[204740],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204741\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[204741],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204742\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[204742],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204743\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[204743],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204744\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[204744],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204745\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[204745],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204746\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[204746],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204747\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[204747],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204748\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[204748],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204749\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[204749],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204750\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[204750],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204751\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[204751],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204752\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[204752],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204753\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[204753],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204754\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[204754],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'London,Stratford Upon Avon,Leeds,Edinburgh,Inverness,Glasgow,Lake District,Bath', 'London,Western Europe,UNITED KINGDOM,Stratford Upon Avon,Leeds,Edinburgh,Inverness,Glasgow,Lake District,Bath', NULL, '15836,26211,15202,8520,12775,10494,31555,2532', 255028, 424701, 17, NULL, NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-12-15 00:00:00', '2022-12-15 00:00:00', 3, 'UNITED KINGDOM', '469', '2022-01-21 12:06:51', '2021-12-29 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'england-scotland:17-nights–18-days', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(6, 28521, 1, 9840, 1, 0, 0, 'Honeymoon,Adventure,Wildlife,Beach,Family,Festivals and Events,Romantic,Shopping and Nightlife,By Cab,Group Tours,Activites Tour,Day Tour,Ocean Cruises,River Cruises', NULL, 1, 1, 0, '{\"package\":{\"TPId\":28521,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/grtour_of_italy18_nights\\u201319_days_1631617783.jpg\",\"BookingValidUntill\":\"2022-12-14\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Italy, a European country with a long Mediterranean coastline,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Has left a powerful mark on Western culture and cuisine. Its capital,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Rome is home to the Vatican as well as landmark art and ancient ruins.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Other major cities include Florence,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With Renaissance masterpieces such as Michelangelo&amp;rsquo;s &amp;quot;David&amp;quot; and Brunelleschi&amp;#39;s Duomo;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Venice, the city of canals; and Milan,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Italy&amp;rsquo;s fashion capital.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Rome\",\"DestinationPlacesSysId\":32754,\"SourcePlaces\":\"Rome\",\"SourcePlaceSysId\":32754,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Grand Tour Of Italy:18 Nights\\u201319 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Camping,Trekking\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Beach,Family,Festivals and Events,Romantic,Shopping and Nightlife,By Cab,Group Tours,Activites Tour,Day Tour,Ocean Cruises,River Cruises\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-12-14\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":32754,\"Title\":\"Rome\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":25681,\"Title\":\"Sorrento\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25681,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":18987,\"Title\":\"Naples\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18987,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":9544,\"Title\":\"Florence\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":9544,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":31489,\"Title\":\"La Spezia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":31489,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":27967,\"Title\":\"Turin\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":27967,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":17686,\"Title\":\"Milan\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":17686,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":28574,\"Title\":\"Venice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28574,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":1014,\"Title\":\"Ancona\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1014,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15642,\"Title\":\"Capri & Anacapri\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4337,\"Title\":\"Cathedral of Santa Maria del Fiore, Piazza del Duomo, Florence, Metropolitan City of Florence, Italy\",\"Description\":\"The Cattedrale di Santa Maria del Fiore  is the main church of Florence, Italy. Il Duomo di Firenze, as it is ordinarily called, was begun in 1296 in the Gothic style with the design of Arnolfo di Cambio and completed structurally in 1436 with the dome engineered by Filippo Brunelleschi. The exterior of the basilica is faced with polychrome marble panels in various shades of green and pink bordered by white and has an elaborate 19th-century Gothic Revival facade by Emilio De Fabris.The cathedral complex, located in Piazza del Duomo, includes the Baptistery and Giotto&amp;#039;s Campanile. These three buildings are part of the UNESCO World Heritage Sitecovering the historic centre of Florence and are a major attraction to tourists visiting Tuscany. The basilica is one of Italy&amp;#039;s largest churches, and until development of new structural materials in the modern era, the dome was the largest in the world.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.773145,\"Long\":11.2559602,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Cathedral_of_Santa_Maria_del_F_9544_1520929208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"203255\",\"Title\":\" India \\u2013 Rome.\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive in Rome and check into your hotel.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203256\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203257\",\"Title\":\"Rome \\u2013 Sorrento.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Check out &amp; depart to Sorrento.<\\/p>\\r\\n\\r\\n<p>Visit Capri Island.<\\/p>\\r\\n\\r\\n<p>Overnight in Sorrento.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25681,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203258\",\"Title\":\"Sorrento \\u2013 Amalfi \\u2013 Sorrento.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Guided tour of Amalfi.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Sorrento.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25681,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203259\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25681,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203260\",\"Title\":\"Sorrento \\u2013 Pompeii \\u2013 Naples.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Check out &amp; depart to Naples. Guided tour of Pompeii.<\\/p>\\r\\n\\r\\n<p>Later depart to Naples.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Naples.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18987,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":15642,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203261\",\"Title\":\"Naples.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Guided tour of Naples.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Naples.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18987,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203262\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18987,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203263\",\"Title\":\"Naples \\u2013 Florence.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Check out &amp; depart to Florence.<\\/p>\\r\\n\\r\\n<p>Guided tour of Florence.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Florence.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4337,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203264\",\"Title\":\"Florence \\u2013 Pisa \\u2013 Florence.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Visit Leaning Tower of Pisa.<\\/p>\\r\\n\\r\\n<p>Overnight in Florence.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203265\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203266\",\"Title\":\" Florence - La Spezia\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Check out &amp; depart to La Spezia.<\\/p>\\r\\n\\r\\n<p>Orientation tour of La Spezia.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in La Spezia.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31489,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203267\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31489,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203268\",\"Title\":\"La Spezia \\u2013 Turin.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Check out &amp; depart to Turin. Orientation tour of Turin.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Turin.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27967,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203269\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27967,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203270\",\"Title\":\"Turin \\u2013 Milan.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Check out &amp; depart to Milan.<\\/p>\\r\\n\\r\\n<p>Orientation tour of Milan.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Milan.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17686,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203271\",\"Title\":\"Milan \\u2013 Como \\u2013 Milan.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Orientation tour of Como.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Milan.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17686,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203272\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17686,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203273\",\"Title\":\"Milan \\u2013 Venice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>Check out &amp; depart to Venice.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Venice.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203274\",\"Title\":\"Venice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p>Visit Venice Island by boat.<\\/p>\\r\\n\\r\\n<p>Overnight in Venice.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203275\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":14,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203276\",\"Title\":\"Venice \\u2013 Modena \\u2013 Ancona.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p>Check out &amp; depart to Modena.<\\/p>\\r\\n\\r\\n<p>Visit Ferrari Museum.<\\/p>\\r\\n\\r\\n<p>Overnight in Ancona.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1014,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203277\",\"Title\":\"Ancona.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"<p>The day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Ancona.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1014,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203278\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":16,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1014,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203279\",\"Title\":\"Ancona \\u2013 Rome.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"<p>Check out &amp; depart to Rome.<\\/p>\\r\\n\\r\\n<p>Visit Vatican Museum.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203280\",\"Title\":\"Rome.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":17,\"Program\":\"<p>Guided city tour of Rome.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203281\",\"Title\":\"Rome. \",\"MealPlanInclude\":\"Breakfast\",\"Day\":18,\"Program\":\"<p>The day is free at leisure to explore the city on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"203282\",\"Title\":\"Rome \\u2013 India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":19,\"Program\":\"<p>Check out &amp; depart to Rome Airport to board your flight back home.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28521\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"302408.23\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":370448,\"priceDoubleOcc\":\"302408.23\",\"priceSingleOcc\":817056.21,\"priceExtraBed\":\"463164.09\",\"priceWithoutBed\":\"322753.44\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"302408.23\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":392800,\"priceDoubleOcc\":\"335934.85\",\"priceSingleOcc\":850582.83,\"priceExtraBed\":\"463164.09\",\"priceWithoutBed\":\"322753.44\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"335934.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":385349,\"priceDoubleOcc\":\"324759.30\",\"priceSingleOcc\":839407.28,\"priceExtraBed\":\"463164.09\",\"priceWithoutBed\":\"322753.44\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"324759.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":427950,\"priceDoubleOcc\":\"388660.47\",\"priceSingleOcc\":903308.45,\"priceExtraBed\":\"463164.09\",\"priceWithoutBed\":\"322753.44\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"388660.47\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":511942,\"priceDoubleOcc\":\"514647.98\",\"priceSingleOcc\":1029295.96,\"priceExtraBed\":\"463164.09\",\"priceWithoutBed\":\"322753.44\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"514647.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":511942,\"priceDoubleOcc\":\"514647.98\",\"priceSingleOcc\":1029295.96,\"priceExtraBed\":\"463164.09\",\"priceWithoutBed\":\"322753.44\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"514647.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28521\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"288662.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":353610,\"priceDoubleOcc\":\"288662.40\",\"priceSingleOcc\":779917.29,\"priceExtraBed\":\"442111.17\",\"priceWithoutBed\":\"308082.83\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"288662.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":374945,\"priceDoubleOcc\":\"320665.09\",\"priceSingleOcc\":811919.98,\"priceExtraBed\":\"442111.17\",\"priceWithoutBed\":\"308082.83\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"320665.09\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":367833,\"priceDoubleOcc\":\"309997.52\",\"priceSingleOcc\":801252.41,\"priceExtraBed\":\"442111.17\",\"priceWithoutBed\":\"308082.83\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"309997.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":408498,\"priceDoubleOcc\":\"370994.09\",\"priceSingleOcc\":862248.98,\"priceExtraBed\":\"442111.17\",\"priceWithoutBed\":\"308082.83\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"370994.09\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":488672,\"priceDoubleOcc\":\"491254.89\",\"priceSingleOcc\":982509.78,\"priceExtraBed\":\"442111.17\",\"priceWithoutBed\":\"308082.83\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"491254.89\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-14\",\"To\":\"2022-12-14\",\"Currency\":1,\"priceTripleOcc\":488672,\"priceDoubleOcc\":\"491254.89\",\"priceSingleOcc\":982509.78,\"priceExtraBed\":\"442111.17\",\"priceWithoutBed\":\"308082.83\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"491254.89\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 Euro tip per person per day.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of Basic Travel Quota (BTQ) equivalent to USD 10,000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;No Porterage included.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All Meals.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of excursions, city sightseeing, entrance fees and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Airfare &amp;amp; airport tax.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visa Fees.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Travel insurance.&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;NOTE: &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Due to major international events and trade fairs throughout Europe such as air-show, world athletic meet, ice skating championships, motor shows, Tour de France, etc. the hotels may be blocked out more than 2 years in advance. In view of this, you may have to stay in hotels further away from the cities\\/ different city and the itinerary may have to be altered \\/amended.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We also reserve the right to substitute a hotel of a similar class if it is deemed advisable or necessary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the convenience of our passengers, we will sometimes amend\\/alter the itinerary. However, all the services will remain the same.&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;GST if not mentioned in the rates.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks, and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare is not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;18 nights accommodation in 3 Star Hotel with continental breakfast.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mini Van as per itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Capri Island.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Amalfi.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Pompeii.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Naples.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Florence.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Leaning Tower of Pisa.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of La Spezia.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Turino.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Milan.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Como.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Venice Island by boat.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Ferrari Museum in Modena.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Vatican Museum.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Rome.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis. Note: Air-Conditioner in vehicles&amp;nbsp;may not be operated in Hilly areas.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"203255\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[203255],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203256\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[203256],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203257\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[203257],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203258\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[203258],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203259\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[203259],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203260\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[203260],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203261\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[203261],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203262\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[203262],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203263\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[203263],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203264\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[203264],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203265\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[203265],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203266\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[203266],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203267\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[203267],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203268\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[203268],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203269\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[203269],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203270\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[203270],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203271\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[203271],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203272\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[203272],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203273\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[203273],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203274\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[203274],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203275\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[203275],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203276\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[203276],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203277\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[203277],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203278\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[203278],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203279\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[203279],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203280\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[203280],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203281\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[203281],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"203282\":{\"19\":{\"Sequence\":[19],\"TPInvnSysId\":[203282],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Rome,Sorrento,Naples,Florence,La Spezia,Turin,Milan,Venice,Ancona', 'Rome,Western Europe,Italy,Sorrento,Naples,Florence,La Spezia,Turin,Milan,Venice,Ancona', '', '32754,25681,18987,9544,31489,27967,17686,28574,1014', 288662, 514648, 18, '6_1640766064_0.jpg', NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-12-14 00:00:00', '2022-12-14 00:00:00', 3, 'Italy', '107', '2022-01-21 12:06:59', '2021-12-29 00:00:00', 1, 1, '0', '0', '0', '', '', '', NULL, 'grand-tour-of-italy:18-nights–19-days', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(7, 26360, 1, 9840, 1, 0, 0, 'Family,Religious,Heritage,Culture,Activites Tour', NULL, 1, 1, 0, '{\"package\":{\"TPId\":26360,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Classic_Uzbekistan_38.jpg\",\"BookingValidUntill\":\"2022-01-01\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Tashkent\",\"DestinationPlacesSysId\":26873,\"SourcePlaces\":\"Tashkent\",\"SourcePlaceSysId\":26873,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Classic Uzbekistan\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":1,\"Value\":\"Inbound                                           \"},\"Supplier\":{\"SupplierId\":\"6477\",\"SupplierName\":\"Silk Road Travellers\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Guided Tours,Train Ticket\",\"PackageType\":\"Family,Religious,Heritage,Culture,Activites Tour\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-01-01\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":26873,\"Title\":\"Tashkent\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":482675,\"Name\":\"Uzbekistan\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.3108785\",\"Long\":\"69.2859639\",\"Address\":\"2 O&#039;zbekiston Ovozi ko&#039;chasi, \\u0422\\u043e\\u0448\\u043a\\u0435\\u043d\\u0442, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":482676,\"Name\":\"Ramada by Wyndham Tashkent\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.3247594\",\"Long\":\"69.2635877\",\"Address\":\"1 Abdulla Qodiriy ko&#039;chasi, \\u0422\\u043e\\u0448\\u043a\\u0435\\u043d\\u0442 100128, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":482679,\"Name\":\"Uzbekistan\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.3108785\",\"Long\":\"69.2859639\",\"Address\":\"2 O&#039;zbekiston Ovozi ko&#039;chasi, \\u0422\\u043e\\u0448\\u043a\\u0435\\u043d\\u0442, Uzbekistan\"},\"Images\":[],\"CityId\":26873,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4775,\"Title\":\"Amir Temur\'s Square\",\"Description\":\"Amir Temur Square is one of the most favorite places not only for local residents but also for visitors of the capital, located in the center of Tashkent. Square was founded in 1882. Originally it was called Konstantinovsky Square, but August 31, 1994, it was renamed in honor of the great Amir Temur who created the Timurid Empire, which lasted 200 years.\\r\\nMonument of Amir Timur (Tamerlane) is a bronze figure sitting on a horse. There is a famous motto of the commander, engraved in four languages: &ldquo;Justice is force&rdquo;. Square is surrounded by such buildings as &quot;Uzbekistan&quot; hotel, the State Museum of History of Timurids, as well as the famous chimes.\\r\\nAmir Temur Square is the radial-circular park, crossed by eight lanes the center of which is Amir Temur monument. In 2009 the square was reconstructed, there were planted new trees instead of old ones, as well as was built a new administrative building. Due to the complex reconstruction, the square became clearer and brighter. Now, from the Tashkent State Institute of Law, you can admire not only the monument of the great commander, but also Forum Palace and &quot;Uzbekistan&quot; hotel.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.3111172,\"Long\":69.2795586,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729513.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4780,\"Title\":\"Opera and Ballet Theatre named after Alisher Navoi\",\"Description\":\"Navoi Theater, Tashkent\\r\\nThe Navoi Theater is the national opera theater in Tashkent, Uzbekistan.\\r\\nIn 1929, amateurs of concert-ethnographic group led by M. Kari-Yakubov was established and later founded the professional theatre. In 1939 it was renamed to the Uzbek State Opera and Ballet Theatre, and in March 1948 it was united with Russian theatre and called as the State Opera and Ballet Theatre named after Alisher Navoi. Later, in 1959 the theatre obtained the status of Academic theatre and in 1966 &ndash; the status of Bolshoi Theatre.\\r\\nDesigned by Alexey Shchusev,the building of the theater was built in 1942-1947 and was opened to the public in November, 1947, celebrating the 500th anniversary of the birth of Alisher Navoi. During 1945-47, the Japanese prisoners of war participated in the building construction under forced labor.\\r\\nThe theater has a capacity of 1,400 spectators. The main stage is 540 square meters big.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":40.7127753,\"Long\":69.216667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524734219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4774,\"Title\":\"The Independence Square\",\"Description\":\"The Square of Martyrs, also known as Independence Square (Mustakillik Square)is a historical monument located in Tashkent, Uzbekistan.\\r\\n\\r\\nThe square was built to commemorate victims of Tsarist and Soviet colonialism during the 20th century. This includes those marked as &quot;enemies of the people&quot; who were eliminated from the history and culture of the Uzbek people. The park was announced in July 1999.\\r\\n\\r\\nThe museum building is situated at the edge of the rotunda. The building was built according to national architectural traditions. The museum&#039;s first exhibition consisted of 6 sections.\\r\\n\\r\\nIn 2007 and 2008, the museum was improved to reflect the stories of &quot;victims of repression&quot;. Major changes included a renovation and expansion of the domed exhibition hall. The flags of the 42 national patterns were hung and the exhibition extended to 10 sections.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":33.9306789,\"Long\":-84.3126922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729091.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7370,\"Title\":\"Chor Minor\",\"Description\":\"Chor Minor (Char Minar, Uzbek: Chor minor), alternatively known as the Madrasah of Khalif Niyaz-kul, is a historic mosque in the historic city of Bukhara, Uzbekistan. It is located in a lane northeast of the Lyab-i Hauz complex. It is protected as a cultural heritage monument, and also it is a part of the World Heritage Site Historic Centre of Bukhara. In Persian, the name of the monument means &quot;Four minarets&quot;, and the building indeed has four towers.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7747148,\"Long\":64.4273811,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541783523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7367,\"Title\":\"Ismail Samani Mausoleum\",\"Description\":\"The Samanid mausoleum is located in a park just outside the historic urban center of Bukhara, Uzbekistan. The mausoleum is considered to be one of the most highly esteemed works of Central Asian architecture, and was built between 892 and 943 CE as the resting-place of Ismail Samani - a powerful and influential amir of the Samanid dynasty, one of the last native Persian dynasties that ruled in Central Asia in the 9th and 10th centuries, after the Samanids established virtual independence from the Abbasid Caliphate in Baghdad. In addition to Ismail Samani, the mausoleum also houses the remains of his father Ahmed and his nephew Nasr, as well as the remains of other members of the Samanid dynasty.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7770157,\"Long\":64.4005746,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541785903.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7371,\"Title\":\"Lyabi Khauz\",\"Description\":\"Lyabi-Khauz is a small picturesque pond, around which are located several historical monuments, summer cafes and restaurants, shops, and of course, hotels. All this forms the same ensemble Lyabi-Khauz! &ldquo;Khauz&rdquo; is translated as a pond, and this small body of water has long since saved the inhabitants of Bukhara from the scorching heat, giving coolness under the shade of mulberry trees grown along the coast. Today, like hundreds of years ago, Lyabi-Hauz saves from the hot sun, and in the evening, it seems, there is a big noisy holiday. Lights are lit, people fill the streets and benches around the pond, and in summer cafes it is difficult to find a free table. At the same time, the Labi-Khauz is quite small - its size is only 36 meters by 42 meters, and its depth reaches 5 meters. The historic ensemble of Lyabi-Khauz includes Kukeldash madrasah (XVI century), khanaka Nadir Divan-Begi (XVII century) and madrasa Nadir Divan-Begi (XVII century). And also, in a minute&#039;s walk from the pond are the attractions - the shopping dome Toki-Sarrafon and the Magoki-Attori mosque.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7731399,\"Long\":64.4202068,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541780547.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7362,\"Title\":\"The Ark\",\"Description\":\"The Ark of Bukhara is a massive fortress located in the city of Bukhara, Uzbekistan that was initially built and occupied around the 5th century AD. In addition to being a military structure, the Ark encompassed what was essentially a town that, during much of the fortress&#039; history, was inhabited by the various royal courts that held sway over the region surrounding Bukhara. The Ark was used as a fortress until it fell to Russia in 1920. Currently, the Ark is a tourist attraction and houses museums covering its history.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.77789,\"Long\":64.41112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541613938.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7373,\"Title\":\"Ulugh Beg Observatory\",\"Description\":\"The Ulugh Beg Observatory is an observatory in Samarkand, Uzbekistan. Built in the 1420s by the Timurid astronomer Ulugh Beg, it is considered by scholars to have been one of the finest observatories in the Islamic world. Some of the famous Islamic astronomers who worked at the observatory include Al-Kashi, Ali Qushji, and Ulugh Beg himself. The observatory was destroyed in 1449 and rediscovered in 1908.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.674839,\"Long\":67.005638,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Ulugh_Beg_Observatory_24061_1546942636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5333,\"Title\":\"Bibi-Khanym Mosque\",\"Description\":\"Bibi-Khanym Mosque is one of the most important monuments of Samarkand. In the 15th century it was one of the largest and most magnificent mosques in the Islamic world. By the mid-20th century only a grandiose ruin of it still survived, but now major parts of the mosque have been restored.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.660748,\"Long\":66.9800816,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Bibi-Khanym_Mosque__24061_1527586949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5348,\"Title\":\"Registan Street, Samarkand\",\"Description\":\"The Registan was the heart of the ancient city of Samarkand of the Timurid dynasty, now in Uzbekistan. The name Registan means &amp;quot;Sandy place&amp;quot; or &amp;quot;desert&amp;quot; in Persian.The Registan was a public square, where people gathered to hear royal proclamations, heralded by blasts on enormous copper pipes called dzharchis - and a place of public executions. It is framed by three madrasahs  of distinctive Islamic architecture.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6527453,\"Long\":66.9712876,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Registan_Street,_Samarkand_24061_1527590062.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5336,\"Title\":\"Siab Bazaar, Samarkand\",\"Description\":\"Siab market is conveniently located, with the great mosque of Bibi-Khanim in only few minutes&amp;rsquo; walk away. There is another landmark not far from the bazaar &amp;ndash; Hazrat Khizir Mosque. The area of the market impresses with its 5 ha of trade rows. The main entrance is done in the form of a lofty three-fold arch adorned with blue mosaic. Trading rows are under tents that protect the bazaar from a burning sun in summer and from wind and rain in winter.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6619811,\"Long\":66.9798131,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Siab_Bazaar,_Samarkand_24061_1527587693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5330,\"Title\":\"The Gur-Emir Mausoleum\",\"Description\":\"One of the most significant architectural ensembles of medieval East &amp;ndash; the Gur Emir was built in the southwestern part of Samarkand at the beginning of the XV century. This majestic complex consisted of a khanaka, the madrasah of Muhammad Sultan - grandson of Amir Timur, and, later, tombs of Amir Timur himself and his descendants.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6485469,\"Long\":66.9692492,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/The_Gur-Emir_Mausoleum_24061_1527586412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5346,\"Title\":\"Shah-i-Zinda Street, Samarkand, Uzbekistan\",\"Description\":\"The Shah-i-Zinda Ensemble includes mausoleums and other ritual buildings of 9-14th and 19th centuries. The name Shah-i-Zinda  &amp;quot;The living king&amp;quot; is connected with the legend that Kusam i bn Abbas, the cousin of the prophet Muhammad was buried there. As if he came to Samarkand with the Arab invasion in the 7th century to preach Islam. Popular legends speak that he was beheaded for his faith. But he took his head and went into the deep well where he&amp;#039;s still living now.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6646585,\"Long\":66.9804916,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Shah-i-Zinda_Street,_Samarkand_24061_1527589565.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4783,\"Title\":\"Samarkand Darvoza Malls\",\"Description\":\"Samarkand Darvoza is one of the upscale malls in Tashkent which caters to the shopping needs of the customers. This mall is a like a one-stop destination for all the necessary items one would want to buy during their visit to this place. This shopping mall is a great place to hang out with your gang of buddies in your free time. If you are crazy about buying some branded goods, then this mall offers you a good collection of items. You can shop from a wide collection of watches and branded clothes along with footwear and much more at this place. If you are tired of hopping from stall to the other in the mall, then you can visit the food court and savor some food to regain the lost energy. The mall also has a children&rsquo;s play area ideally designed with a variety of games to keep kids engaged.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.3167942,\"Long\":69.2305881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524735305.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null}]}},{\"CityId\":4410,\"Title\":\"Bukhara\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":482649,\"Name\":\"Hotel As-Salam\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"39.7728757\",\"Long\":\"64.4219951\",\"Address\":\"116 Bukhara, Nakshbandi st, Buxoro, Uzbekistan\"},\"Images\":[],\"CityId\":4410,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":482678,\"Name\":\"Asia Bukhara Hotel\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"39.77364740000001\",\"Long\":\"64.4184038\",\"Address\":\"55 Mekhtar Anbar Str., Buxoro 200118, Uzbekistan\"},\"Images\":[],\"CityId\":4410,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4775,\"Title\":\"Amir Temur\'s Square\",\"Description\":\"Amir Temur Square is one of the most favorite places not only for local residents but also for visitors of the capital, located in the center of Tashkent. Square was founded in 1882. Originally it was called Konstantinovsky Square, but August 31, 1994, it was renamed in honor of the great Amir Temur who created the Timurid Empire, which lasted 200 years.\\r\\nMonument of Amir Timur (Tamerlane) is a bronze figure sitting on a horse. There is a famous motto of the commander, engraved in four languages: &ldquo;Justice is force&rdquo;. Square is surrounded by such buildings as &quot;Uzbekistan&quot; hotel, the State Museum of History of Timurids, as well as the famous chimes.\\r\\nAmir Temur Square is the radial-circular park, crossed by eight lanes the center of which is Amir Temur monument. In 2009 the square was reconstructed, there were planted new trees instead of old ones, as well as was built a new administrative building. Due to the complex reconstruction, the square became clearer and brighter. Now, from the Tashkent State Institute of Law, you can admire not only the monument of the great commander, but also Forum Palace and &quot;Uzbekistan&quot; hotel.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.3111172,\"Long\":69.2795586,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729513.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4780,\"Title\":\"Opera and Ballet Theatre named after Alisher Navoi\",\"Description\":\"Navoi Theater, Tashkent\\r\\nThe Navoi Theater is the national opera theater in Tashkent, Uzbekistan.\\r\\nIn 1929, amateurs of concert-ethnographic group led by M. Kari-Yakubov was established and later founded the professional theatre. In 1939 it was renamed to the Uzbek State Opera and Ballet Theatre, and in March 1948 it was united with Russian theatre and called as the State Opera and Ballet Theatre named after Alisher Navoi. Later, in 1959 the theatre obtained the status of Academic theatre and in 1966 &ndash; the status of Bolshoi Theatre.\\r\\nDesigned by Alexey Shchusev,the building of the theater was built in 1942-1947 and was opened to the public in November, 1947, celebrating the 500th anniversary of the birth of Alisher Navoi. During 1945-47, the Japanese prisoners of war participated in the building construction under forced labor.\\r\\nThe theater has a capacity of 1,400 spectators. The main stage is 540 square meters big.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":40.7127753,\"Long\":69.216667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524734219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4774,\"Title\":\"The Independence Square\",\"Description\":\"The Square of Martyrs, also known as Independence Square (Mustakillik Square)is a historical monument located in Tashkent, Uzbekistan.\\r\\n\\r\\nThe square was built to commemorate victims of Tsarist and Soviet colonialism during the 20th century. This includes those marked as &quot;enemies of the people&quot; who were eliminated from the history and culture of the Uzbek people. The park was announced in July 1999.\\r\\n\\r\\nThe museum building is situated at the edge of the rotunda. The building was built according to national architectural traditions. The museum&#039;s first exhibition consisted of 6 sections.\\r\\n\\r\\nIn 2007 and 2008, the museum was improved to reflect the stories of &quot;victims of repression&quot;. Major changes included a renovation and expansion of the domed exhibition hall. The flags of the 42 national patterns were hung and the exhibition extended to 10 sections.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":33.9306789,\"Long\":-84.3126922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729091.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7370,\"Title\":\"Chor Minor\",\"Description\":\"Chor Minor (Char Minar, Uzbek: Chor minor), alternatively known as the Madrasah of Khalif Niyaz-kul, is a historic mosque in the historic city of Bukhara, Uzbekistan. It is located in a lane northeast of the Lyab-i Hauz complex. It is protected as a cultural heritage monument, and also it is a part of the World Heritage Site Historic Centre of Bukhara. In Persian, the name of the monument means &quot;Four minarets&quot;, and the building indeed has four towers.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7747148,\"Long\":64.4273811,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541783523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7367,\"Title\":\"Ismail Samani Mausoleum\",\"Description\":\"The Samanid mausoleum is located in a park just outside the historic urban center of Bukhara, Uzbekistan. The mausoleum is considered to be one of the most highly esteemed works of Central Asian architecture, and was built between 892 and 943 CE as the resting-place of Ismail Samani - a powerful and influential amir of the Samanid dynasty, one of the last native Persian dynasties that ruled in Central Asia in the 9th and 10th centuries, after the Samanids established virtual independence from the Abbasid Caliphate in Baghdad. In addition to Ismail Samani, the mausoleum also houses the remains of his father Ahmed and his nephew Nasr, as well as the remains of other members of the Samanid dynasty.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7770157,\"Long\":64.4005746,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541785903.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7371,\"Title\":\"Lyabi Khauz\",\"Description\":\"Lyabi-Khauz is a small picturesque pond, around which are located several historical monuments, summer cafes and restaurants, shops, and of course, hotels. All this forms the same ensemble Lyabi-Khauz! &ldquo;Khauz&rdquo; is translated as a pond, and this small body of water has long since saved the inhabitants of Bukhara from the scorching heat, giving coolness under the shade of mulberry trees grown along the coast. Today, like hundreds of years ago, Lyabi-Hauz saves from the hot sun, and in the evening, it seems, there is a big noisy holiday. Lights are lit, people fill the streets and benches around the pond, and in summer cafes it is difficult to find a free table. At the same time, the Labi-Khauz is quite small - its size is only 36 meters by 42 meters, and its depth reaches 5 meters. The historic ensemble of Lyabi-Khauz includes Kukeldash madrasah (XVI century), khanaka Nadir Divan-Begi (XVII century) and madrasa Nadir Divan-Begi (XVII century). And also, in a minute&#039;s walk from the pond are the attractions - the shopping dome Toki-Sarrafon and the Magoki-Attori mosque.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7731399,\"Long\":64.4202068,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541780547.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7362,\"Title\":\"The Ark\",\"Description\":\"The Ark of Bukhara is a massive fortress located in the city of Bukhara, Uzbekistan that was initially built and occupied around the 5th century AD. In addition to being a military structure, the Ark encompassed what was essentially a town that, during much of the fortress&#039; history, was inhabited by the various royal courts that held sway over the region surrounding Bukhara. The Ark was used as a fortress until it fell to Russia in 1920. Currently, the Ark is a tourist attraction and houses museums covering its history.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.77789,\"Long\":64.41112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541613938.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7373,\"Title\":\"Ulugh Beg Observatory\",\"Description\":\"The Ulugh Beg Observatory is an observatory in Samarkand, Uzbekistan. Built in the 1420s by the Timurid astronomer Ulugh Beg, it is considered by scholars to have been one of the finest observatories in the Islamic world. Some of the famous Islamic astronomers who worked at the observatory include Al-Kashi, Ali Qushji, and Ulugh Beg himself. The observatory was destroyed in 1449 and rediscovered in 1908.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.674839,\"Long\":67.005638,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Ulugh_Beg_Observatory_24061_1546942636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5333,\"Title\":\"Bibi-Khanym Mosque\",\"Description\":\"Bibi-Khanym Mosque is one of the most important monuments of Samarkand. In the 15th century it was one of the largest and most magnificent mosques in the Islamic world. By the mid-20th century only a grandiose ruin of it still survived, but now major parts of the mosque have been restored.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.660748,\"Long\":66.9800816,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Bibi-Khanym_Mosque__24061_1527586949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5348,\"Title\":\"Registan Street, Samarkand\",\"Description\":\"The Registan was the heart of the ancient city of Samarkand of the Timurid dynasty, now in Uzbekistan. The name Registan means &amp;quot;Sandy place&amp;quot; or &amp;quot;desert&amp;quot; in Persian.The Registan was a public square, where people gathered to hear royal proclamations, heralded by blasts on enormous copper pipes called dzharchis - and a place of public executions. It is framed by three madrasahs  of distinctive Islamic architecture.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6527453,\"Long\":66.9712876,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Registan_Street,_Samarkand_24061_1527590062.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5336,\"Title\":\"Siab Bazaar, Samarkand\",\"Description\":\"Siab market is conveniently located, with the great mosque of Bibi-Khanim in only few minutes&amp;rsquo; walk away. There is another landmark not far from the bazaar &amp;ndash; Hazrat Khizir Mosque. The area of the market impresses with its 5 ha of trade rows. The main entrance is done in the form of a lofty three-fold arch adorned with blue mosaic. Trading rows are under tents that protect the bazaar from a burning sun in summer and from wind and rain in winter.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6619811,\"Long\":66.9798131,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Siab_Bazaar,_Samarkand_24061_1527587693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5330,\"Title\":\"The Gur-Emir Mausoleum\",\"Description\":\"One of the most significant architectural ensembles of medieval East &amp;ndash; the Gur Emir was built in the southwestern part of Samarkand at the beginning of the XV century. This majestic complex consisted of a khanaka, the madrasah of Muhammad Sultan - grandson of Amir Timur, and, later, tombs of Amir Timur himself and his descendants.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6485469,\"Long\":66.9692492,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/The_Gur-Emir_Mausoleum_24061_1527586412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5346,\"Title\":\"Shah-i-Zinda Street, Samarkand, Uzbekistan\",\"Description\":\"The Shah-i-Zinda Ensemble includes mausoleums and other ritual buildings of 9-14th and 19th centuries. The name Shah-i-Zinda  &amp;quot;The living king&amp;quot; is connected with the legend that Kusam i bn Abbas, the cousin of the prophet Muhammad was buried there. As if he came to Samarkand with the Arab invasion in the 7th century to preach Islam. Popular legends speak that he was beheaded for his faith. But he took his head and went into the deep well where he&amp;#039;s still living now.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6646585,\"Long\":66.9804916,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Shah-i-Zinda_Street,_Samarkand_24061_1527589565.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4783,\"Title\":\"Samarkand Darvoza Malls\",\"Description\":\"Samarkand Darvoza is one of the upscale malls in Tashkent which caters to the shopping needs of the customers. This mall is a like a one-stop destination for all the necessary items one would want to buy during their visit to this place. This shopping mall is a great place to hang out with your gang of buddies in your free time. If you are crazy about buying some branded goods, then this mall offers you a good collection of items. You can shop from a wide collection of watches and branded clothes along with footwear and much more at this place. If you are tired of hopping from stall to the other in the mall, then you can visit the food court and savor some food to regain the lost energy. The mall also has a children&rsquo;s play area ideally designed with a variety of games to keep kids engaged.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.3167942,\"Long\":69.2305881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524735305.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null}]}},{\"CityId\":24061,\"Title\":\"Samarkand\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":198970,\"Name\":\"Malika Classic Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"39.6551\",\"Long\":\"66.9595\",\"Address\":\"37, Khamraev Street \"},\"Images\":{\"Image\":[{\"ImagId\":4443178,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_1_t.jpg\"},{\"ImagId\":4443179,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_2_t.jpg\"},{\"ImagId\":4443180,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_3_t.jpg\"},{\"ImagId\":4443181,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_4_t.jpg\"},{\"ImagId\":4443182,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_5_t.jpg\"},{\"ImagId\":4443183,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_6_t.jpg\"},{\"ImagId\":4443184,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_7_t.jpg\"},{\"ImagId\":4443185,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_8_t.jpg\"},{\"ImagId\":4443186,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_9_t.jpg\"}]},\"CityId\":24061,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;A stay at Malika Classic Hotel places you in the heart of Samarkand, convenient to St. John Roman Catholic Church and St. Aleksyi Orthodox Church. This hotel is within close proximity of Gur-Emir Mausoleum and Registan Square.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 26 air-conditioned rooms featuring minibars. Your room comes with a pillowtop bed. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have showers and hair dryers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour business center, a computer station, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available on request).&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5980000\\/5978900\\/5978849\\/5978849_1_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":198971,\"Name\":\"Emirkhan Hotel\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"39.6551\",\"Long\":\"66.9595\",\"Address\":\"46A, Dahbet Street \"},\"Images\":{\"Image\":[{\"ImagId\":4443187,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_16_t.jpg\"},{\"ImagId\":4443188,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_26_t.jpg\"},{\"ImagId\":4443189,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_21_t.jpg\"},{\"ImagId\":4443190,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_22_t.jpg\"},{\"ImagId\":4443191,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_23_t.jpg\"},{\"ImagId\":4443192,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_24_t.jpg\"},{\"ImagId\":4443193,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_25_t.jpg\"},{\"ImagId\":4443194,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_27_t.jpg\"},{\"ImagId\":4443195,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_19_t.jpg\"},{\"ImagId\":4443196,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_20_t.jpg\"},{\"ImagId\":4443197,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_34_t.jpg\"},{\"ImagId\":4443198,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_28_t.jpg\"},{\"ImagId\":4443199,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_30_t.jpg\"},{\"ImagId\":4443200,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_4_t.jpg\"},{\"ImagId\":4443201,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_7_t.jpg\"},{\"ImagId\":4443202,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_2_t.jpg\"},{\"ImagId\":4443203,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_6_t.jpg\"},{\"ImagId\":4443204,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_1_t.jpg\"},{\"ImagId\":4443205,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_8_t.jpg\"},{\"ImagId\":4443206,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_10_t.jpg\"},{\"ImagId\":4443207,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_11_t.jpg\"},{\"ImagId\":4443208,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_12_t.jpg\"},{\"ImagId\":4443209,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_13_t.jpg\"},{\"ImagId\":4443210,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_14_t.jpg\"},{\"ImagId\":4443211,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_15_t.jpg\"},{\"ImagId\":4443212,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_37_t.jpg\"},{\"ImagId\":4443213,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_40_t.jpg\"},{\"ImagId\":4443214,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_29_t.jpg\"},{\"ImagId\":4443215,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_32_t.jpg\"},{\"ImagId\":4443216,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_33_t.jpg\"},{\"ImagId\":4443217,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_31_t.jpg\"},{\"ImagId\":4443218,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_17_t.jpg\"},{\"ImagId\":4443219,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_38_t.jpg\"},{\"ImagId\":4443220,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_45_t.jpg\"},{\"ImagId\":4443221,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_52_t.jpg\"},{\"ImagId\":4443222,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_56_t.jpg\"},{\"ImagId\":4443223,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_54_t.jpg\"},{\"ImagId\":4443224,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_35_t.jpg\"},{\"ImagId\":4443225,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_36_t.jpg\"},{\"ImagId\":4443226,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_41_t.jpg\"},{\"ImagId\":4443227,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_53_t.jpg\"},{\"ImagId\":4443228,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/eba23c28_t.jpg\"},{\"ImagId\":4443229,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_42_t.jpg\"},{\"ImagId\":4443230,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_44_t.jpg\"},{\"ImagId\":4443231,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_47_t.jpg\"},{\"ImagId\":4443232,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_48_t.jpg\"},{\"ImagId\":4443233,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_49_t.jpg\"},{\"ImagId\":4443234,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_50_t.jpg\"},{\"ImagId\":4443235,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_51_t.jpg\"},{\"ImagId\":4443236,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_58_t.jpg\"},{\"ImagId\":4443237,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_57_t.jpg\"},{\"ImagId\":4443238,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_46_t.jpg\"},{\"ImagId\":4443239,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_39_t.jpg\"},{\"ImagId\":4443240,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_43_t.jpg\"}]},\"CityId\":24061,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;In the heart of Samarkand, Emirhan is close to St. John Roman Catholic Church and St. Aleksyi Orthodox Church.  This hotel is within close proximity of Gur-Emir Mausoleum and Registan Square.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 58 air-conditioned rooms featuring refrigerators and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy recreation amenities such as an outdoor pool or take in the view from a garden. Additional features at this hotel include complimentary wireless Internet access and a picnic area.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at the hotel&amp;apos;s restaurant, which features a bar, or stay in and take advantage of room service (during limited hours). A complimentary buffet breakfast is served daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8970000\\/8961400\\/8961383\\/8961383_16_t.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4775,\"Title\":\"Amir Temur\'s Square\",\"Description\":\"Amir Temur Square is one of the most favorite places not only for local residents but also for visitors of the capital, located in the center of Tashkent. Square was founded in 1882. Originally it was called Konstantinovsky Square, but August 31, 1994, it was renamed in honor of the great Amir Temur who created the Timurid Empire, which lasted 200 years.\\r\\nMonument of Amir Timur (Tamerlane) is a bronze figure sitting on a horse. There is a famous motto of the commander, engraved in four languages: &ldquo;Justice is force&rdquo;. Square is surrounded by such buildings as &quot;Uzbekistan&quot; hotel, the State Museum of History of Timurids, as well as the famous chimes.\\r\\nAmir Temur Square is the radial-circular park, crossed by eight lanes the center of which is Amir Temur monument. In 2009 the square was reconstructed, there were planted new trees instead of old ones, as well as was built a new administrative building. Due to the complex reconstruction, the square became clearer and brighter. Now, from the Tashkent State Institute of Law, you can admire not only the monument of the great commander, but also Forum Palace and &quot;Uzbekistan&quot; hotel.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.3111172,\"Long\":69.2795586,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729513.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4780,\"Title\":\"Opera and Ballet Theatre named after Alisher Navoi\",\"Description\":\"Navoi Theater, Tashkent\\r\\nThe Navoi Theater is the national opera theater in Tashkent, Uzbekistan.\\r\\nIn 1929, amateurs of concert-ethnographic group led by M. Kari-Yakubov was established and later founded the professional theatre. In 1939 it was renamed to the Uzbek State Opera and Ballet Theatre, and in March 1948 it was united with Russian theatre and called as the State Opera and Ballet Theatre named after Alisher Navoi. Later, in 1959 the theatre obtained the status of Academic theatre and in 1966 &ndash; the status of Bolshoi Theatre.\\r\\nDesigned by Alexey Shchusev,the building of the theater was built in 1942-1947 and was opened to the public in November, 1947, celebrating the 500th anniversary of the birth of Alisher Navoi. During 1945-47, the Japanese prisoners of war participated in the building construction under forced labor.\\r\\nThe theater has a capacity of 1,400 spectators. The main stage is 540 square meters big.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":40.7127753,\"Long\":69.216667,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524734219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4774,\"Title\":\"The Independence Square\",\"Description\":\"The Square of Martyrs, also known as Independence Square (Mustakillik Square)is a historical monument located in Tashkent, Uzbekistan.\\r\\n\\r\\nThe square was built to commemorate victims of Tsarist and Soviet colonialism during the 20th century. This includes those marked as &quot;enemies of the people&quot; who were eliminated from the history and culture of the Uzbek people. The park was announced in July 1999.\\r\\n\\r\\nThe museum building is situated at the edge of the rotunda. The building was built according to national architectural traditions. The museum&#039;s first exhibition consisted of 6 sections.\\r\\n\\r\\nIn 2007 and 2008, the museum was improved to reflect the stories of &quot;victims of repression&quot;. Major changes included a renovation and expansion of the domed exhibition hall. The flags of the 42 national patterns were hung and the exhibition extended to 10 sections.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":33.9306789,\"Long\":-84.3126922,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524729091.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7370,\"Title\":\"Chor Minor\",\"Description\":\"Chor Minor (Char Minar, Uzbek: Chor minor), alternatively known as the Madrasah of Khalif Niyaz-kul, is a historic mosque in the historic city of Bukhara, Uzbekistan. It is located in a lane northeast of the Lyab-i Hauz complex. It is protected as a cultural heritage monument, and also it is a part of the World Heritage Site Historic Centre of Bukhara. In Persian, the name of the monument means &quot;Four minarets&quot;, and the building indeed has four towers.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7747148,\"Long\":64.4273811,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541783523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7367,\"Title\":\"Ismail Samani Mausoleum\",\"Description\":\"The Samanid mausoleum is located in a park just outside the historic urban center of Bukhara, Uzbekistan. The mausoleum is considered to be one of the most highly esteemed works of Central Asian architecture, and was built between 892 and 943 CE as the resting-place of Ismail Samani - a powerful and influential amir of the Samanid dynasty, one of the last native Persian dynasties that ruled in Central Asia in the 9th and 10th centuries, after the Samanids established virtual independence from the Abbasid Caliphate in Baghdad. In addition to Ismail Samani, the mausoleum also houses the remains of his father Ahmed and his nephew Nasr, as well as the remains of other members of the Samanid dynasty.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7770157,\"Long\":64.4005746,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541785903.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7371,\"Title\":\"Lyabi Khauz\",\"Description\":\"Lyabi-Khauz is a small picturesque pond, around which are located several historical monuments, summer cafes and restaurants, shops, and of course, hotels. All this forms the same ensemble Lyabi-Khauz! &ldquo;Khauz&rdquo; is translated as a pond, and this small body of water has long since saved the inhabitants of Bukhara from the scorching heat, giving coolness under the shade of mulberry trees grown along the coast. Today, like hundreds of years ago, Lyabi-Hauz saves from the hot sun, and in the evening, it seems, there is a big noisy holiday. Lights are lit, people fill the streets and benches around the pond, and in summer cafes it is difficult to find a free table. At the same time, the Labi-Khauz is quite small - its size is only 36 meters by 42 meters, and its depth reaches 5 meters. The historic ensemble of Lyabi-Khauz includes Kukeldash madrasah (XVI century), khanaka Nadir Divan-Begi (XVII century) and madrasa Nadir Divan-Begi (XVII century). And also, in a minute&#039;s walk from the pond are the attractions - the shopping dome Toki-Sarrafon and the Magoki-Attori mosque.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.7731399,\"Long\":64.4202068,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541780547.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7362,\"Title\":\"The Ark\",\"Description\":\"The Ark of Bukhara is a massive fortress located in the city of Bukhara, Uzbekistan that was initially built and occupied around the 5th century AD. In addition to being a military structure, the Ark encompassed what was essentially a town that, during much of the fortress&#039; history, was inhabited by the various royal courts that held sway over the region surrounding Bukhara. The Ark was used as a fortress until it fell to Russia in 1920. Currently, the Ark is a tourist attraction and houses museums covering its history.\",\"CurrencyType\":0,\"CityId\":4410,\"CityName\":\"Bukhara\",\"Lat\":39.77789,\"Long\":64.41112,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4410\\/sightseeing\\/1211_1541613938.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":7373,\"Title\":\"Ulugh Beg Observatory\",\"Description\":\"The Ulugh Beg Observatory is an observatory in Samarkand, Uzbekistan. Built in the 1420s by the Timurid astronomer Ulugh Beg, it is considered by scholars to have been one of the finest observatories in the Islamic world. Some of the famous Islamic astronomers who worked at the observatory include Al-Kashi, Ali Qushji, and Ulugh Beg himself. The observatory was destroyed in 1449 and rediscovered in 1908.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.674839,\"Long\":67.005638,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Ulugh_Beg_Observatory_24061_1546942636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5333,\"Title\":\"Bibi-Khanym Mosque\",\"Description\":\"Bibi-Khanym Mosque is one of the most important monuments of Samarkand. In the 15th century it was one of the largest and most magnificent mosques in the Islamic world. By the mid-20th century only a grandiose ruin of it still survived, but now major parts of the mosque have been restored.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.660748,\"Long\":66.9800816,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Bibi-Khanym_Mosque__24061_1527586949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5348,\"Title\":\"Registan Street, Samarkand\",\"Description\":\"The Registan was the heart of the ancient city of Samarkand of the Timurid dynasty, now in Uzbekistan. The name Registan means &amp;quot;Sandy place&amp;quot; or &amp;quot;desert&amp;quot; in Persian.The Registan was a public square, where people gathered to hear royal proclamations, heralded by blasts on enormous copper pipes called dzharchis - and a place of public executions. It is framed by three madrasahs  of distinctive Islamic architecture.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6527453,\"Long\":66.9712876,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Registan_Street,_Samarkand_24061_1527590062.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5336,\"Title\":\"Siab Bazaar, Samarkand\",\"Description\":\"Siab market is conveniently located, with the great mosque of Bibi-Khanim in only few minutes&amp;rsquo; walk away. There is another landmark not far from the bazaar &amp;ndash; Hazrat Khizir Mosque. The area of the market impresses with its 5 ha of trade rows. The main entrance is done in the form of a lofty three-fold arch adorned with blue mosaic. Trading rows are under tents that protect the bazaar from a burning sun in summer and from wind and rain in winter.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6619811,\"Long\":66.9798131,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Siab_Bazaar,_Samarkand_24061_1527587693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5330,\"Title\":\"The Gur-Emir Mausoleum\",\"Description\":\"One of the most significant architectural ensembles of medieval East &amp;ndash; the Gur Emir was built in the southwestern part of Samarkand at the beginning of the XV century. This majestic complex consisted of a khanaka, the madrasah of Muhammad Sultan - grandson of Amir Timur, and, later, tombs of Amir Timur himself and his descendants.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6485469,\"Long\":66.9692492,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/The_Gur-Emir_Mausoleum_24061_1527586412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":5346,\"Title\":\"Shah-i-Zinda Street, Samarkand, Uzbekistan\",\"Description\":\"The Shah-i-Zinda Ensemble includes mausoleums and other ritual buildings of 9-14th and 19th centuries. The name Shah-i-Zinda  &amp;quot;The living king&amp;quot; is connected with the legend that Kusam i bn Abbas, the cousin of the prophet Muhammad was buried there. As if he came to Samarkand with the Arab invasion in the 7th century to preach Islam. Popular legends speak that he was beheaded for his faith. But he took his head and went into the deep well where he&amp;#039;s still living now.\",\"CurrencyType\":0,\"CityId\":24061,\"CityName\":\"Samarkand\",\"Lat\":39.6646585,\"Long\":66.9804916,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/24061\\/sightseeing\\/Shah-i-Zinda_Street,_Samarkand_24061_1527589565.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null},{\"RefSSId\":4783,\"Title\":\"Samarkand Darvoza Malls\",\"Description\":\"Samarkand Darvoza is one of the upscale malls in Tashkent which caters to the shopping needs of the customers. This mall is a like a one-stop destination for all the necessary items one would want to buy during their visit to this place. This shopping mall is a great place to hang out with your gang of buddies in your free time. If you are crazy about buying some branded goods, then this mall offers you a good collection of items. You can shop from a wide collection of watches and branded clothes along with footwear and much more at this place. If you are tired of hopping from stall to the other in the mall, then you can visit the food court and savor some food to regain the lost energy. The mall also has a children&rsquo;s play area ideally designed with a variety of games to keep kids engaged.\",\"CurrencyType\":0,\"CityId\":26873,\"CityName\":\"Tashkent\",\"Lat\":41.3167942,\"Long\":69.2305881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26873\\/sightseeing\\/21_1524735305.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6477,\"SupplierName\":\"Silk Road Travellers\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"189437\",\"Title\":\"Arrival in Tashkent\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>11:20 Arrival at Airport, meet and transfer to Hotel by our guide and driver. Check in to the hotel.<\\/p>\\r\\n\\r\\n<p>17:00 Walking tour Independence Square, Amir Temur Square, Alisher Navoi theatre from outside, Broadway.<\\/p>\\r\\n\\r\\n<p>Overnight in Tashkent<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":482675,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":482676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4775,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4780,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4774,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189439\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189441\",\"Title\":\"Transfer from Tashkent to Bukhara\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>05:30-06:00 Breakfast at your Hotel&#39;s Restaurant<\\/p>\\r\\n\\r\\n<p>Check out from Hotel and transfer to the railway station to departure to Bukhara by Afrasiyab high-speed train. (600 km.- 3 h 40 min.)<\\/p>\\r\\n\\r\\n<p>Arrive in Bukhara.<\\/p>\\r\\n\\r\\n<p>Check-in Hotel. Overnight in Bukhara<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4410,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":482649,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":482678,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189443\",\"Title\":\"Bukhara \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>07:00-09:00 Breakfast at your Hotel&#39;s Restaurant Tour in Bukhara.<\\/p>\\r\\n\\r\\n<p>Visit Lyabi-Khauz Ensemble, Magoki-Attori Mosque, trade domes, Kalyan Minaret(1127), Kalyan Mosque(XII c.) and Miri-Arab Madrasah (1530-1535), Ulugbek(1417), and Abdulazizkhan(1652) madrasahs, Ark Fortress (500), Bolo-Khauz Mosque(1712), Chor-Minor Madrasah(1807), Ismail Samani(892-943) and Chashma-Ayub(1208-1209) mausoleums.<\\/p>\\r\\n\\r\\n<p>Overnight in Bukhara.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4410,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":482649,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":482678,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7370,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7367,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7371,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7362,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7373,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189445\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4410,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189447\",\"Title\":\"Transfer from Bukhara to Samarkand \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>07:00-09:00 Breakfast at your Hotel&#39;s Restaurant<\\/p>\\r\\n\\r\\n<p>10:00 check out from hotel and visit Naqshbandi monument, Chor Bakr necropolis, Sitorai Mohi Hosa.<\\/p>\\r\\n\\r\\n<p>15:50 Afrosiyob super speed train moves from Bukhara to Samarkand (300 km, 1 h 30 min.)<\\/p>\\r\\n\\r\\n<p>17:30 Arrival in Samarkand.<\\/p>\\r\\n\\r\\n<p>Transfer to Hotel and check-in. Overnight in Samarkand.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24061,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":198970,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":198971,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189449\",\"Title\":\"Samarkand \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>07:00-09:00 Breakfast at your Hotel&#39;s Restaurant<\\/p>\\r\\n\\r\\n<p>10:00 Start city tour by visiting Guri Emir Mausoleum (XVc.) Then visit Registan square with 3 huge madrasahs: Ulughbek (XVc.), Shirdar (XVIIc.) &amp; Tillakori (XVIIc.), Bibi Khanum mosque, and Siyab Bazar.<\\/p>\\r\\n\\r\\n<p>Overnight in Samarkand<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24061,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":198970,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":198971,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5333,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5348,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5336,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5330,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189451\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":24061,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189453\",\"Title\":\"Transfer From Samarkand To Tashkent\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>07:00-09:00 Breakfast at your Hotel&#39;s Restaurant<\\/p>\\r\\n\\r\\n<p>10:00 Continue city tour by visiting Shahi Zinda necropolis (XIc.) &amp; Ulughbek Observatory (XVc.), Konigil village.<\\/p>\\r\\n\\r\\n<p>17:00 Transfer to Railway station<\\/p>\\r\\n\\r\\n<p>17:30 Afrosiyob Train departures from Samarkand (343 km. 2 h.10 min)<\\/p>\\r\\n\\r\\n<p>19:40 Arrival in Tashkent. Drive to Hotel.<\\/p>\\r\\n\\r\\n<p>Overnight in Tashkent<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":482679,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":482676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5346,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7373,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189455\",\"Title\":\"Tashkent tour and Shopping \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>08:00 -10:00 Breakfast at Hotels restaurant<\\/p>\\r\\n\\r\\n<p>10:30hrs Shopping tour, where TSUM, Local Aleksey bazaars will be visited,<\\/p>\\r\\n\\r\\n<p>15:00hrs Visit to Tashkent&rsquo;s Biggest Mall Mega Planet\\/Samarkand Darvaza and others.<\\/p>\\r\\n\\r\\n<p>Overnight in Tashkent<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":482679,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":482676,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4783,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189457\",\"Title\":\"Transfer from Tashkent To Chimyan to Charvak to Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>07:00 -09:00 Breakfast at Hotels restaurant<\\/p>\\r\\n\\r\\n<p>12:00 Transfer to Chimyon mountain (95 km) 1.5 hours. Enjoy the beauty of the spring season mountain-covered by snow and flowering pasture. Enjoy spring activities like motor riding, horse riding, Climb to the top of a mountain by chairlift 2000 m above sea level and enjoy the view of the mountain from the top.<\\/p>\\r\\n\\r\\n<p>Then Transfer to charvak lake, take photos and then transfer to a local restaurant for lunch.<\\/p>\\r\\n\\r\\n<p>Later drive to Tashkent International airport to depart to Delhi.<\\/p>\\r\\n\\r\\n<p>End of the tour.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26873,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"26360\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38447.74\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":40653,\"priceDoubleOcc\":\"38447.74\",\"priceSingleOcc\":48369.74,\"priceExtraBed\":\"33734.79\",\"priceWithoutBed\":\"19017.16\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38447.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":40653,\"priceDoubleOcc\":\"38447.74\",\"priceSingleOcc\":48369.74,\"priceExtraBed\":\"33734.79\",\"priceWithoutBed\":\"19017.16\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38447.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":40653,\"priceDoubleOcc\":\"38447.74\",\"priceSingleOcc\":48369.74,\"priceExtraBed\":\"33734.79\",\"priceWithoutBed\":\"19017.16\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38447.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":40653,\"priceDoubleOcc\":\"38447.74\",\"priceSingleOcc\":48369.74,\"priceExtraBed\":\"33734.79\",\"priceWithoutBed\":\"19017.16\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38447.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":40653,\"priceDoubleOcc\":\"38447.74\",\"priceSingleOcc\":48369.74,\"priceExtraBed\":\"33734.79\",\"priceWithoutBed\":\"19017.16\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38447.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":45062,\"priceDoubleOcc\":\"45062.40\",\"priceSingleOcc\":54984.4,\"priceExtraBed\":\"33734.79\",\"priceWithoutBed\":\"19017.16\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45062.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"26361\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"44648.99\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":46854,\"priceDoubleOcc\":\"44648.99\",\"priceSingleOcc\":61185.659999999996,\"priceExtraBed\":\"38447.74\",\"priceWithoutBed\":\"25631.83\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44648.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":46854,\"priceDoubleOcc\":\"44648.99\",\"priceSingleOcc\":61185.659999999996,\"priceExtraBed\":\"38447.74\",\"priceWithoutBed\":\"25631.83\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44648.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":46854,\"priceDoubleOcc\":\"44648.99\",\"priceSingleOcc\":61185.659999999996,\"priceExtraBed\":\"38447.74\",\"priceWithoutBed\":\"25631.83\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44648.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":46854,\"priceDoubleOcc\":\"44648.99\",\"priceSingleOcc\":61185.659999999996,\"priceExtraBed\":\"38447.74\",\"priceWithoutBed\":\"25631.83\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44648.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":46854,\"priceDoubleOcc\":\"44648.99\",\"priceSingleOcc\":61185.659999999996,\"priceExtraBed\":\"38447.74\",\"priceWithoutBed\":\"25631.83\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44648.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":51264,\"priceDoubleOcc\":\"51263.65\",\"priceSingleOcc\":67800.32,\"priceExtraBed\":\"38447.74\",\"priceWithoutBed\":\"25631.83\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51263.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"26360\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36731.32\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":38838,\"priceDoubleOcc\":\"36731.32\",\"priceSingleOcc\":46210.38,\"priceExtraBed\":\"32228.77\",\"priceWithoutBed\":\"18168.18\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36731.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":38838,\"priceDoubleOcc\":\"36731.32\",\"priceSingleOcc\":46210.38,\"priceExtraBed\":\"32228.77\",\"priceWithoutBed\":\"18168.18\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36731.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":38838,\"priceDoubleOcc\":\"36731.32\",\"priceSingleOcc\":46210.38,\"priceExtraBed\":\"32228.77\",\"priceWithoutBed\":\"18168.18\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36731.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":38838,\"priceDoubleOcc\":\"36731.32\",\"priceSingleOcc\":46210.38,\"priceExtraBed\":\"32228.77\",\"priceWithoutBed\":\"18168.18\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36731.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":38838,\"priceDoubleOcc\":\"36731.32\",\"priceSingleOcc\":46210.38,\"priceExtraBed\":\"32228.77\",\"priceWithoutBed\":\"18168.18\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36731.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":43051,\"priceDoubleOcc\":\"43050.69\",\"priceSingleOcc\":52529.75,\"priceExtraBed\":\"32228.77\",\"priceWithoutBed\":\"18168.18\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43050.69\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"26361\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42655.73\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":44762,\"priceDoubleOcc\":\"42655.73\",\"priceSingleOcc\":58454.15,\"priceExtraBed\":\"36731.32\",\"priceWithoutBed\":\"24487.55\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42655.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":44762,\"priceDoubleOcc\":\"42655.73\",\"priceSingleOcc\":58454.15,\"priceExtraBed\":\"36731.32\",\"priceWithoutBed\":\"24487.55\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42655.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":44762,\"priceDoubleOcc\":\"42655.73\",\"priceSingleOcc\":58454.15,\"priceExtraBed\":\"36731.32\",\"priceWithoutBed\":\"24487.55\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42655.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":44762,\"priceDoubleOcc\":\"42655.73\",\"priceSingleOcc\":58454.15,\"priceExtraBed\":\"36731.32\",\"priceWithoutBed\":\"24487.55\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42655.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":44762,\"priceDoubleOcc\":\"42655.73\",\"priceSingleOcc\":58454.15,\"priceExtraBed\":\"36731.32\",\"priceWithoutBed\":\"24487.55\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42655.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-17\",\"To\":\"2022-01-01\",\"Currency\":1,\"priceTripleOcc\":48975,\"priceDoubleOcc\":\"48975.10\",\"priceSingleOcc\":64773.52,\"priceExtraBed\":\"36731.32\",\"priceWithoutBed\":\"24487.55\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48975.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;GST if not mentioned in the rates.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under Package Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks,&amp;nbsp;and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on SGL\\/Twin sharing basis in any&amp;nbsp;3* or&amp;nbsp; 4* &amp;nbsp;hotels + Breakfast In Tashkent, Samarkand, Bukhara;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Services of Professional English speaking tour guides in all cities&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tashkent-Samarkand, Samarkand-Bukhara, Bukhara-Tashkent &amp;ldquo;Afrosiyob&amp;rdquo; super-speed &amp;nbsp;train economy class tickets&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All fees to monuments as per the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"189437\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[189437],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189439\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[189439],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189441\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[189441],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189443\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[189443],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189445\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[189445],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189447\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[189447],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189449\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[189449],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189451\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[189451],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189453\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[189453],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189455\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[189455],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"189457\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[189457],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Tashkent,Bukhara,Samarkand', 'Tashkent,Central Asia,Uzbekistan,Eurasia,Bukhara,Samarkand,Khiva', '', '26873,4410,24061', 36731, 51264, 7, '7_1640765769_0.jpg', NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-01-01 00:00:00', '2022-01-01 00:00:00', 3, 'Uzbekistan', '232', '2022-01-21 12:07:46', '2021-12-29 00:00:00', 1, 1, '0', '0', '0', '', '', '', NULL, 'classic-uzbekistan', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(8, 25870, 1, 9840, 1, 0, 0, 'Honeymoon,Family,Hill Station,Weekend,Leisure,Road Trip', NULL, 1, 1, 0, '{\"package\":{\"TPId\":25870,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Evershine_Resort_Mahabaleshwar_33.jpg\",\"BookingValidUntill\":\"2022-04-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Evershine Resort, Mahabaleshwar paints a stunning picture with its grand architecture inspired by the palaces of Rajasthan set against the backdrop of the picturesque valley surrounded by strawberry fields. Surrounded by breathtaking landscapes and gardens, the property boasts of having one of the best award-winning horticulture. One of the kids&amp;rsquo; friendly 5-Star hotels in Mahabaleshwar, offering a wide range of activities ideal for a complete family getaway. Completely equipped to address the special needs of physically challenged guests with total wheelchair accessibility throughout the resort. The best and most preferred destination wedding palatial resort at Mahabaleshwar.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":100,\"PriceRange\":\"4800\\/-\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Mahabaleshwar\",\"DestinationPlacesSysId\":16375,\"SourcePlaces\":\"Mahabaleshwar\",\"SourcePlaceSysId\":16375,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Evershine Resort Mahabaleshwar\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4716\",\"SupplierName\":\"Classic Holidays\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Only Breakfast,Welcome Drink,Activity\",\"PackageType\":\"Honeymoon,Family,Hill Station,Weekend,Leisure,Road Trip\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-04-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16375,\"Title\":\"Mahabaleshwar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":127574,\"Name\":\"Evershine A Keys Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.923092\",\"Long\":\"73.667326\",\"Address\":\"Gautam Road Satara\"},\"Images\":{\"Image\":[{\"ImagId\":2794497,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/160\\/19\\/01_Exterior_view_(Exterior_view)_C.jpg\"},{\"ImagId\":2794498,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/539\\/703\\/02_Lobby_view_(Lobby_view)_A.jpg\"},{\"ImagId\":2794499,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/539\\/711\\/03_Guest_room_(Guest_room)_A.jpg\"},{\"ImagId\":2794500,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/539\\/719\\/04_Pool_view_(Pool_view)_A.jpg\"},{\"ImagId\":2794501,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/539\\/727\\/06_Restaurant_(Restaurant)_A.jpg\"},{\"ImagId\":2794502,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/58\\/539\\/739\\/07_Meeting_Room_(Meeting_Room)_A.jpg\"}]},\"CityId\":16375,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/160\\/19\\/01_Exterior_view_(Exterior_view)_C.jpg\",\"AccoAminitiesMask\":\"110110000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4716,\"SupplierName\":\"Classic Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"185853\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Built in a valley surrounded by strawberry fields, Evershine Keys Resort offers elegant rooms surrounded by natural greenery. It features an outdoor pool, fitness center and 2 dining options. Evershine - A Keys Resort is a 15-minute drive from the beautiful scenery of Venna Lake. It provides free parking and is 84 mi from Pune International Airport. Housed in a classic building, pleasant rooms offer the comforts of air conditioning, a flat-screen TV and a seating area with a sofa. They come with a safe and a glass-walled bathroom. Leisurely afternoons can be spent by the outdoor pool or strolling through the beautifully landscaped grounds. Staff can attend to business and travel needs. Guests can also enjoy adventure activities such as rock climbing, rappelling and archery. Enjoy hearty buffets with Indian and international dishes at World Cuisine Caf&eacute;. Alternate dining options include the seasonal Pool Side Pizzeria, which offers a casual dining environment.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":127574,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185854\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":127574,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25870\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"2400.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2200,\"priceDoubleOcc\":\"2400.00\",\"priceSingleOcc\":4800,\"priceExtraBed\":\"1000.00\",\"priceWithoutBed\":\"400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"300.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2200,\"priceDoubleOcc\":\"2400.00\",\"priceSingleOcc\":4800,\"priceExtraBed\":\"1000.00\",\"priceWithoutBed\":\"400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"300.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2200,\"priceDoubleOcc\":\"2400.00\",\"priceSingleOcc\":4800,\"priceExtraBed\":\"1000.00\",\"priceWithoutBed\":\"400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"300.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2200,\"priceDoubleOcc\":\"2400.00\",\"priceSingleOcc\":4800,\"priceExtraBed\":\"1000.00\",\"priceWithoutBed\":\"400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"300.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2200,\"priceDoubleOcc\":\"2400.00\",\"priceSingleOcc\":4800,\"priceExtraBed\":\"1000.00\",\"priceWithoutBed\":\"400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"300.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2200,\"priceDoubleOcc\":\"2400.00\",\"priceSingleOcc\":4800,\"priceExtraBed\":\"1000.00\",\"priceWithoutBed\":\"400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"300.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25870\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"2275.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2075,\"priceDoubleOcc\":\"2275.00\",\"priceSingleOcc\":4550,\"priceExtraBed\":\"875.00\",\"priceWithoutBed\":\"275.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"175.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2075,\"priceDoubleOcc\":\"2275.00\",\"priceSingleOcc\":4550,\"priceExtraBed\":\"875.00\",\"priceWithoutBed\":\"275.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"175.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2075,\"priceDoubleOcc\":\"2275.00\",\"priceSingleOcc\":4550,\"priceExtraBed\":\"875.00\",\"priceWithoutBed\":\"275.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"175.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2075,\"priceDoubleOcc\":\"2275.00\",\"priceSingleOcc\":4550,\"priceExtraBed\":\"875.00\",\"priceWithoutBed\":\"275.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"175.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2075,\"priceDoubleOcc\":\"2275.00\",\"priceSingleOcc\":4550,\"priceExtraBed\":\"875.00\",\"priceWithoutBed\":\"275.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"175.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-26\",\"To\":\"2021-06-30\",\"Currency\":1,\"priceTripleOcc\":2075,\"priceDoubleOcc\":\"2275.00\",\"priceSingleOcc\":4550,\"priceExtraBed\":\"875.00\",\"priceWithoutBed\":\"275.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"175.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"2275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;GST if not mentioned in the rates.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, fuel, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Superior room accommodation per night for 2 adults&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Welcome drink on arrival&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Buffet Breakfast for a couple as per meal plan opted&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Tea coffee maker in the room&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Free use of health club and fitness centre&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Complimentary breakfast&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Complimentary Evening Tea&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Complimentary Adventure Activities (Subject to weather condition)&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Complimentary Indoor Games and Activities&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"185853\":[{\"Sequence\":[0],\"TPInvnSysId\":[185853],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"185854\":[{\"Sequence\":[0],\"TPInvnSysId\":[185854],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Mahabaleshwar', 'Mahabaleshwar,Maharashtra,Indian Subcontinent,West India,India', '', '16375', 2275, 2400, 1, '8_1640765745_0.jpg', NULL, 2, 'Hotel', 0, '2021-12-29 00:00:00', '2022-04-15 00:00:00', '2022-04-15 00:00:00', 3, 'India', '101', '2021-12-29 00:00:00', '2021-12-29 00:00:00', 1, 1, '1', '1', '0', '', '', '', NULL, 'evershine-resort-mahabaleshwar', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(9, 25785, 1, 9840, 1, 0, 0, 'Honeymoon,Adventure,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Offbeat,Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":25785,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Heady_Himachal_I_78.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Snuggled in the western part of the Indian Himalayas, Himachal Pradesh is a trove of natural and geographical riches that allures travelers to spend some quality time in serenity. Our six nights and seven days Himachal&amp;nbsp;Package gifts you the pleasure of experiencing the tranquility of this hill station. Shimla, being the capital of Himachal welcomes the visitors with various tourist attractions like Kufri (a small and sweet hill station), Ridge Maidan (one of the snowfall spots), and Mall Road (the main street providing a cityscape). Further, our Himachal tour package also takes you to some of the must-visit destinations of Manali like the Solang Valley, Rohtang Pass, natural thermal springs, Hadimba Temple, and so on. In a nutshell, the exquisiteness of the place is wonderfully wrapped in this Himachal Travel Package.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":40,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Chandigarh\",\"DestinationPlacesSysId\":5765,\"SourcePlaces\":\"Chandigarh\",\"SourcePlaceSysId\":5765,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Heady Himachal I\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6026\",\"SupplierName\":\"Tamarind Global\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Offbeat,Leisure\",\"Validity\":{\"From\":\"2021-12-29\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":219775,\"Name\":\"Snow Valley Resort Shimla\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Ghora chowki ( after kachighatti) NATIONAL HIGHWAY 22, Near Dargah, Himachal Pradesh, Shimla, India, , , 171005, , , \"},\"Images\":{\"Image\":[{\"ImagId\":4789911,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICi78YtqrWuooqbV7OVh5cHxV2e7bfHvPY1pqiXnWk2Jc7nbpApLXgjfop232tHWIMON7SoCZs95zaqXjeS1P16qgAJgx9JwCRZSCdXFXcscBJSE1YpA9ahbIG8JL2bOK2BxSRey+61iwqjC9eV0TnwLJQ0EespLI4ecv+YpMQJeCooytE7RMPd3z09tek+ZGm3KwC+79l6\\/u3Xw0XuntiSoe1N72RTsTg4=\"}]},\"CityId\":1,\"Brief\":\"Snow Valley Resort Shimla is a popular choice amongst travelers in Shimla, whether exploring or just passing through. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. 24-hour room service, 24-hour security, convenience store, daily housekeeping, wheelchair accessible are there for guest&#039;s enjoyment. Comfortable guestrooms ensure a good night&#039;s sleep with some rooms featuring facilities such as television LCD\\/plasma screen, cleaning products, free welcome drink, locker, slippers. The hotel offers various recreational opportunities. Discover all Shimla has to offer by making Snow Valley Resort Shimla your base.\",\"MainImg\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICi78YtqrWuooqbV7OVh5cHxV2e7bfHvPY1pqiXnWk2Jc7nbpApLXgjfop232tHWIMON7SoCZs95zaqXjeS1P16qgAJgx9JwCRZSCdXFXcscBJSE1YpA9ahbIG8JL2bOK2BxSRey+61iwqjC9eV0TnwLJQ0EespLI4ecv+YpMQJeCooytE7RMPd3z09tek+ZGm3KwC+79l6\\/u3Xw0XuntiSoe1N72RTsTg4=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488283,\"Name\":\"Golden Fern Resort\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.0891678\",\"Long\":\"77.1405961\",\"Address\":\"Taradevi Rd, Bagh, Shimla, Himachal Pradesh 171004, India\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":219783,\"Name\":\"Hotel Willow Banks\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.100974\",\"Long\":\"77.176323\",\"Address\":\"Near Tourism Lift, The Mall Road,Himachal Pradesh,India, , , 171001\"},\"Images\":{\"Image\":[{\"ImagId\":4789919,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICg7A8cpsaijimfNQMaEw56GeGxvIyJ2ivL8zt6kcVtYkAPm2dUpR\\/Hom0z34mpLIPQw+\\/MxVwBIk8GvZfTh+W8v6b+XNkE+22s=\"}]},\"CityId\":1,\"Brief\":\"Built on the landmark estate of Willow Banks, originally owned by James Craddock known as the Architect and Builder of Shimla - the hotel effortlessly blends into the surrounding landscape enhancing its beauty.  \\n\\nCentrally located and with easy accessibility to numerous attractions in Shimla, the hotel can be conveniently reached from both the Tourism Lift and High court parking. \\n\\nOffering tastefully designed spacious rooms fitted with modern amenities; it offers breathtaking views of lush green mountains, age old pines and overlooks the entire town of Shimla. \\n\\nWith the two in house eateries rated as top restaurants on Tripadvisor  Caf Simla Times and Eighteen71 Cookhouse &amp; Bar  the hotel offers the best eating experience in Shimla. \\n\\nFor a complete Himalayan rejuvenation the Hotel, visit the in-house spa, beauty salon and gym or drop in for billiards and pool at leisure. Hotel Willow Banks offers personalized service and dedicated hospitality for a truly memorable holiday in Shimla.  \\n\\nSERVICES\\n\\nBanquet Hall (Conferences and Weddings)\\nFully equipped &amp; spacious banquet to accommodate 500 pax. Ideal for conferences &amp; weddings.\\n\\nCaf Simla Times\\nTop rated restaurant of Shimla  world cuisine caf and bar with open air terrace seating serving speciality wood fired oven pizzas.\\n\\nEighteen71 Cookhouse and Bar\\nTop rated restaurant of Shimla  Pan Indian and Oriental fine dining cookhouse and bar serving classic food with a contemporary twist.\\n\\nAkasa Spa\\nHimalayan rejuvenation experience  trained therapists offering a variety of massages and equipped with sauna, steam and jacuzzi.\\n\\nBeauty Salon\\nComplete solution for skin, hair  care and make up. \\n\\nGym\\nDont skip your workout on a holiday. Well equipped gym for your daily dose of cardio and strength training. \\n\\nRecreation\\nA lot to offer  billiards, pool, carrom and board games for kids too. Enjoy at leisure. \\n\\nTravel Desk\\nGo to place for any bus, rail or air bookings and especially things to do when in Shimla  walking tours, sight-seeing and adventure activities. \\n\\nROOMS\\n\\nModern, fully appointed rooms with elegant furniture and rich upholstery in perfect symbiosis. Spacious toilets each equipped with a bath tub, modern accessories and a host of toiletries. The Premium\\/ Super Deluxe open out to private balconies with an amazing view of the Shimla Valley adumbrated against the surrounding mountains. You can relax in our sun-deck chairs and soak in the sun while you marvel in God&#039;s creation.\",\"MainImg\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICg7A8cpsaijimfNQMaEw56GeGxvIyJ2ivL8zt6kcVtYkAPm2dUpR\\/Hom0z34mpLIPQw+\\/MxVwBIk8GvZfTh+W8v6b+XNkE+22s=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1175,\"Title\":\"Naggar Castle\",\"Description\":\"Naggar Castle is a famous castle located at a distance of 20km from Manali.It  is a magnificent historical structure which was built by Raja Sidhi Singh in 1460 AD.Naggar Castle is an impressive combination of European and Himalayan architecture. It has traditional architecture called Kathkooni, which uses a combination of stones and wooden beams. The castle provides awe inspiring views of the Kullu Valley and rests in peaceful reverie as the holy river of Beas flows merrily by.Naggar Castle is a beautiful combination of Indian and western sensibilities of architecture.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Naggar_Castle_16593_1518509589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1482,\"Title\":\"Roerich Art Gallery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.1139526,\"Long\":77.1643337,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3778\\/thumb\\/Nicholas Roerich Art Gallery_260.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":129083,\"Name\":\"Manali Heights\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2396325\",\"Long\":\"77.1887145\",\"Address\":\"Log Hut Area Manali\"},\"Images\":{\"Image\":[{\"ImagId\":2825718,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/299\\/51\\/92A122_P01_Exterior_View_1_C.jpg\"},{\"ImagId\":2825719,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/299\\/59\\/92A122_P01_Lobby_1_A.jpg\"},{\"ImagId\":2825720,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/299\\/83\\/92A122_P01_Restaurant_A.jpg\"},{\"ImagId\":2825721,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/299\\/91\\/92A122_P01_Family_Suite_A.jpg\"}]},\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/56\\/299\\/51\\/92A122_P01_Exterior_View_1_C.jpg\",\"AccoAminitiesMask\":\"110010000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":129144,\"Name\":\"Snow Valley Resorts\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2401\",\"Long\":\"77.1873\",\"Address\":\"Log Hut Area \"},\"Images\":{\"Image\":[{\"ImagId\":2826851,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/224\\/327\\/Front_View_final_Light_C.jpg\"},{\"ImagId\":2826852,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/445\\/Maharaja_Room_A.jpg\"},{\"ImagId\":2826853,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/454\\/Presidential_Manali_A.jpg\"},{\"ImagId\":2826854,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/463\\/Conference_Manali_A.jpg\"},{\"ImagId\":2826855,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/499\\/Terace_C.jpg\"},{\"ImagId\":2826856,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/508\\/Terace_snow_C.jpg\"},{\"ImagId\":2826857,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/517\\/back_lawns_1_A.jpg\"},{\"ImagId\":2826858,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/526\\/Restaurent_A.jpg\"},{\"ImagId\":2826859,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/535\\/terrace_manali_A.jpg\"},{\"ImagId\":2826860,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/225\\/553\\/inner_manali_A.jpg\"}]},\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/46\\/224\\/327\\/Front_View_final_Light_C.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":474584,\"Name\":\"Mastiff Grand (Earlier Citrus Resort)\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1175,\"Title\":\"Naggar Castle\",\"Description\":\"Naggar Castle is a famous castle located at a distance of 20km from Manali.It  is a magnificent historical structure which was built by Raja Sidhi Singh in 1460 AD.Naggar Castle is an impressive combination of European and Himalayan architecture. It has traditional architecture called Kathkooni, which uses a combination of stones and wooden beams. The castle provides awe inspiring views of the Kullu Valley and rests in peaceful reverie as the holy river of Beas flows merrily by.Naggar Castle is a beautiful combination of Indian and western sensibilities of architecture.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Naggar_Castle_16593_1518509589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1482,\"Title\":\"Roerich Art Gallery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.1139526,\"Long\":77.1643337,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3778\\/thumb\\/Nicholas Roerich Art Gallery_260.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":5765,\"Title\":\"Chandigarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480579,\"Name\":\"4 By OYO - Chandigarh\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.6384661\",\"Long\":\"76.8224487\",\"Address\":\"Ambala Chandigarh Expy, Main Market, Zirakpur, Punjab 140603, India\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":60331,\"Name\":\"Regenta Central Ashok\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.666334\",\"Long\":\"76.815628\",\"Address\":\"NH-21 Chandigarh Highway\"},\"Images\":{\"Image\":[{\"ImagId\":1311455,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_42_t.jpg\"},{\"ImagId\":1311456,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_46_t.jpg\"},{\"ImagId\":1311457,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_47_t.jpg\"},{\"ImagId\":1311458,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_48_t.jpg\"},{\"ImagId\":1311459,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_49_t.jpg\"},{\"ImagId\":1311460,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_50_t.jpg\"},{\"ImagId\":1311461,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_51_t.jpg\"},{\"ImagId\":1311462,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_52_t.jpg\"},{\"ImagId\":1311463,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_53_t.jpg\"},{\"ImagId\":1311464,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_54_t.jpg\"},{\"ImagId\":1311465,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_55_t.jpg\"},{\"ImagId\":1311466,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_56_t.jpg\"},{\"ImagId\":1311467,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_57_t.jpg\"},{\"ImagId\":1311468,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_58_t.jpg\"},{\"ImagId\":1311469,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_59_t.jpg\"},{\"ImagId\":1311470,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_60_t.jpg\"},{\"ImagId\":1311471,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_61_t.jpg\"},{\"ImagId\":1311472,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_44_t.jpg\"},{\"ImagId\":1311473,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_39_t.jpg\"},{\"ImagId\":1311474,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_45_t.jpg\"},{\"ImagId\":1311475,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_33_t.jpg\"},{\"ImagId\":1311476,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_34_t.jpg\"},{\"ImagId\":1311477,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_36_t.jpg\"},{\"ImagId\":1311478,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_37_t.jpg\"},{\"ImagId\":1311479,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_41_t.jpg\"},{\"ImagId\":1311480,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_43_t.jpg\"},{\"ImagId\":1311481,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_40_t.jpg\"},{\"ImagId\":1311482,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_38_t.jpg\"},{\"ImagId\":1311483,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/683d52c3_t.jpg\"},{\"ImagId\":1311484,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/842377ec_t.jpeg\"}]},\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4210000\\/4207300\\/4207240\\/4207240_42_t.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":483239,\"Name\":\"Holiday Inn Chandigarh Zirakpur\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.639482\",\"Long\":\"76.82238\",\"Address\":\"Raksha Business Centre, Ambala Chandigarh Expy, Zirakpur, Punjab 140603, India\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1175,\"Title\":\"Naggar Castle\",\"Description\":\"Naggar Castle is a famous castle located at a distance of 20km from Manali.It  is a magnificent historical structure which was built by Raja Sidhi Singh in 1460 AD.Naggar Castle is an impressive combination of European and Himalayan architecture. It has traditional architecture called Kathkooni, which uses a combination of stones and wooden beams. The castle provides awe inspiring views of the Kullu Valley and rests in peaceful reverie as the holy river of Beas flows merrily by.Naggar Castle is a beautiful combination of Indian and western sensibilities of architecture.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Naggar_Castle_16593_1518509589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1482,\"Title\":\"Roerich Art Gallery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.1139526,\"Long\":77.1643337,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3778\\/thumb\\/Nicholas Roerich Art Gallery_260.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"185400\",\"Title\":\"Day 01 \\u2013 Arrival to Chandigarh \\u2013 Drive to Shimla (115 kms \\/ approx. 3.5 hours)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Meet our representative upon arrival in Chandigarh and proceed to Shimla - abounds in natural bounty and looks picture perfect. The small hill station amidst the lofty snow-clad Himalayan ranges, surrounded by lakes and lush green pastures look as though an artist has painted them. The unique thing about Shimla is that it still retains its colonial charm. Check- in at the hotel and spend evening at leisure. Dinner and overnight stay in Shimla.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":219775,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":488283,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":219783,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185403\",\"Title\":\"Day 02 \\u2013 Trip to Kufri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Drive to Kufri after breakfast. This is a popular picnic spot located 16km from Shimla. You may hike on foot to the Mahasu Peak or pay for a mule ride up the hill. Mahasu is the tallest peak in Kufri that gives tourists an amazing view of distant snow-capped peaks. Return to the hotel in the afternoon. In the evening, take a walk on Shimla&rsquo;s famous boulevard, Mall Road. See fine specimens of colonial architecture, snack at the various eateries in the market or shop for souvenirs. Overnight stay in Shimla.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":219775,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":488283,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":219783,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1046,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185406\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185409\",\"Title\":\"Day 03 \\u2013 Shimla \\u2013 Kullu \\u2013 Manali (280 kms \\/ approx. 6.5 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, check-out from the hotel and drive to Manali. On the way enjoy kullu sightseeing. It is the the valley of gods, or the &lsquo;habitable end of the world&rsquo;, as the Kullu valley has come to be known, spreads out its charm on either side of the upper reaches of the river Beas. This valley is famous for the beauty and its majestic hills covered with Pine and Deodar forest sand sprawling apple orchards. Kullu valley is sandwiched between the Pir Panjal, Lower Himalayan and Great Himalayan range. The valley is only 80 km long and 2 km at its broadest, yet a fairly wide area is open to the visitors to enjoy the spectacle of variegated mountain scenery. Later proceed to Manali &amp; it offers super views of the Dhauladhar and Pir Panjal ranges, and with mountain adventures beckoning from all directions, Manali is a year-round magnet for tourists. Apart from temples, Manali is popular among adventure tourists coming for trekking, paragliding, rafting and skiing. Upon arrival, check-in at the hotel and spend evening at leisure. Overnight stay in Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":129083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":129144,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":474584,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2403,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185412\",\"Title\":\"Day 04 \\u2013 Sightseeing in Manali\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>In morning after breakfast, go on an adventurous drive to Solang valley &ndash; a major attraction, without which the trip remains incomplete. All above mentioned adventure activities can be availed here at Solang Valley. Apart from activities, there are splendid views to enjoy in and around the Solang Valley. Later, today visit popular Hadimba Temple, Naggar Castle and Art gallery. In the evening, go for a walk along Mall Road. Overnight stay in Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":129083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":129144,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":474584,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1175,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1482,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185415\",\"Title\":\"Day 05 \\u2013 Day at Leisure in Manali\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, enjoy full day at leisure in Manali. Alternatively, you may explore the destination offering numerous adventure sports and other places of interest. Overnight stay in Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":129083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":129144,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":474584,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185418\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185421\",\"Title\":\"Day 06 \\u2013 Drive from Manali \\u2013 Chandigarh (300 kms \\/ approx. 8 hours) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, drive towards Chandigarh and check-in at the hotel. If time permits, visit Nek Chand&#39;s Rock Garden which consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap &amp; other kinds of wastes materials. Overnight stay in Chandigarh<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480579,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":60331,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":483239,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1480,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185424\",\"Title\":\"Day 07 \\u2013 Departure from Chandigarh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast, you will be transferred to Chandigarh airport for return flight back home<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25785\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24067.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19741,\"priceDoubleOcc\":\"24067.05\",\"priceSingleOcc\":48134.1,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"5922.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24067.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19741,\"priceDoubleOcc\":\"24067.05\",\"priceSingleOcc\":48134.1,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"5922.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24067.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19741,\"priceDoubleOcc\":\"24067.05\",\"priceSingleOcc\":48134.1,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"5922.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24067.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19741,\"priceDoubleOcc\":\"24067.05\",\"priceSingleOcc\":48134.1,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"5922.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24067.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19741,\"priceDoubleOcc\":\"24067.05\",\"priceSingleOcc\":48134.1,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"5922.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24067.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22901,\"priceDoubleOcc\":\"28806.75\",\"priceSingleOcc\":52873.8,\"priceExtraBed\":\"11088.00\",\"priceWithoutBed\":\"5922.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28806.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18363,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12408.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18363,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12408.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18363,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12408.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18363,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12408.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18363,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12408.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22176,\"priceDoubleOcc\":\"27060.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"12408.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27060.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18370,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12430.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18370,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12430.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18370,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12430.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18370,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12430.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18370,\"priceDoubleOcc\":\"21340.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"12430.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21340.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22183,\"priceDoubleOcc\":\"27060.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"12430.00\",\"priceWithoutBed\":\"7260.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27060.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25786\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28063.35\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23211,\"priceDoubleOcc\":\"28063.35\",\"priceSingleOcc\":56126.7,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"9979.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28063.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23211,\"priceDoubleOcc\":\"28063.35\",\"priceSingleOcc\":56126.7,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"9979.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28063.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23211,\"priceDoubleOcc\":\"28063.35\",\"priceSingleOcc\":56126.7,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"9979.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28063.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23211,\"priceDoubleOcc\":\"28063.35\",\"priceSingleOcc\":56126.7,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"9979.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28063.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23211,\"priceDoubleOcc\":\"28063.35\",\"priceSingleOcc\":56126.7,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"9979.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28063.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26371,\"priceDoubleOcc\":\"32803.05\",\"priceSingleOcc\":60866.4,\"priceExtraBed\":\"13507.20\",\"priceWithoutBed\":\"9979.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32803.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":23151,\"priceDoubleOcc\":\"28292.00\",\"priceSingleOcc\":50842,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28292.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19323,\"priceDoubleOcc\":\"22550.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23173,\"priceDoubleOcc\":\"28325.00\",\"priceSingleOcc\":50875,\"priceExtraBed\":\"12870.00\",\"priceWithoutBed\":\"9020.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28325.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25787\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32156.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26696,\"priceDoubleOcc\":\"32156.25\",\"priceSingleOcc\":64312.5,\"priceExtraBed\":\"15775.20\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32156.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26696,\"priceDoubleOcc\":\"32156.25\",\"priceSingleOcc\":64312.5,\"priceExtraBed\":\"15775.20\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32156.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26696,\"priceDoubleOcc\":\"32156.25\",\"priceSingleOcc\":64312.5,\"priceExtraBed\":\"15775.20\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32156.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26696,\"priceDoubleOcc\":\"32156.25\",\"priceSingleOcc\":64312.5,\"priceExtraBed\":\"15775.20\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32156.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":26696,\"priceDoubleOcc\":\"32156.25\",\"priceSingleOcc\":64312.5,\"priceExtraBed\":\"15775.20\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32156.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":29856,\"priceDoubleOcc\":\"36895.95\",\"priceSingleOcc\":69052.2,\"priceExtraBed\":\"15775.20\",\"priceWithoutBed\":\"10080.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36895.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12375.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12375.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12375.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12375.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12375.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":27903,\"priceDoubleOcc\":\"34650.00\",\"priceSingleOcc\":63470,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12375.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"28820.00\",\"priceSingleOcc\":57640,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28820.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27903,\"priceDoubleOcc\":\"34650.00\",\"priceSingleOcc\":63470,\"priceExtraBed\":\"14410.00\",\"priceWithoutBed\":\"12320.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25785\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22921.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18801,\"priceDoubleOcc\":\"22921.00\",\"priceSingleOcc\":45842,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"5640.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22921.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18801,\"priceDoubleOcc\":\"22921.00\",\"priceSingleOcc\":45842,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"5640.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22921.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18801,\"priceDoubleOcc\":\"22921.00\",\"priceSingleOcc\":45842,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"5640.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22921.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18801,\"priceDoubleOcc\":\"22921.00\",\"priceSingleOcc\":45842,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"5640.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22921.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18801,\"priceDoubleOcc\":\"22921.00\",\"priceSingleOcc\":45842,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"5640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22921.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":21810,\"priceDoubleOcc\":\"27435.00\",\"priceSingleOcc\":50356,\"priceExtraBed\":\"10560.00\",\"priceWithoutBed\":\"5640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27435.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17528,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11844.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17528,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11844.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17528,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11844.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17528,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11844.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17528,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11844.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":21168,\"priceDoubleOcc\":\"25830.00\",\"priceSingleOcc\":46200,\"priceExtraBed\":\"11844.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25830.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17535,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11865.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17535,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11865.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17535,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11865.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17535,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11865.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17535,\"priceDoubleOcc\":\"20370.00\",\"priceSingleOcc\":40740,\"priceExtraBed\":\"11865.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21175,\"priceDoubleOcc\":\"25830.00\",\"priceSingleOcc\":46200,\"priceExtraBed\":\"11865.00\",\"priceWithoutBed\":\"6930.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25830.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25786\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26727.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22106,\"priceDoubleOcc\":\"26727.00\",\"priceSingleOcc\":53454,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"9504.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22106,\"priceDoubleOcc\":\"26727.00\",\"priceSingleOcc\":53454,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"9504.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22106,\"priceDoubleOcc\":\"26727.00\",\"priceSingleOcc\":53454,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"9504.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22106,\"priceDoubleOcc\":\"26727.00\",\"priceSingleOcc\":53454,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"9504.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22106,\"priceDoubleOcc\":\"26727.00\",\"priceSingleOcc\":53454,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"9504.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25115,\"priceDoubleOcc\":\"31241.00\",\"priceSingleOcc\":57968,\"priceExtraBed\":\"12864.00\",\"priceWithoutBed\":\"9504.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31241.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22099,\"priceDoubleOcc\":\"27006.00\",\"priceSingleOcc\":48531,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27006.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18445,\"priceDoubleOcc\":\"21525.00\",\"priceSingleOcc\":43050,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21525.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22120,\"priceDoubleOcc\":\"27037.50\",\"priceSingleOcc\":48562.5,\"priceExtraBed\":\"12285.00\",\"priceWithoutBed\":\"8610.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27037.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25787\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30625.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25425,\"priceDoubleOcc\":\"30625.00\",\"priceSingleOcc\":61250,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25425,\"priceDoubleOcc\":\"30625.00\",\"priceSingleOcc\":61250,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25425,\"priceDoubleOcc\":\"30625.00\",\"priceSingleOcc\":61250,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25425,\"priceDoubleOcc\":\"30625.00\",\"priceSingleOcc\":61250,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25425,\"priceDoubleOcc\":\"30625.00\",\"priceSingleOcc\":61250,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-05-07\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28434,\"priceDoubleOcc\":\"35139.00\",\"priceSingleOcc\":65764,\"priceExtraBed\":\"15024.00\",\"priceWithoutBed\":\"9600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35139.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11812.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11812.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11812.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11812.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11812.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-15\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":26635,\"priceDoubleOcc\":\"33075.00\",\"priceSingleOcc\":60585,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11812.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33075.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11760.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11760.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11760.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11760.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22925,\"priceDoubleOcc\":\"27510.00\",\"priceSingleOcc\":55020,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11760.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26635,\"priceDoubleOcc\":\"33075.00\",\"priceSingleOcc\":60585,\"priceExtraBed\":\"13755.00\",\"priceWithoutBed\":\"11760.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33075.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Air tickets and airport taxes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Guide service as per the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fee at Monuments as per the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Special activities as per the itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Items of personal nature like laundry, phone calls, tips to guides \\/ drivers etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera \\/ Video camera fees applicable at monuments&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;6 night accommodation in well-appointed rooms as mentioned above hotels or equivalent&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal plan as mentioned above&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing as per itinerary by private tourist vehicle&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Drivers allowances, toll taxes and Govt. Service Tax&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"185400\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[185400],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185403\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[185403],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185406\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[185406],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185409\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[185409],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185412\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[185412],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185415\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[185415],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185418\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[185418],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185421\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[185421],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185424\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[185424],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Shimla,Manali,Chandigarh', 'Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Chandigarh,Kullu,Kufri', '', '1,16593,5765', 20370, 36896, 6, '9_1640765602_0.jpg', NULL, 2, 'Holidays', 0, '2021-12-29 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2021-12-29 00:00:00', '2021-12-29 00:00:00', 1, 1, '1', '1', '0', '', '', '', NULL, 'heady-himachal-i', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(10, 30930, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Weekend,Romantic,Leisure,By Cab,Group Tours', NULL, 1, 1, 0, '{\"package\":{\"TPId\":30930,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":0,\"AgencyId\":9840,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9840,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Roam Baby Roam\",\"Name\":\"4 Nights Kashmir Package - 4 nights Srinagar\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7786\",\"SupplierName\":\"WAYN TOURS N TRAVELS\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Airport Transfers,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Weekend,Romantic,Leisure,By Cab,Group Tours\",\"Validity\":{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":309,\"Title\":\"Chashme Shahi Garden\",\"Description\":\"Chashme Shahi or Chashmai Shahi, also called Chashma Shahi, is one of the Mughal gardens built in 1632 AD around a spring by Ali Mardan Khan, a governor of Mughal emperor Shah Jahan as per the orders.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0863686,\"Long\":74.8865298,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/108\\/thumb\\/Chashme Shahi Garden_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":393,\"Title\":\"Dal Lake\",\"Description\":\"Dal is a lake in Srinagar, the summer capital of Jammu and Kashmir. The urban lake, which is the second largest in the state, is integral to tourism and recreation in Kashmir and is named the Jewel in the crown of Kashmir or Srinagar Jewel.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1105857,\"Long\":74.8682569,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/110\\/thumb\\/Dal Lake_358.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":1560,\"Title\":\"Shalimar Bagh\",\"Description\":\"Shalimar Bagh is a Mughal garden in Srinagar, linked through a channel to the northeast of Dal Lake, on its right bank located on the outskirts of Srinagar city in Jammu and Kashmir, India. Its other names are Shalimar Garden, Shalimar Bagh, Farah Baksh and Faiz Baksh, and the other famous shore line garden in the vicinity is Nishat Bagh. The Bagh was built by Mughal Emperor Jahangir for his wife Nur Jahan, in 1619. The Bagh is considered the high point of Mughal horticulture. It is now a public park. This time it is also called as crown of Srinagar.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1499588,\"Long\":74.8733735,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501171065.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":1563,\"Title\":\"Shankaracharya Temple\",\"Description\":\"The Shankaracharya Temple  is also known as the Jyesteshwara temple or Pas-Pahar by Buddhists. Shankracharya Temple was renamed as Takht-e-Suleiman (Throne of Solomon)[citation needed]. It is on top of the Shankaracharya Hill (also called Gopadari Hill)on the Zabarwan Mountain in Srinagar, Kashmir. It is dedicated to Lord Shiva. The temple is at a height of 1,000 feet (300 m) above the plain and overlooks the city of Srinagar.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501170973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":1579,\"Title\":\"Shikara Boat Ride\",\"Description\":\"The shikara is a type of wooden boat found on Dal Lake and other water bodies of Srinagar, Jammu &amp; Kashmir, India. Shikaras are of varied sizes and are used for multiple purposes, including transportation of people. A usual shikara seats half-a-dozen people, with the driver paddling at the rear. Like the Venetian gondolas, they are a cultural symbol of Kashmir. Some shikaras are still used for fishing, harvesting aquatic vegetation (usually for fodder), and transport, while most are covered with tarpaulins and are used by tourists. Some are used as floating homes by poor people\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/47_1514979669.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":582,\"Title\":\"Golf Course\",\"Description\":\"Gulmarg Golf Course with asymmetrical contours is counted amongst the largest 18-hole golf courses in the country. Situated on the lower ranges of Gulmarg, it has emerged as one of the most popular golfing destinations in India. A number of tourists flock this region to enjoy a game of golf and escape the summer heat. Golfing in the region began in the early 1920s, when British came here to spend their summers. Over the years, this golf course has witnessed a lot of changes, and the present structure has been designed by Ranjit Nanda, a well-known golf course designer. The golf course, measuring 7505 yards (par of 72), was inaugurated by the Chief Minister of Jammu and Kashmir, Omar Abdullah in the year 2011.\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0460089,\"Long\":74.3965405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3671\\/thumb\\/Golf Course_525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world&amp;#039;s second highest operating cable car since the closure in 2008 of the M&amp;eacute;rida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":971,\"Title\":\"Lidder River\",\"Description\":\"Lidder or Liddar is a 73 kilometres (45 mi) long river in the Kashmir region of India in the state of Jammu and Kashmir. It originates from the Kolhoi Glacier and joins the Jehlum River at Gurnar Khanabal at an altitude of 1,615 metres (5,299 ft).\\r\\nLidder river originates from Kolhoi Glacier near Sonamarg and gives rise to Lidder Valley. It runs southwards through the alpine meadows of Lidderwat in region of Aru, from which it got its name. It covers 30 kilometres (19 mi) before reaching Pahalgam where it the major tributary of East Lidder from Sheshnag Lake. It then runs westwards until it meets the Jehlum River at Gurnar Khanabal near Anantnag. It has crystal blueish water and Pahalgam is situated in the center of Lidder Valley.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501224594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null},{\"RefSSId\":2168,\"Title\":\"Pahalgam \\u2013 The valley of shepherds\",\"Description\":\"The Pahalgam valley is situated at the confluence of the Seshnag Lake and the Lidder River. Pahalgam is basically a cluster of eight villages. The word Pahalgam literally means, the Valley of Shepherds.\\r\\n\\r\\nTours to Pahalgam is associated with the annual Amaranth Yatra. The region is extremely popular among tourists for its outdoor activities like Fishing, Horse Riding, Golf and Trekking. Pahalgam is a popular take off point for treks to the Kolahoi glacier, to several high altitude lakes, to the Amarnath cave and to Sonmarg.\\r\\n\\r\\nPahalgam offers several tourist attractions. Tours and travel to Pahalgam usually include a visit the Baisaran Meadow that is surrounded by pine forests on all sides. Tours to  Pahalgam should definitely include a visit to the village of Mamal that is significant as it has an ancient Shiva temple. It is believed that this is Kashmir&#039;s oldest temple.\\r\\n\\r\\nThere are excellent Fishing opportunities at the Lidder River. Tourists are issued permits to go fishing on the Lidder River. These permits are issued for maximum three days at a time. Most tours and travel packages to Pahalgam offer opportunities to tourists for outdoor activities such as fishing. There are ample opportunities for tourists to enjoy Horse Riding upto the Thajwas glacier.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501225253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7786,\"SupplierName\":\"WAYN TOURS N TRAVELS\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"219930\",\"Title\":\"DAY 01: ARRIVAL AT SRINAGAR \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon arrival at Srinagar (This must be one of the Most Scenic Flights in the World, Srinagar is popularly known as the &ldquo;City of Reshi&rsquo;s &amp; Sufi&rsquo;s&rdquo; and it is also the Summer capital of state Jammu &amp; Kashmir. &nbsp;You will be met by our representative and transfer to Hotel for Check in. In afternoon we start our Sightseeing tour by visit of Shankaracharya Temple, It is believed that it was the place where the great philosopher and saint Shankaracharya stayed when he visited Kashmir ten centuries ago to revive Sanathan Dharma. The original ceiling was dome- shaped and the brick roof is not more than a century old. In the afternoon, we take a visit to Mughal Gardens, Nishat Garden known as &lsquo;Garden of pleasure&rsquo; built in 16th century (1633) by Mughal King Asif Khan. Then visit to Shalimar Garden known as &lsquo;Garden of love&rsquo; built in 16th century (1619) by Mughal King Jahangir for his beloved wife Noor Jahan or (Mehr-un-Nissa &amp; Chashmashahi (The Royal Spring). The Chashmashahi Mughal garden in Srinagar had been loved by emperors and picnickers alike. In the evening you can stroll around the market place for some last minute souvenir shopping In the evening you take a shikara ride on world famous Dal Lake, where you visit the floating vegetable gardens &amp; Open Dal Lake. While riding the Shikara&rsquo;s there are plenty of opportunities for bird watching with plentiful species including Kingfisher, Little Bittern, Common Pariah Kites, Grebe etc.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":309,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":393,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1560,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1563,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219933\",\"Title\":\"Srinagar - Gulmarg - Srinagar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast from hotel and proceed for a scenic drive to Gulmarg. Gulmarg (Meadow of Gold). Gulmarg was discovered as a tourist destination by the British in the 19th century. Prior to that, Mughal emperors vacationed in the Gulmarg valley which is about 03 kms long and up-to 01 km wide. Gulmarg has one of the best Ski slopes in the world and highest golf course of the world with 18 holes. One can also have the view of Nanga Parbhat if weather permits. The view enroute from Tangmarg to Gulmarg is fascinating. One can also have a short trek up to Khilangmarg. which can be covered in about 3 to 4 hrs or enjoy the scenic view of Kongdori on a Cable Car Known as (Gondola). . Overnight stay at hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":582,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219936\",\"Title\":\"Srinagar - Pahalgam - Srinagar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After a leisurely breakfast, We leave for Sightseeing to &ldquo;Pahalgam&rdquo; called as &ldquo;Valley of Shepherds&rdquo;. Pahalgam is situated at the confluence of the streams flowing from Sheshnag Lake and the Lidder River, Pahalgam (2,130 m) was once a humble shepherd&#39;s village with breathtaking views. Enroute visit saffron Fields&amp;19th Century Awantipura Ruins. Enjoy the nature &amp; walk around the bank of river Lidder. Pahalgam is famous for some trekking routes also &amp; is the base camp for Amarnath Pilgrimage. Pahalgam is also famous for Indian film Industry (Bollywood). Now it is Kashmir&#39;s premier resort, cool even during the height of summer when the maximum temperature does not exceeds 25 Degree C.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":971,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2168,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219939\",\"Title\":\"SRINAGAR \\u2013 SONMARG \\u2013 SRINAGAR (87 Kms \\u2013 2 to 3 hrs Each Way)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After an early breakfast, leave for a full day excursion to Sonmarg, which means Meadow of Gold, has its backdrop of snowy mountains against the blue sky. The drive offers incredible scenic beauty, dense pine forests and gigantics mountains. The place provides an ideal base for various trekking routes, high mountain lakes, glaciers, and Shri Amarnath Holy cave. The river meanders along here &amp; abounds with Trout &amp; Mahseer. Sonamarg&rsquo;s importance lies in the fact that it is the last halt on the Kashmir side for the drive from Srinagar to Leh. Ponies \\/ vehicles ( direct payment basis ) can be hired for the trip up to Thajwas Glacier, Which is a major local attraction during the summer.&nbsp; Return back in the evening to Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219942\",\"Title\":\"DEPARTURE FROM SRINAGAR \",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>Airport transfer as per flight time.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30930\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6500,\"priceDoubleOcc\":\"6500.00\",\"priceSingleOcc\":13000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"6500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"30931\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7000,\"priceDoubleOcc\":\"7000.00\",\"priceSingleOcc\":14000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"7000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30932\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7500,\"priceDoubleOcc\":\"7500.00\",\"priceSingleOcc\":15000,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"\",\"BookingTerms\":\"Booking Terms\",\"CancellationPolicy\":\"CancellationPolicy\",\"Conditions\":\"Terms And Conditions\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"Travel Basics\",\"WhyUseUs\":\"Why Use Us\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"219930\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[219930],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"219933\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[219933],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219936\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[219936],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219939\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[219939],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219942\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[219942],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Srinagar', 'Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Gulmarg,Pahalgam,Sonmarg', NULL, '25897', 6500, 7500, 4, NULL, NULL, 2, 'Holidays', 0, '2022-01-03 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-03 00:00:00', '2022-01-03 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, '4-nights-kashmir-package-4-nights-srinagar', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(11, 31027, 1, 9840, 1, 0, 0, 'Honeymoon,Wildlife,Beach,Family,Hill Station,Romantic,By Cab,Private', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31027,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/5_nights_6_days_kerala_package_1_night_cochin__2_nights_munnar__1_night_thekkady__1_night_alleppey_1641449289.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":0,\"AgencyId\":9840,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9840,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Roam Baby Roam\",\"Name\":\"5 Nights 6 Days Kerala Package 1 Night Cochin + 2 Nights Munnar + 1 Night Thekkady + 1 Night Alleppey\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7802\",\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Wildlife,Beach,Family,Hill Station,Romantic,By Cab,Private\",\"Validity\":{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6561,\"Title\":\"Cochin\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6561,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3746,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":35.3663657,\"Long\":-119.0206457,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519288938.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3777,\"Title\":\"Chinese Fishing Net\",\"Description\":\"Chinese fishing nets are a type of stationary lift net in India. They are fishing nets that are fixed land installations for fishing. Each installation is operated by a team of up to six fishermen. While such nets are used throughout coastal southern China and Indochina, in India they are mostly found in the Indian cities of Kochi and Kollam, where they have become a tourist attraction. This way of fishing is unusual in India and almost unique to the area, as it was introduced by Chinese explorers. Indeed, one interpretation of the city name Kochi is &amp;lsquo;co-chin&amp;#039;, meaning &amp;lsquo;like China.&amp;rsquo;\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Chinese_Fishing_Net_6561_1540979949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":50,\"Title\":\"Anamudi Peak\",\"Description\":\"Anamudi is a mountain located in the Indian state of Kerala. It is the highest peak in the Western Ghats and South India, at an elevation of 2,695 metres (8,842 ft),and a topographic prominence of 2,479 metres (8,133 ft).The name Anamudi literally translates to &amp;quot;elephant&amp;#039;s forehead,&amp;quot; a reference to the resemblance of the mountain to an elephant&amp;#039;s head.\\r\\nThe first recorded ascent of Anamudi was by General Douglas Hamilton of the Madras Army on May 4, 1862, but it is likely that there had been earlier ascents by local people.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520853253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin &amp;ndash; Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2538,\"Title\":\"Tea Plantation\",\"Description\":\"Quaint cottages, fragrant tea gardens and mist-draped mornings are hallmarks of Munnar. For years the cool and picturesque town of Munnar was the summer retreat of the British and it still retains the charm of a colonial past. The destination is home to the only sandalwood forest in Kerala and is also famous for its exotic flora and fauna. The Nilgiri tahr (mountain goat), the grizzled giant squirrel and the once-in-twelve-year blooming wonder - Neelakurinji flower (Strobilantheskunthiana) are special to Munnar.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Tea_Plantation_6561_1512550027.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1425,\"Title\":\"Rajamalai Sanctuary (Eravikulam National Park)\",\"Description\":\"Rajamalai Wildlife Sanctuary is a part of the  Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Tahr (mountain goat) is protected, spread over an area of 97 square kilometer. Located at a distance of 15 km from the main city of Munnar, the sanctuary is blessed with flora and fauna. It is a great delight to all the wildlife enthusiast and nature lovers. It is the ultimate home to the mountain goat which is found in huge number in the jungles of  Rajmalai.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Rajamalai_Sanctuary_(Eravikula_18697_1521694056.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":8387,\"Title\":\"Nilgiri tahr\",\"Description\":\"The Nilgiri tahr known locally as the Nilgiri ibex or simply ibex, is an ungulate that is endemic to the Nilgiri Hills and the southern portion of the Western Ghats in the states of Tamil Nadu and Kerala in Southern India. It is the state animal of Tamil Nadu.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Nilgiri_tahr_18697_1549434035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;s first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1377,\"Title\":\"Pothamedu Viewpoint\",\"Description\":\"Pothamedu Viewpoint is visited by a large number of tourists every year, who get the opportunity to trek through the lush green forest of Munnar, which is only 3 km away from this spectacular spot. It is a popular spot among trekkers, hikers and nature lovers for its pleasing scenic environs. Adventure lovers can trek through the beautiful cardamom, tea and coffee plantations to reach this point. It is a perfect place for visitors who love photography.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0169584,\"Long\":77.0909809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Pothamedu_Viewpoint_18697_1521694592.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":4293,\"Title\":\"Blossom Garden\",\"Description\":\"Blossom Garden, a perfect get away from the city \\/ town with its panoramic view and the homely atmosphere, the perfect place for a quiet holiday. The chirp of birds, the misty mornings and the evenings where you can warm yourself around a bonfire is a home away from home environment.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520672070.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":921,\"Title\":\"Kumarakom\",\"Description\":\"Kumarakom is a popular tourism destination located near the city of Kottayam (16 kilometres (10 mi)), in Kerala, India, famous for its backwater tourism. It is set in the backdrop of the Vembanad Lake, the largest lake in the state of Kerala. Contents\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6175449,\"Long\":76.430095,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/130_1516803767.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null}]}},{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3746,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":35.3663657,\"Long\":-119.0206457,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519288938.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3777,\"Title\":\"Chinese Fishing Net\",\"Description\":\"Chinese fishing nets are a type of stationary lift net in India. They are fishing nets that are fixed land installations for fishing. Each installation is operated by a team of up to six fishermen. While such nets are used throughout coastal southern China and Indochina, in India they are mostly found in the Indian cities of Kochi and Kollam, where they have become a tourist attraction. This way of fishing is unusual in India and almost unique to the area, as it was introduced by Chinese explorers. Indeed, one interpretation of the city name Kochi is &amp;lsquo;co-chin&amp;#039;, meaning &amp;lsquo;like China.&amp;rsquo;\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Chinese_Fishing_Net_6561_1540979949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":50,\"Title\":\"Anamudi Peak\",\"Description\":\"Anamudi is a mountain located in the Indian state of Kerala. It is the highest peak in the Western Ghats and South India, at an elevation of 2,695 metres (8,842 ft),and a topographic prominence of 2,479 metres (8,133 ft).The name Anamudi literally translates to &amp;quot;elephant&amp;#039;s forehead,&amp;quot; a reference to the resemblance of the mountain to an elephant&amp;#039;s head.\\r\\nThe first recorded ascent of Anamudi was by General Douglas Hamilton of the Madras Army on May 4, 1862, but it is likely that there had been earlier ascents by local people.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520853253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin &amp;ndash; Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2538,\"Title\":\"Tea Plantation\",\"Description\":\"Quaint cottages, fragrant tea gardens and mist-draped mornings are hallmarks of Munnar. For years the cool and picturesque town of Munnar was the summer retreat of the British and it still retains the charm of a colonial past. The destination is home to the only sandalwood forest in Kerala and is also famous for its exotic flora and fauna. The Nilgiri tahr (mountain goat), the grizzled giant squirrel and the once-in-twelve-year blooming wonder - Neelakurinji flower (Strobilantheskunthiana) are special to Munnar.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Tea_Plantation_6561_1512550027.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1425,\"Title\":\"Rajamalai Sanctuary (Eravikulam National Park)\",\"Description\":\"Rajamalai Wildlife Sanctuary is a part of the  Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Tahr (mountain goat) is protected, spread over an area of 97 square kilometer. Located at a distance of 15 km from the main city of Munnar, the sanctuary is blessed with flora and fauna. It is a great delight to all the wildlife enthusiast and nature lovers. It is the ultimate home to the mountain goat which is found in huge number in the jungles of  Rajmalai.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Rajamalai_Sanctuary_(Eravikula_18697_1521694056.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":8387,\"Title\":\"Nilgiri tahr\",\"Description\":\"The Nilgiri tahr known locally as the Nilgiri ibex or simply ibex, is an ungulate that is endemic to the Nilgiri Hills and the southern portion of the Western Ghats in the states of Tamil Nadu and Kerala in Southern India. It is the state animal of Tamil Nadu.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Nilgiri_tahr_18697_1549434035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;s first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1377,\"Title\":\"Pothamedu Viewpoint\",\"Description\":\"Pothamedu Viewpoint is visited by a large number of tourists every year, who get the opportunity to trek through the lush green forest of Munnar, which is only 3 km away from this spectacular spot. It is a popular spot among trekkers, hikers and nature lovers for its pleasing scenic environs. Adventure lovers can trek through the beautiful cardamom, tea and coffee plantations to reach this point. It is a perfect place for visitors who love photography.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0169584,\"Long\":77.0909809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Pothamedu_Viewpoint_18697_1521694592.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":4293,\"Title\":\"Blossom Garden\",\"Description\":\"Blossom Garden, a perfect get away from the city \\/ town with its panoramic view and the homely atmosphere, the perfect place for a quiet holiday. The chirp of birds, the misty mornings and the evenings where you can warm yourself around a bonfire is a home away from home environment.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520672070.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":921,\"Title\":\"Kumarakom\",\"Description\":\"Kumarakom is a popular tourism destination located near the city of Kottayam (16 kilometres (10 mi)), in Kerala, India, famous for its backwater tourism. It is set in the backdrop of the Vembanad Lake, the largest lake in the state of Kerala. Contents\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6175449,\"Long\":76.430095,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/130_1516803767.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3746,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":35.3663657,\"Long\":-119.0206457,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519288938.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3777,\"Title\":\"Chinese Fishing Net\",\"Description\":\"Chinese fishing nets are a type of stationary lift net in India. They are fishing nets that are fixed land installations for fishing. Each installation is operated by a team of up to six fishermen. While such nets are used throughout coastal southern China and Indochina, in India they are mostly found in the Indian cities of Kochi and Kollam, where they have become a tourist attraction. This way of fishing is unusual in India and almost unique to the area, as it was introduced by Chinese explorers. Indeed, one interpretation of the city name Kochi is &amp;lsquo;co-chin&amp;#039;, meaning &amp;lsquo;like China.&amp;rsquo;\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Chinese_Fishing_Net_6561_1540979949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":50,\"Title\":\"Anamudi Peak\",\"Description\":\"Anamudi is a mountain located in the Indian state of Kerala. It is the highest peak in the Western Ghats and South India, at an elevation of 2,695 metres (8,842 ft),and a topographic prominence of 2,479 metres (8,133 ft).The name Anamudi literally translates to &amp;quot;elephant&amp;#039;s forehead,&amp;quot; a reference to the resemblance of the mountain to an elephant&amp;#039;s head.\\r\\nThe first recorded ascent of Anamudi was by General Douglas Hamilton of the Madras Army on May 4, 1862, but it is likely that there had been earlier ascents by local people.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520853253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin &amp;ndash; Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2538,\"Title\":\"Tea Plantation\",\"Description\":\"Quaint cottages, fragrant tea gardens and mist-draped mornings are hallmarks of Munnar. For years the cool and picturesque town of Munnar was the summer retreat of the British and it still retains the charm of a colonial past. The destination is home to the only sandalwood forest in Kerala and is also famous for its exotic flora and fauna. The Nilgiri tahr (mountain goat), the grizzled giant squirrel and the once-in-twelve-year blooming wonder - Neelakurinji flower (Strobilantheskunthiana) are special to Munnar.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Tea_Plantation_6561_1512550027.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1425,\"Title\":\"Rajamalai Sanctuary (Eravikulam National Park)\",\"Description\":\"Rajamalai Wildlife Sanctuary is a part of the  Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Tahr (mountain goat) is protected, spread over an area of 97 square kilometer. Located at a distance of 15 km from the main city of Munnar, the sanctuary is blessed with flora and fauna. It is a great delight to all the wildlife enthusiast and nature lovers. It is the ultimate home to the mountain goat which is found in huge number in the jungles of  Rajmalai.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Rajamalai_Sanctuary_(Eravikula_18697_1521694056.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":8387,\"Title\":\"Nilgiri tahr\",\"Description\":\"The Nilgiri tahr known locally as the Nilgiri ibex or simply ibex, is an ungulate that is endemic to the Nilgiri Hills and the southern portion of the Western Ghats in the states of Tamil Nadu and Kerala in Southern India. It is the state animal of Tamil Nadu.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Nilgiri_tahr_18697_1549434035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;s first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1377,\"Title\":\"Pothamedu Viewpoint\",\"Description\":\"Pothamedu Viewpoint is visited by a large number of tourists every year, who get the opportunity to trek through the lush green forest of Munnar, which is only 3 km away from this spectacular spot. It is a popular spot among trekkers, hikers and nature lovers for its pleasing scenic environs. Adventure lovers can trek through the beautiful cardamom, tea and coffee plantations to reach this point. It is a perfect place for visitors who love photography.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0169584,\"Long\":77.0909809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Pothamedu_Viewpoint_18697_1521694592.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":4293,\"Title\":\"Blossom Garden\",\"Description\":\"Blossom Garden, a perfect get away from the city \\/ town with its panoramic view and the homely atmosphere, the perfect place for a quiet holiday. The chirp of birds, the misty mornings and the evenings where you can warm yourself around a bonfire is a home away from home environment.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520672070.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":921,\"Title\":\"Kumarakom\",\"Description\":\"Kumarakom is a popular tourism destination located near the city of Kottayam (16 kilometres (10 mi)), in Kerala, India, famous for its backwater tourism. It is set in the backdrop of the Vembanad Lake, the largest lake in the state of Kerala. Contents\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6175449,\"Long\":76.430095,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/130_1516803767.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3746,\"Title\":\"St. Francis Church\",\"Description\":\"The St. Francis Church, well-known for its beautiful structural design and ambience, has an important place in history. It is here that the famous explorer, Vasco-da-Gama, was originally buried. His remains would be taken back 14 years later but to this day, the exact spot is clearly marked. The place is known for its deep Dutch and Portuguese influences and is an architectural marvel in itself.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":35.3663657,\"Long\":-119.0206457,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/36_1519288938.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":3777,\"Title\":\"Chinese Fishing Net\",\"Description\":\"Chinese fishing nets are a type of stationary lift net in India. They are fishing nets that are fixed land installations for fishing. Each installation is operated by a team of up to six fishermen. While such nets are used throughout coastal southern China and Indochina, in India they are mostly found in the Indian cities of Kochi and Kollam, where they have become a tourist attraction. This way of fishing is unusual in India and almost unique to the area, as it was introduced by Chinese explorers. Indeed, one interpretation of the city name Kochi is &amp;lsquo;co-chin&amp;#039;, meaning &amp;lsquo;like China.&amp;rsquo;\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Chinese_Fishing_Net_6561_1540979949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":50,\"Title\":\"Anamudi Peak\",\"Description\":\"Anamudi is a mountain located in the Indian state of Kerala. It is the highest peak in the Western Ghats and South India, at an elevation of 2,695 metres (8,842 ft),and a topographic prominence of 2,479 metres (8,133 ft).The name Anamudi literally translates to &amp;quot;elephant&amp;#039;s forehead,&amp;quot; a reference to the resemblance of the mountain to an elephant&amp;#039;s head.\\r\\nThe first recorded ascent of Anamudi was by General Douglas Hamilton of the Madras Army on May 4, 1862, but it is likely that there had been earlier ascents by local people.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520853253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1847,\"Title\":\"Valara Waterfalls\",\"Description\":\"Valara waterfall is among the best trekking area, located between Neriamangalam and Adimali. The waterfall is around 42 km away from Munnar. Valara Waterfalls are known for the lush greenery surrounding it and is a lovely picnic spot. The water cascades from a height of 1000 m, which itself is a treat to your eyes. It is road side attraction of Cochin &amp;ndash; Munnar highway. The serene environment surrounding the magnificent waterfall is also provide ideal habitat for many rare and exotic animals and birds.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Valara_Waterfalls_18697_1521638582.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":2538,\"Title\":\"Tea Plantation\",\"Description\":\"Quaint cottages, fragrant tea gardens and mist-draped mornings are hallmarks of Munnar. For years the cool and picturesque town of Munnar was the summer retreat of the British and it still retains the charm of a colonial past. The destination is home to the only sandalwood forest in Kerala and is also famous for its exotic flora and fauna. The Nilgiri tahr (mountain goat), the grizzled giant squirrel and the once-in-twelve-year blooming wonder - Neelakurinji flower (Strobilantheskunthiana) are special to Munnar.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Tea_Plantation_6561_1512550027.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1425,\"Title\":\"Rajamalai Sanctuary (Eravikulam National Park)\",\"Description\":\"Rajamalai Wildlife Sanctuary is a part of the  Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Tahr (mountain goat) is protected, spread over an area of 97 square kilometer. Located at a distance of 15 km from the main city of Munnar, the sanctuary is blessed with flora and fauna. It is a great delight to all the wildlife enthusiast and nature lovers. It is the ultimate home to the mountain goat which is found in huge number in the jungles of  Rajmalai.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Rajamalai_Sanctuary_(Eravikula_18697_1521694056.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":8387,\"Title\":\"Nilgiri tahr\",\"Description\":\"The Nilgiri tahr known locally as the Nilgiri ibex or simply ibex, is an ungulate that is endemic to the Nilgiri Hills and the southern portion of the Western Ghats in the states of Tamil Nadu and Kerala in Southern India. It is the state animal of Tamil Nadu.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Nilgiri_tahr_18697_1549434035.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":925,\"Title\":\"Kundala Dam Lake\",\"Description\":\"Kundala is located approximately 20 km from Munnar on the way to Top Station and it is at a height of 1700 meters above the sea level. People love to see the Cherry gardens here, that blossoms twice in a year and make the surroundings of the lake even more attractive. However, the famous Neela Kurunji flowers, which bloom once in twelve years and change the green valleys of Kundala into refreshing blue beauties, are hard to see, because of their rare availability.\\r\\n\\r\\nThe Kundala Lake gives way to an artificial dam &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;s first Arch Dam, also known as Sethuparvathipuram Dam. One can see many a things in the surrounding of this dam, like the green valleys, tea gardens, waterfalls, eucalyptus and pine trees, etc. The boating is another major attraction at this glorious lake.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kundala_Dam_Lake_18697_1521699663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1377,\"Title\":\"Pothamedu Viewpoint\",\"Description\":\"Pothamedu Viewpoint is visited by a large number of tourists every year, who get the opportunity to trek through the lush green forest of Munnar, which is only 3 km away from this spectacular spot. It is a popular spot among trekkers, hikers and nature lovers for its pleasing scenic environs. Adventure lovers can trek through the beautiful cardamom, tea and coffee plantations to reach this point. It is a perfect place for visitors who love photography.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0169584,\"Long\":77.0909809,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Pothamedu_Viewpoint_18697_1521694592.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":4293,\"Title\":\"Blossom Garden\",\"Description\":\"Blossom Garden, a perfect get away from the city \\/ town with its panoramic view and the homely atmosphere, the perfect place for a quiet holiday. The chirp of birds, the misty mornings and the evenings where you can warm yourself around a bonfire is a home away from home environment.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520672070.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null},{\"RefSSId\":921,\"Title\":\"Kumarakom\",\"Description\":\"Kumarakom is a popular tourism destination located near the city of Kottayam (16 kilometres (10 mi)), in Kerala, India, famous for its backwater tourism. It is set in the backdrop of the Vembanad Lake, the largest lake in the state of Kerala. Contents\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.6175449,\"Long\":76.430095,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/130_1516803767.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7802,\"SupplierName\":\"SPICELAND HOLIDAYS AND ENTERTAINMENT PRIVATE LIMITED\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"220677\",\"Title\":\"Arrival in Cochin and City Sightseeing\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Cochin and transfer to hotel. Check in at Hotel. In Cochin Visit the Dutch Palace-built by the Portuguese in 1557 and subsequently renovated by the Dutch after 1663. The murals are perhaps the best in India. Jewish Synagogue - built in 1568 and the oldest Synagogue in the Commonwealth are at Mattancherry. St. Francis Church - built in 1510 and the oldest European church in India, Chinese Fishing Nets- introduced by the court of Kublai Khan can be seen in Fort Cochin. Fort Cochin Beach etc. Overnight stay at Cochin<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2803,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3746,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3777,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220681\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220685\",\"Title\":\"Cochin \\u2013 Munnar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Arrival at Cochin Airport and transfer to Munnar. Munnar is 1800 mts above sea level and also the place of South India&#39;s highest peak (Anamudi-2695 mts). On the way visit Valara, Cheeyappara waterfalls &amp; Tea Plantations. On arrival at Munnar transfer to Hotel. Check in at Hotel. Afternoon visit Rajamala (Eravikulam National Park - open as per the directions by the forest authorities ), the best place to see Nilgiri Tahr (Hermitragus Hilarious)- the mountain goat of South India &amp; Tea Museum. Evening have a short visit at Munnar town. You can see the beautiful tea estates like a green paradise. Overnight stay at Munnar<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":50,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1847,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":318,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2538,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1425,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8387,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1740,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220689\",\"Title\":\"Munnar\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast proceed for sightseeing. Maduppatty dam, Echo Point, Kundalay Dam, Pothenmedu View Point, Blossom Park etc are some of the highlights of the sightseeing. Shopping &amp; overnight stay at Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1377,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4293,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220693\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220703\",\"Title\":\"Munnar \\u2013 Thekkady\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Morning have breakfast at resort later check out resort and drive to Thekkady.&nbsp;Thekkady is a world famous wildlife sanctuary and it is also called as Periyar. On arrival check in Hotel Afternoon proceed for a game viewing cruise on the Periyar Lake. Here you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, wild boar etc evening you can take a Elephant ride at Periyar wild life and rest of the day is at leisure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1352,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1351,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220707\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220711\",\"Title\":\"Thekkady \\u2013 Alleppey\\/Kumarakom\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast check out from the hotel and transfer to Alleppey\\/Kumarakom. Check in at the resort. Later proceed to visit Alleppey backwaters. <strong>Take a cruise (Optional &ndash; Own Cost)<\\/strong> through the rich and splendid backwater. Just relax at the boat. It will be a unique and exclusive experience in your lifetime. You will be cruising along the village sides and paddy fields witnessing the core life of the Kerala villages. Overnight stay at Alleppey\\/Kumarakom.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":921,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220715\",\"Title\":\"Alleppey\\/Kumarakom \\u2013 Cochin (Tour Ends)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Morning have breakfast at resort later check out Hotel and drive to Airport \\/ Railway Station for departure<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31027\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"9950.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8567,\"priceDoubleOcc\":\"9950.00\",\"priceSingleOcc\":9950,\"priceExtraBed\":\"5800.00\",\"priceWithoutBed\":\"3700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8700,\"priceDoubleOcc\":\"10150.00\",\"priceSingleOcc\":10150,\"priceExtraBed\":\"5800.00\",\"priceWithoutBed\":\"3700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9300,\"priceDoubleOcc\":\"11050.00\",\"priceSingleOcc\":11050,\"priceExtraBed\":\"5800.00\",\"priceWithoutBed\":\"3700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10867,\"priceDoubleOcc\":\"13400.00\",\"priceSingleOcc\":13400,\"priceExtraBed\":\"5800.00\",\"priceWithoutBed\":\"3700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31028\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"11500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9933,\"priceDoubleOcc\":\"11500.00\",\"priceSingleOcc\":11500,\"priceExtraBed\":\"6800.00\",\"priceWithoutBed\":\"4300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10067,\"priceDoubleOcc\":\"11700.00\",\"priceSingleOcc\":11700,\"priceExtraBed\":\"6800.00\",\"priceWithoutBed\":\"4300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10733,\"priceDoubleOcc\":\"12700.00\",\"priceSingleOcc\":12700,\"priceExtraBed\":\"6800.00\",\"priceWithoutBed\":\"4300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12400,\"priceDoubleOcc\":\"15200.00\",\"priceSingleOcc\":15200,\"priceExtraBed\":\"6800.00\",\"priceWithoutBed\":\"4300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31030\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":8,\"Price\":\"16500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14067,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":16500,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14200,\"priceDoubleOcc\":\"16700.00\",\"priceSingleOcc\":16700,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14867,\"priceDoubleOcc\":\"17700.00\",\"priceSingleOcc\":17700,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16533,\"priceDoubleOcc\":\"20200.00\",\"priceSingleOcc\":20200,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"5900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\\r\\n\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;60 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;45 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsp;travelled&amp;nbsp;the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp; tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"220677\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[220677],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220681\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[220681],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220685\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[220685],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220689\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220689],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220693\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[220693],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220703\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[220703],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220707\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[220707],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220711\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[220711],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220715\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[220715],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Cochin,Munnar,Thekkady,Alleppey', ',Cochin,Kerala,Indian Subcontinent,South India,India,Munnar,Thekkady,Alleppey,', NULL, '6561,18697,27156,670', 9950, 20200, 5, NULL, NULL, 2, 'Holidays', 0, '2022-01-19 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-19 13:09:31', '2022-01-19 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, '5-nights-6-days-kerala-package-1-night-cochin-+-2-nights-munnar-+-1-night-thekkady-+-1-night-alleppey', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(12, 25416, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Family,Hill Station,Romantic', NULL, 1, 1, 0, '{\"package\":{\"TPId\":25416,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/anmol_arunachal_1629726027.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"Anmol Arunachal \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4408\",\"SupplierName\":\"Assam Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2022-01-19\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":27116,\"Title\":\"Tezpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467909,\"Name\":\"Hotel Royal Regency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"A.H ROAD, NEAR BAN THEATER HALL, Tezpur, Assam\"},\"Images\":[],\"CityId\":27116,\"Brief\":\"&lt;p&gt;Hotel Royal Regency, situated at the heart of the eternal city of romance, &ldquo;Tezpur&rdquo; was established on the 27th day of May 2010. Since then it has been a pioneer to the hotel industry especially in Tezpur, providing the highest quality service. Our motto is &ldquo;where hospitality matters&rdquo; and we have left no stones unturned to make sure our guests enjoy their stay. Our service staff is very highly experienced and honest.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467909\\/4650_1ea79c767b369e2e7fa322a5857eec981582897389.jpg\",\"AccoAminitiesMask\":\"1100000000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481375,\"Name\":\"Hotel KRC Palace\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.6264041\",\"Long\":\"92.7901164\",\"Address\":\"Suryarekha Complex, J.N. Road, Kacharigaon, Kamarchuburi, Tezpur, Assam 784001, India\"},\"Images\":[],\"CityId\":27116,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481376,\"Name\":\"The Greenwood Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1187046\",\"Long\":\"91.8319672\",\"Address\":\"GS Rd, Madhab Nagar, Khanapara, Guwahati, Assam 781022, India\"},\"Images\":[],\"CityId\":27116,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&deg;48&prime;36&Prime;N 92&deg;26&prime;38&Prime;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":7934,\"Title\":\"Dirang\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467904,\"Name\":\"Hotel Pemaling\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Near Petrol pump, Dirang, West Kameng, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817995,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_01617282673.jpg\"},{\"ImagId\":4817996,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_11617282674.jpg\"},{\"ImagId\":4817997,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_21617282674.jpg\"},{\"ImagId\":4817998,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_31617282674.jpg\"}]},\"CityId\":7934,\"Brief\":\"&lt;p&gt;Pemaling Lords Inn, a beautiful hotel in Dirang located amidst the lush green mountains and overlooking the beautiful Dirang valley, offers 25 well designed rooms and suites with personalized services especially for your comfort and well-being. Enjoy the natural beauty of the place, delight yourself to the local cuisine and also learn the fascinating culture of the local tribal Monpas while on your stay with us.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_93ad13f3321930fdfd30540250100d771582896423.jpg\",\"AccoAminitiesMask\":\"1100000000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Suite Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467905,\"Name\":\"Hotel Samdup Khang\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"National Highway 229, Dirang, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817991,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_01617282377.jpg\"},{\"ImagId\":4817992,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_11617282377.jpg\"},{\"ImagId\":4817993,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_21617282377.jpg\"},{\"ImagId\":4817994,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_31617282377.jpg\"}]},\"CityId\":7934,\"Brief\":\"&lt;p&gt;Hotel Samdup Khang is ranked #4 among the 14 hotels in Dirang Dzong with an average rating of 6.1 out of 7, it has a total of 1 photos, 9 text reviews and 1 video reviews. it is rated top for its Food &amp; Drink, Service and Destination.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The online booking price of the hotel ranges between Rs 3,200 to Rs 5,500 per night. to check availability or to avail complimentary breakfast, we recommend contacting the hotel to check if the final tariff includes it.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The ambience and the location of the hotel makes it a suitable option for variety of travellers. Group (25%) and Family (25%) are the most common type of travellers that like to stay here. 25% of guests enjoy the hotel&amp;#39;s connectivity, whereas 25% have rated the ambience as relaxed.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Although the hotel is a suitable stay option throughout the year for travellers, book your accommodation in the months of July, Aug and Sept for the best experience.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If you are in need for airport transfers or require a car for sightseeing around the city or you have to do an early check-in, then we recommend contacting the hotel directly and requesting for these additional services. All of the available amenities ensure your stay is enjoyable and free from any hassles&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_f8778570d4500dee6ae9381be3140fed1582896638.jpg\",\"AccoAminitiesMask\":\"1100000000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&deg;48&prime;36&Prime;N 92&deg;26&prime;38&Prime;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34557,\"Title\":\"Tawang\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467906,\"Name\":\"YangZom hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"lama birth place, Urgelling Village, P.O. Tawang near 6th Dalia, Dist, Tawang, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817977,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_01617280822.jpg\"},{\"ImagId\":4817978,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_11617280822.jpg\"},{\"ImagId\":4817979,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_21617280822.jpg\"}]},\"CityId\":34557,\"Brief\":\"&lt;p&gt;&ldquo;Yangzom Hotel&rdquo; is located in the sylvan surroundings of Urgelling village, the birthplace of H.H. The Vi Dalai Lama. It is only 6-minute drive from Tawang town. The rooms are spacious, elegant and contemporary in design with spectacular views of tranquil nearby hamlets and far-off mountain ranges. All rooms are equipped with LED TV with satellite TV programmes, private bathrooms\\/showers with 24 hours hat and cold running water. The Guest House has a multi-purpose banquet-cum-conference hall and a large parking area.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_e240a69b225daf80df0a8aa9e670d1d61582896862.jpg\",\"AccoAminitiesMask\":\"1100010000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467908,\"Name\":\"Gayki Khang Zhang\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Cona, Tawang, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817984,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_01617281997.jpg\"},{\"ImagId\":4817985,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_11617281997.jpg\"},{\"ImagId\":4817986,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_21617281997.jpg\"}]},\"CityId\":34557,\"Brief\":\"&lt;p&gt;&quot;A hotel in Tawang, Hotel Gakyi Khang Zhang is at 2 km from the Tawang Monastery Museum and 1 km from the Taxi Stand. It provides free Wi-Fi internet access. This hotel has 30 well-furnished rooms with heaters, 52-inch LCD TVs with cable network, temperature control systems and direct-dial telephones. The attached bathrooms have 24-hour hot and cold water supply.This Tawang hotel houses a multi-cuisine restaurant, lounge bar, fully-equipped conference hall, and gym on its premises. It offers currency exchange, babysitting, secretarial, laundry and 24-hour room service. The hotel has a safety deposit box and provides special facilities for its differently-abled guests. Hotel Gayki Khang Zhang provides front desk and travel desk facility to assist its guests. The Tezpur Railway Station (331 km) and the Tezpur Airport (321 km) are the nearest access points to the hotel. Guests can visit the Gyangong Ani Gompa (5 km), P.T.Tso Lake (14 km), and Tawang War Memorial (3 km).&quot;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_0669745ddde696e0246398cf9f66dccc1582897202.jpg\",\"AccoAminitiesMask\":\"1100000000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Business Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":480361,\"Name\":\"Hotel Tawang Heights\",\"Star\":\"3.00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.5960999\",\"Long\":\"91.8714241\",\"Address\":\"Old Circuit House Road, near BSNL Office, Cona County, Tawang, Arunachal Pradesh 790104\"},\"Images\":{\"Image\":[{\"ImagId\":4817987,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_01617282153.jpg\"},{\"ImagId\":4817988,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_11617282153.jpg\"},{\"ImagId\":4817989,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_21617282153.jpg\"},{\"ImagId\":4817990,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_31617282153.jpg\"}]},\"CityId\":34557,\"Brief\":\"&lt;p&gt;HOTEL Tawang Heights &rdquo; offers royal hospitality with paramount comforts, a heaven of affordable luxury. The Hotel is self-categorised under 3 stars and is in comfort with modern facilities at affordable price. Located at heart of Auranchal Pradesh Commercial Hub Tawang (50 meters from Old Market Opposite Taxi Stand The Hotel Have Total 44 Room inventory With Restaurant and Parking space.&lt;br \\/&gt;\\r\\n&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_614bb7df236ba3e80e5b063dd0a25d711617282153.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&deg;48&prime;36&Prime;N 92&deg;26&prime;38&Prime;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34561,\"Title\":\"Bomdila\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467896,\"Name\":\"Tsepal Yangjom\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Main Market, Bomdila, Arunachal Pradesh\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"&lt;p&gt;otel Tsepal Yangjom is a top-of-the 3 star hotel in Bomdila,Arunachal Pradesh, India the headquarter of the west Kameng district of Arunachal Pradesh is the most happening place for business and tourism in the Northeast. The colourful land of Bomdila, which lies amidst the graceful Himalayan ranges at a height of 8500 feet above the sea level, is the headquarter of the west Kameng district of Arunachal Pradesh. This lofty paradise is snow clad for a major part of the year and makes a delightful destination to get away to in autumn and winter session. The Buddhist monastery of Bomdila is the repository of culture and is among primary attractions of the area.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467896\\/4650_b43cf5111c144a315cd72b5b5708297e1582892397.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Suite Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467898,\"Name\":\"Hotel Dilliphu\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Hilltop, Main Market, Bomdila, Arunachal Pradesh\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"&lt;p&gt;Hotel Dilli-Phu is one of the comfort stay hotel in entire Bomdila. Featured with great ambience with best hospitality, restaurant with multi cuisine and challenges to make you feel relax and cozy.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467898\\/4650_992b11dd5620e9cd8f2df31fe82703091582893020.jpg\",\"AccoAminitiesMask\":\"1100010000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467897,\"Name\":\"Hotel Elysium Bomdila\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Hotel Elysium, Bomdila, Arunachal Pradesh\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"&lt;p&gt;Hotel Elysium is located centrally from all the tourist spots and away from the market which builds up a peaceful atmosphere in the hotel. The panoramic breathtaking view of Himalayan mountain from the hotel can not be forgotten. Hotel with its very highly efficient staffs provides the highest quality service during your stay. The wooden flooring of the rooms glitters the beauty and gives warmth.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467897\\/4650_4904f139ecda6f19636a4042b5bea0ee1582892625.jpg\",\"AccoAminitiesMask\":\"1100000000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Semi Deluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&deg;48&prime;36&Prime;N 92&deg;26&prime;38&Prime;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34462,\"Title\":\"Bhalukpong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467893,\"Name\":\"Prashanti Lodge\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Balipara Road, Cona, Bhalukpong, Assam\"},\"Images\":[],\"CityId\":34462,\"Brief\":\"&lt;p&gt;Prashaanti Cottage at Bhalukpong offers a spectacular view of the convergence of the foothills of the Eastern Himalayas with the plains of Assam.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Prashaanti Cottage is the gateway to Nameri National Park and Tawang, Arunachal Pradesh.&lt;br \\/&gt;\\r\\nThe river Kameng traverses down the mountains of Arunachal Pradesh, changes its name to Jia Bhoroli, flows along the property and through the Nameri National Park to the join mighty Brahmaputra.&lt;br \\/&gt;\\r\\nThe sunrise from the resort looking across the Kameng is mesmerising. Whether you decide to spend a night or two, Prashaanti Cottage will surely provide a relaxing time, away from the hustle bustle of city life.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467893\\/4650_c85e3c78d47f49aa1677dc7f0c10cb891582891868.jpg\",\"AccoAminitiesMask\":\"1100010000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Cottage  \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&deg;48&prime;36&Prime;N 92&deg;26&prime;38&Prime;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"182091\",\"Title\":\"Guwahati\\u2013 Tezpur (185 Km | 4 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway station. Transfer to Tezpur. Enroute we can do River Dolphin Tour on the mighty River Brahmaputra. Check in your hotel. Visit the ruins and remains of Agnigarh. Later visit Chitralekha Udyan (Cole Park) where you can enjoy boating. Visit any other places of interest as time permits. Overnight stay in Tezpur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27116,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467909,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467909,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481375,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481376,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481376,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":342,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182096\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27116,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182101\",\"Title\":\"Tezpur - Dirang (200 Km | 5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Start early in the morning for Dirang. On the way visit Orchid Research Centre Tipi, an orchidarium with about 10,000 orchid plants belonging to various genera and species. Arunachal has the largest range of orchids in the country. Continue your drive and do not forget to keep your cameras handy as you cross beautiful waterfalls and get some spectacular views. Enroute visit Nag Mandir. Arrive and check in to your hotel. After lunch visit the regional apple Nursery, kiwi farm, hot water spring, Sangti Valley and Dzong Fort. Overnight stay in Dirang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467905,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Suite Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Suite Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":63,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":899,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1528,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14870,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":438,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":683,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182106\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182111\",\"Title\":\"Dirang \\u2013 Tawang (140 Km | 6 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast transfer to Tawang. Enroute visit war cemetery. Continue with the drive till you reach Sela Pass at an altitude of 4170 m \\/ 13700 ft. It is famous for high altitude lakes &amp; scenic beauty. Continue the drive to Jaswant Garh War Memorial a memorial of the brave Indian soldier Jaswant Singh Rawat. Visit Nuranang Falls (Jang Falls). Arrive and check in the hotel. Overnight stay in Tawang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Business Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480361,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5475,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5479,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5467,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182116\",\"Title\":\"Tawang Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast visit Tawang Monastery (Namgey Lhatse), Singsor Ani Gompa, and Tawang War Memorial. Evening return back to hotel. Overnight stay in Tawang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Business Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480361,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5469,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5482,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5470,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182121\",\"Title\":\"Tawang \\u2013 Bumla Pass (China Border) \\u2013 Madhuri Lake _ Tawang\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast visit Bum La Pass (Indo-China Border) for which you will have to take permit from the DC office at Tawang on your own, Sangestar Lake (Madhuri Lake) and Pangateng Tso Lake (P.Tso Lake). Please Note you will also have to take a local taxi in Tawang on direct payment basis to cover these places as our vehicles are not allowed.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Business Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480361,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5473,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5477,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14871,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182126\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182131\",\"Title\":\"Tawang\\u2013 Bomdila (190 KM | 7-8 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After Breakfast transfer to Bomdila. Check in the hotel on arrival. Visit Bomdila Monastery, Bomdila View Point, Apple Orchards. Bomdila offers wonderful panoramic view of Himalayan landscapes and snow clad ranges. Evening you can visit the local market. Overnight stay in Bomdila.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467898,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467897,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Semi Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Suite Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5424,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5422,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182136\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182141\",\"Title\":\"Bomdila\\u2013 Bhalukpong or Nameri National Park (110 Km | 4 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After Breakfast Transfer to Nameri National Park. This place is an elephant reserve. It is an ideal habitat for a host of other animals including the tiger, leopard, sambar, dhole (the Asiatic wild dog), pygmy hog, Indian wild bison, clouded leopard, leopard cat, muntjac, gaur, wild boar, sloth bear, Himalayan black bear, capped langur and Indian giant squirrel. Nameri National Park is a birdwatcher&#39;s paradise with over 300 species. The white winged wood duck, great pied hornbill, wreathed hornbill, rufous necked hornbill, black stork, ibisbill, blue-bearded bee-eaters, babblers, plovers and many other birds make Nameri National Park their home. Check in at your hotel. Natures walk to the Jia Bhoreli (Kameng River) and back. Evening you are free for leisure. Overnight stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34462,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Cottage\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":11142,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1191,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182146\",\"Title\":\"Bhalukpong or Nameri National Park - Guwahati (220 Km | 4.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Morning we proceed for River Rafting on the Jia Bhoreli (Kameng River) (optional) and\\/or Jungle Trekking (optional). After Breakfast Proceed to Guwahati. Tour Ends<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34462,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":11142,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"25416\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14520.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11349,\"priceDoubleOcc\":\"14520.50\",\"priceSingleOcc\":38250.5,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14520.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12223,\"priceDoubleOcc\":\"15831.30\",\"priceSingleOcc\":39561.3,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15831.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13021,\"priceDoubleOcc\":\"17029.10\",\"priceSingleOcc\":40759.1,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17029.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11356,\"priceDoubleOcc\":\"14530.67\",\"priceSingleOcc\":38260.67,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14530.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13459,\"priceDoubleOcc\":\"17685.63\",\"priceSingleOcc\":41415.630000000005,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17685.63\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17998,\"priceDoubleOcc\":\"24493.88\",\"priceSingleOcc\":48223.880000000005,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24493.88\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25417\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15317.15\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12031,\"priceDoubleOcc\":\"15317.15\",\"priceSingleOcc\":43002.15,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15317.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12880,\"priceDoubleOcc\":\"16591.79\",\"priceSingleOcc\":44276.79,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16591.79\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14205,\"priceDoubleOcc\":\"18578.33\",\"priceSingleOcc\":46263.33,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18578.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12031,\"priceDoubleOcc\":\"15317.15\",\"priceSingleOcc\":43002.15,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15317.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14133,\"priceDoubleOcc\":\"18470.98\",\"priceSingleOcc\":46155.979999999996,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18470.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20779,\"priceDoubleOcc\":\"28439.84\",\"priceSingleOcc\":56124.84,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28439.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25418\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17469.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13560,\"priceDoubleOcc\":\"17469.80\",\"priceSingleOcc\":44024.8,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17469.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"18729.75\",\"priceSingleOcc\":45284.75,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18729.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15216,\"priceDoubleOcc\":\"19953.54\",\"priceSingleOcc\":46508.54,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19953.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13561,\"priceDoubleOcc\":\"17470.93\",\"priceSingleOcc\":44025.93,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17470.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15664,\"priceDoubleOcc\":\"20625.89\",\"priceSingleOcc\":47180.89,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20625.89\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20203,\"priceDoubleOcc\":\"27434.14\",\"priceSingleOcc\":53989.14,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27434.14\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25419\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20466.56\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16861,\"priceDoubleOcc\":\"20466.56\",\"priceSingleOcc\":49846.56,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20466.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17731,\"priceDoubleOcc\":\"21771.71\",\"priceSingleOcc\":51151.71,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21771.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18460,\"priceDoubleOcc\":\"22864.42\",\"priceSingleOcc\":52244.42,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22864.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16861,\"priceDoubleOcc\":\"20466.56\",\"priceSingleOcc\":49846.56,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20466.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19065,\"priceDoubleOcc\":\"23771.81\",\"priceSingleOcc\":53151.81,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23771.81\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23302,\"priceDoubleOcc\":\"30128.06\",\"priceSingleOcc\":59508.06,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30128.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"25420\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22524.29\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17231,\"priceDoubleOcc\":\"22524.29\",\"priceSingleOcc\":53599.29,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22524.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18155,\"priceDoubleOcc\":\"23909.67\",\"priceSingleOcc\":54984.67,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23909.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18844,\"priceDoubleOcc\":\"24943.62\",\"priceSingleOcc\":56018.619999999995,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24943.62\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17233,\"priceDoubleOcc\":\"22526.55\",\"priceSingleOcc\":53601.55,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22526.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19436,\"priceDoubleOcc\":\"25831.80\",\"priceSingleOcc\":56906.8,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25831.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23674,\"priceDoubleOcc\":\"32188.05\",\"priceSingleOcc\":63263.05,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32188.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"25416\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13621.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10646,\"priceDoubleOcc\":\"13621.00\",\"priceSingleOcc\":35881,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13621.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11466,\"priceDoubleOcc\":\"14850.60\",\"priceSingleOcc\":37110.6,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14850.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12215,\"priceDoubleOcc\":\"15974.20\",\"priceSingleOcc\":38234.2,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15974.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10652,\"priceDoubleOcc\":\"13630.54\",\"priceSingleOcc\":35890.54,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13630.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12625,\"priceDoubleOcc\":\"16590.06\",\"priceSingleOcc\":38850.06,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16590.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16883,\"priceDoubleOcc\":\"22976.56\",\"priceSingleOcc\":45236.56,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22976.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25417\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14368.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11285,\"priceDoubleOcc\":\"14368.30\",\"priceSingleOcc\":40338.3,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14368.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12083,\"priceDoubleOcc\":\"15563.98\",\"priceSingleOcc\":41533.979999999996,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15563.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13325,\"priceDoubleOcc\":\"17427.46\",\"priceSingleOcc\":43397.46,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17427.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11285,\"priceDoubleOcc\":\"14368.30\",\"priceSingleOcc\":40338.3,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14368.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13258,\"priceDoubleOcc\":\"17326.76\",\"priceSingleOcc\":43296.759999999995,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17326.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19492,\"priceDoubleOcc\":\"26678.08\",\"priceSingleOcc\":52648.08,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26678.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25418\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16387.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12720,\"priceDoubleOcc\":\"16387.60\",\"priceSingleOcc\":41297.6,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16387.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13508,\"priceDoubleOcc\":\"17569.50\",\"priceSingleOcc\":42479.5,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17569.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14273,\"priceDoubleOcc\":\"18717.48\",\"priceSingleOcc\":43627.479999999996,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18717.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12721,\"priceDoubleOcc\":\"16388.66\",\"priceSingleOcc\":41298.66,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16388.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14694,\"priceDoubleOcc\":\"19348.18\",\"priceSingleOcc\":44258.18,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19348.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18951,\"priceDoubleOcc\":\"25734.68\",\"priceSingleOcc\":50644.68,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25734.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25419\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19198.72\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15817,\"priceDoubleOcc\":\"19198.72\",\"priceSingleOcc\":46758.72,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19198.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16633,\"priceDoubleOcc\":\"20423.02\",\"priceSingleOcc\":47983.020000000004,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20423.02\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17316,\"priceDoubleOcc\":\"21448.04\",\"priceSingleOcc\":49008.04,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21448.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15817,\"priceDoubleOcc\":\"19198.72\",\"priceSingleOcc\":46758.72,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19198.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17884,\"priceDoubleOcc\":\"22299.22\",\"priceSingleOcc\":49859.22,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22299.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21859,\"priceDoubleOcc\":\"28261.72\",\"priceSingleOcc\":55821.72,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28261.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"25420\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21128.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16164,\"priceDoubleOcc\":\"21128.98\",\"priceSingleOcc\":50278.979999999996,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21128.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17030,\"priceDoubleOcc\":\"22428.54\",\"priceSingleOcc\":51578.54,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22428.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17677,\"priceDoubleOcc\":\"23398.44\",\"priceSingleOcc\":52548.44,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23398.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16165,\"priceDoubleOcc\":\"21131.10\",\"priceSingleOcc\":50281.1,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21131.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18232,\"priceDoubleOcc\":\"24231.60\",\"priceSingleOcc\":53381.6,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24231.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22207,\"priceDoubleOcc\":\"30194.10\",\"priceSingleOcc\":59344.1,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30194.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;Room Heater Charges. Personal Expenses such as Laundry, telephone, tips, gratuity, Mineral\\/soft\\/hard drinks. Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary. Camera fees, Guide \\/ tour escort charges &amp;amp; Entrance Fees. Any cost arising due to natural calamities like, landslides, road&amp;nbsp;blockage, political disturbances, etc (to be borne by the client, which is directly payable on the spot). Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure. GST.&amp;nbsp;Insurance. Anything which is not include in the inclusion.&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;Rooms on twin\\/triple sharing basis. Daily Breakfast. Exclusive a\\/c private vehicle at disposal for transfers &amp;amp; sightseeing as per itinerary. Service of an experienced driver for 12 Hours per day up to maximum 08:00 PM. Parking, Toll taxes, Drivers Allowance etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Kaziranga National Park -&amp;nbsp;01 Elephant safari (Subject to Availability) &amp;amp; 01 Jeep safari.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Arunachal Pradesh - Inner Line Permit.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:984806&quot;&gt;Value Added Services&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complimentary 500 ml of packaged drinking water per person per day.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complimentary finest Tea of Assam to take back home sweet memories of North East India (500 grams per family 250 grams per person)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complimentary cup of refreshing Assam Tea (Chai or Saa as called in Assam) at Laheke Chai Cafe en route Kaziranga.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Prebooking of VIP Darshan at Kamakhya Temple (Subject to Minimum 48 Hrs prior information)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Prebooking of River Cruise at Guwahati (Subject to Minimum 48 Hrs prior information)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dedicated Tour Coordinator 24 x 7 throughout the Tour.&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"182091\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[182091],\"Remark\":[\"&lt;p&gt;Car on Disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182096\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[182096],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182101\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[182101],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182106\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[182106],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182111\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[182111],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182116\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[182116],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182121\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[182121],\"Remark\":[\"&lt;p&gt;Local Vehicle on direct payment basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182126\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[182126],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182131\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[182131],\"Remark\":[\"&lt;p&gt;Car on Disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182136\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[182136],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182141\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[182141],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182146\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[182146],\"Remark\":[\"&lt;p&gt;Car on Disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Tezpur,Dirang,Tawang,Bomdila,Bhalukpong', 'Tezpur,Assam,Indian Subcontinent,Northeast India,India,Dirang,Arunachal Pradesh,Tawang,Bomdila,Bhalukpong,Guwahati,Nameri', '', '27116,7934,34557,34561,34462', 13621, 32188, 7, '12_1642588235_0.jpg', NULL, 1, 'Holidays', 0, '2022-01-19 00:00:00', '2022-09-30 00:00:00', '2022-09-30 00:00:00', 3, 'India', '101', '2022-01-19 00:00:00', '2022-01-19 00:00:00', 1, 1, '1', '1', '0', '', '', '', NULL, 'anmol-arunachal', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(13, 31051, 1, 9840, 0, 0, 0, 'Honeymoon,Wildlife,Family,Weekend,Romantic,Shopping and Nightlife,By Cab,Group Tours', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31051,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/5_nights_6_days_golden_triangle_with_taj_mahal_2_nights_delhi__1_night_agra__2__jaipur_1641461166.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":0,\"AgencyId\":9840,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9840,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Roam Baby Roam\",\"Name\":\"5 Nights 6 Days Golden Triangle with Taj Mahal 2 Nights Delhi + 1 Night Agra + 2  Jaipur\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7796\",\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Wildlife,Family,Weekend,Romantic,Shopping and Nightlife,By Cab,Group Tours\",\"Validity\":{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22712,\"Title\":\"delhi airport\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1465,\"Title\":\"Red Fort\",\"Description\":\"The Red Fort is a historical fort in the city of Delhi in India. It was the main residence of the emperors of the Mughal dynasty for nearly 200 years, until 1857. It is located in the center of Delhi and houses a number of museums. In addition to accommodating the emperors and their households, it was the ceremonial and political centre of the Mughal state and the setting for events critically impacting the region.\\r\\nConstructed in 1639 by  the fifth Mughal Emperor Shah Jahan as the palace of his fortified capital Shahjahanabad, the Red Fort is named for its massive enclosing walls of red sandstone and is adjacent to the older Salimgarh Fort, built by Islam Shah Suri in 1546. The imperial apartments consist of a row of pavilions, connected by a water channel known as the Stream of Paradise (Nahr-i-Bihisht).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.640859,\"Long\":77.238383,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501140388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah\\u0101n-Num\\u0101 (World-reflecting Mosque), commonly known as the Jama Masjid of Delhi, is one of the largest mosques in India.\\r\\nIt was built by Mughal emperor Shah Jahan between 1644 and 1656 at a cost of 1 million rupees, and was inaugurated by an imam from Bukhara, present-day Uzbekistan. The mosque was completed in 1656 AD with three great gates, four towers and two 40 m high minarets constructed of strips of red sandstone and white marble. The courtyard can accommodate more than 25,000 persons. There are three domes on the terrace which are surrounded by the two minarets. On the floor, a total of 899 black borders are marked for worshippers. The architectural plan of Badshahi Masjid, built by Shah Jahan&#039;s son Aurangzeb at Lahore, Pakistan, is similar to the Jama Masjid, Delhi.\\r\\nThe mosque has been the site of two attacks, one in 2006 and another in 2010. During the first, two explosions occurred in the mosque, injuring thirteen people. In the second, two Taiwanese students were injured as two gunmen opened fire upon them.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6509222,\"Long\":77.237291,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139509.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1417,\"Title\":\"Raj Ghat\",\"Description\":\"Raj Ghat is a memorial dedicated to Mahatma Gandhi. Originally it was the name of a historic ghat of Old Delhi (Shahjahanabad) on the banks of Yamuna river. Close to it, and east of Daryaganj was Raj Ghat Gate of the walled city, opening at Raj Ghat on Yamuna River. Later the memorial area was also called Raj ghat. It is a black marble platform that marks the spot of Mahatma Gandhi&#039;s cremation, Antyesti (Antim Sanskar) on 31 January 1948, a day after his assassination. It is left open to the sky while an eternal flame burns perpetually at one end. It is located on the banks of the river Yamuna in Delhi in India on Ring Road officially known as Mahatma Gandhi Road. A stone footpath flanked by lawns leads to the walled enclosure that houses the memorial. All guests must remove their footwear before entering the Raj Ghat walls.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5699886,\"Long\":77.1863499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139732.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2933,\"Title\":\"Humayun&#039;s Tomb\",\"Description\":\"Humayun&amp;#039;s tomb is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&amp;#039;s first wife and chief consort, Empress Bega Begum, in 1569-70, and designed by Mirak Mirza Ghiyas and his son, Sayyid Muhammad, Persian architects chosen by her.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5934534,\"Long\":77.250798,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Humayun&#039;s_Tomb_7701_1550663572.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":701,\"Title\":\"India Gate\",\"Description\":\"The India Gate, (originally called the All India War Memorial), is a war memorial located astride the Rajpath, on the eastern edge of the &lsquo;ceremonial axis&rsquo; of New Delhi, India, formerly called Kingsway. India Gate is a memorial to 82,000 soldiers of the Indian Army who died in the period 1914&ndash;21 in the First World War, in France, Flanders, Mesopotamia, Persia, East Africa, Gallipoli and elsewhere in the Near and the Far East, and the Third Anglo-Afghan War. 13,300 servicemen&#039;s names, including some soldiers and officers from the United Kingdom, are inscribed on the gate.The India Gate, even though a war memorial, evokes the architectural style of the triumphal arch like the Arch of Constantine, outside the Colosseum in Rome, and is often compared to the Arc de Triomphe in Paris, and the Gateway of India in Mumbai. It was designed by Sir Edwin Lutyens.\\r\\nIn 1971, following the Bangladesh Liberation war, a small simple structure, consisting of a black marble plinth, with a reversed rifle, capped by a war helmet, bounded by four eternal flames, was built beneath the soaring Memorial Archway. This structure, called Amar Jawan Jyoti, or the Flame of the Immortal Soldier, since 1971 has served as India&#039;s Tomb of the Unknown Soldier.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.623421,\"Long\":77.242501,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501138184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22713,\"Title\":\"jaipur airport\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22712,\"Title\":\"delhi airport\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1465,\"Title\":\"Red Fort\",\"Description\":\"The Red Fort is a historical fort in the city of Delhi in India. It was the main residence of the emperors of the Mughal dynasty for nearly 200 years, until 1857. It is located in the center of Delhi and houses a number of museums. In addition to accommodating the emperors and their households, it was the ceremonial and political centre of the Mughal state and the setting for events critically impacting the region.\\r\\nConstructed in 1639 by  the fifth Mughal Emperor Shah Jahan as the palace of his fortified capital Shahjahanabad, the Red Fort is named for its massive enclosing walls of red sandstone and is adjacent to the older Salimgarh Fort, built by Islam Shah Suri in 1546. The imperial apartments consist of a row of pavilions, connected by a water channel known as the Stream of Paradise (Nahr-i-Bihisht).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.640859,\"Long\":77.238383,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501140388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah\\u0101n-Num\\u0101 (World-reflecting Mosque), commonly known as the Jama Masjid of Delhi, is one of the largest mosques in India.\\r\\nIt was built by Mughal emperor Shah Jahan between 1644 and 1656 at a cost of 1 million rupees, and was inaugurated by an imam from Bukhara, present-day Uzbekistan. The mosque was completed in 1656 AD with three great gates, four towers and two 40 m high minarets constructed of strips of red sandstone and white marble. The courtyard can accommodate more than 25,000 persons. There are three domes on the terrace which are surrounded by the two minarets. On the floor, a total of 899 black borders are marked for worshippers. The architectural plan of Badshahi Masjid, built by Shah Jahan&#039;s son Aurangzeb at Lahore, Pakistan, is similar to the Jama Masjid, Delhi.\\r\\nThe mosque has been the site of two attacks, one in 2006 and another in 2010. During the first, two explosions occurred in the mosque, injuring thirteen people. In the second, two Taiwanese students were injured as two gunmen opened fire upon them.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6509222,\"Long\":77.237291,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139509.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1417,\"Title\":\"Raj Ghat\",\"Description\":\"Raj Ghat is a memorial dedicated to Mahatma Gandhi. Originally it was the name of a historic ghat of Old Delhi (Shahjahanabad) on the banks of Yamuna river. Close to it, and east of Daryaganj was Raj Ghat Gate of the walled city, opening at Raj Ghat on Yamuna River. Later the memorial area was also called Raj ghat. It is a black marble platform that marks the spot of Mahatma Gandhi&#039;s cremation, Antyesti (Antim Sanskar) on 31 January 1948, a day after his assassination. It is left open to the sky while an eternal flame burns perpetually at one end. It is located on the banks of the river Yamuna in Delhi in India on Ring Road officially known as Mahatma Gandhi Road. A stone footpath flanked by lawns leads to the walled enclosure that houses the memorial. All guests must remove their footwear before entering the Raj Ghat walls.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5699886,\"Long\":77.1863499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139732.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2933,\"Title\":\"Humayun&#039;s Tomb\",\"Description\":\"Humayun&amp;#039;s tomb is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&amp;#039;s first wife and chief consort, Empress Bega Begum, in 1569-70, and designed by Mirak Mirza Ghiyas and his son, Sayyid Muhammad, Persian architects chosen by her.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5934534,\"Long\":77.250798,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Humayun&#039;s_Tomb_7701_1550663572.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":701,\"Title\":\"India Gate\",\"Description\":\"The India Gate, (originally called the All India War Memorial), is a war memorial located astride the Rajpath, on the eastern edge of the &lsquo;ceremonial axis&rsquo; of New Delhi, India, formerly called Kingsway. India Gate is a memorial to 82,000 soldiers of the Indian Army who died in the period 1914&ndash;21 in the First World War, in France, Flanders, Mesopotamia, Persia, East Africa, Gallipoli and elsewhere in the Near and the Far East, and the Third Anglo-Afghan War. 13,300 servicemen&#039;s names, including some soldiers and officers from the United Kingdom, are inscribed on the gate.The India Gate, even though a war memorial, evokes the architectural style of the triumphal arch like the Arch of Constantine, outside the Colosseum in Rome, and is often compared to the Arc de Triomphe in Paris, and the Gateway of India in Mumbai. It was designed by Sir Edwin Lutyens.\\r\\nIn 1971, following the Bangladesh Liberation war, a small simple structure, consisting of a black marble plinth, with a reversed rifle, capped by a war helmet, bounded by four eternal flames, was built beneath the soaring Memorial Archway. This structure, called Amar Jawan Jyoti, or the Flame of the Immortal Soldier, since 1971 has served as India&#039;s Tomb of the Unknown Soldier.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.623421,\"Long\":77.242501,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501138184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22713,\"Title\":\"jaipur airport\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22712,\"Title\":\"delhi airport\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1465,\"Title\":\"Red Fort\",\"Description\":\"The Red Fort is a historical fort in the city of Delhi in India. It was the main residence of the emperors of the Mughal dynasty for nearly 200 years, until 1857. It is located in the center of Delhi and houses a number of museums. In addition to accommodating the emperors and their households, it was the ceremonial and political centre of the Mughal state and the setting for events critically impacting the region.\\r\\nConstructed in 1639 by  the fifth Mughal Emperor Shah Jahan as the palace of his fortified capital Shahjahanabad, the Red Fort is named for its massive enclosing walls of red sandstone and is adjacent to the older Salimgarh Fort, built by Islam Shah Suri in 1546. The imperial apartments consist of a row of pavilions, connected by a water channel known as the Stream of Paradise (Nahr-i-Bihisht).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.640859,\"Long\":77.238383,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501140388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah\\u0101n-Num\\u0101 (World-reflecting Mosque), commonly known as the Jama Masjid of Delhi, is one of the largest mosques in India.\\r\\nIt was built by Mughal emperor Shah Jahan between 1644 and 1656 at a cost of 1 million rupees, and was inaugurated by an imam from Bukhara, present-day Uzbekistan. The mosque was completed in 1656 AD with three great gates, four towers and two 40 m high minarets constructed of strips of red sandstone and white marble. The courtyard can accommodate more than 25,000 persons. There are three domes on the terrace which are surrounded by the two minarets. On the floor, a total of 899 black borders are marked for worshippers. The architectural plan of Badshahi Masjid, built by Shah Jahan&#039;s son Aurangzeb at Lahore, Pakistan, is similar to the Jama Masjid, Delhi.\\r\\nThe mosque has been the site of two attacks, one in 2006 and another in 2010. During the first, two explosions occurred in the mosque, injuring thirteen people. In the second, two Taiwanese students were injured as two gunmen opened fire upon them.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6509222,\"Long\":77.237291,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139509.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1417,\"Title\":\"Raj Ghat\",\"Description\":\"Raj Ghat is a memorial dedicated to Mahatma Gandhi. Originally it was the name of a historic ghat of Old Delhi (Shahjahanabad) on the banks of Yamuna river. Close to it, and east of Daryaganj was Raj Ghat Gate of the walled city, opening at Raj Ghat on Yamuna River. Later the memorial area was also called Raj ghat. It is a black marble platform that marks the spot of Mahatma Gandhi&#039;s cremation, Antyesti (Antim Sanskar) on 31 January 1948, a day after his assassination. It is left open to the sky while an eternal flame burns perpetually at one end. It is located on the banks of the river Yamuna in Delhi in India on Ring Road officially known as Mahatma Gandhi Road. A stone footpath flanked by lawns leads to the walled enclosure that houses the memorial. All guests must remove their footwear before entering the Raj Ghat walls.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5699886,\"Long\":77.1863499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139732.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2933,\"Title\":\"Humayun&#039;s Tomb\",\"Description\":\"Humayun&amp;#039;s tomb is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&amp;#039;s first wife and chief consort, Empress Bega Begum, in 1569-70, and designed by Mirak Mirza Ghiyas and his son, Sayyid Muhammad, Persian architects chosen by her.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5934534,\"Long\":77.250798,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Humayun&#039;s_Tomb_7701_1550663572.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":701,\"Title\":\"India Gate\",\"Description\":\"The India Gate, (originally called the All India War Memorial), is a war memorial located astride the Rajpath, on the eastern edge of the &lsquo;ceremonial axis&rsquo; of New Delhi, India, formerly called Kingsway. India Gate is a memorial to 82,000 soldiers of the Indian Army who died in the period 1914&ndash;21 in the First World War, in France, Flanders, Mesopotamia, Persia, East Africa, Gallipoli and elsewhere in the Near and the Far East, and the Third Anglo-Afghan War. 13,300 servicemen&#039;s names, including some soldiers and officers from the United Kingdom, are inscribed on the gate.The India Gate, even though a war memorial, evokes the architectural style of the triumphal arch like the Arch of Constantine, outside the Colosseum in Rome, and is often compared to the Arc de Triomphe in Paris, and the Gateway of India in Mumbai. It was designed by Sir Edwin Lutyens.\\r\\nIn 1971, following the Bangladesh Liberation war, a small simple structure, consisting of a black marble plinth, with a reversed rifle, capped by a war helmet, bounded by four eternal flames, was built beneath the soaring Memorial Archway. This structure, called Amar Jawan Jyoti, or the Flame of the Immortal Soldier, since 1971 has served as India&#039;s Tomb of the Unknown Soldier.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.623421,\"Long\":77.242501,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501138184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22713,\"Title\":\"jaipur airport\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"220869\",\"Title\":\"Arrive Delhi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive Delhi. On arrival, you are met and transferred to hotel. (Check-in time 12 noon). Balance of the day is free to relax after a long flight. (O\\/N at hotel)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22712,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220872\",\"Title\":\"Delhi Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Breakfast at hotel. Later sight seeing of Old Delhi visiting Red Fort, Jama Masjid, Raj Ghat.&nbsp;Afternoon- Sightseeing of New Delhi includes the visit of Qutab Minar, Humayun&amp;#39;s Tomb, India Gate and Govt. Buildings. (O\\/N at hotel)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1417,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":701,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220875\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220878\",\"Title\":\"Drive Delhi to Agra + Sightseeing (204 kms, 4 hrs )\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, drive to Agra. On arrival, check into hotel. Later proceed to the Taj Mahal to see the architectural modern day wonder of the world, the incomparable Taj Mahal. This<br \\/>\\r\\nmonument is a fine example of the fusion of many architectural styles is one of the wonder of the modern world. Built in 1652 by Emperor Shah Jahan in Agra, the zenith of art and an<br \\/>\\r\\nenshrined romance- Taj Mahal is a poem in white marble which took 22 years to build by 20,000 skilled artisans who inlaid the white marble edifice with precious and semi precious<br \\/>\\r\\nstones. Also visit Agra Fort. (O\\/N at hotel)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1716,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220881\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220884\",\"Title\":\"Drive Agra to Jaipur via Fatehpur Sikri ( 250 kms, 5 hrs )\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Breakfast at hotel. Later drive to Jaipur. Enroute visit Fatehpur Sikri - built in red sandstone in honour of Saint Salim Chisti who foretold the birth of 3 sons to emperor Akbar, an<br \\/>\\r\\nexample of robust stability combined with originality. Each important edifice here represents a type by itself. notable among them is the Diwane Khas, Punch Mahal, the tomb of Salim<br \\/>\\r\\nChisti, and the Buland Darwaza. After visit continue drive to Jaipur. On arrival, check into hotel. (O\\/N at hotel)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":499,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220887\",\"Title\":\"Jaipur Sight Seeing + Amber + Elephant Ride\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, excursion Amber- the old capital of Jaipur rulers. Ride on the back of an elephant from the foots of the hill upto the gates of the fortress. Afternoon sight seeing tour<br \\/>\\r\\nof Jaipur including Maharaja&amp;#39;s Museum and Jai Singh&amp;#39;s astronomical observatory and Hawa Mahal. (O\\/N at hotel)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220890\",\"Title\":\"Departure from Jaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, Drop to Jaipur Airport as per fight time<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22713,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":[],\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\\r\\n\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsp;travelled&amp;nbsp;the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp; tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"220869\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[220869],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220872\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[220872],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220875\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220875],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220878\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220878],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220881\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[220881],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220884\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[220884],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220887\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[220887],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220890\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[220890],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Delhi,Agra,Jaipur', 'Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan', NULL, '7701,266,12995', 0, 0, 5, NULL, NULL, 2, 'Holidays', 0, '2022-01-19 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-19 00:00:00', '2022-01-19 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, '5-nights-6-days-golden-triangle-with-taj-mahal-2-nights-delhi-+-1-night-agra-+-2-jaipur', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(14, 31191, 1, 9840, 0, 0, 0, 'Honeymoon,Hill Station,Romantic,Leisure,By Cab,Group Tours,Luxury Tours,Private', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31191,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/6_nights_7_days_sikkim_west_bengal_package_-_3_nights_gangtok__2_nights_darjeeling__1_night_kalimpong_1641794612.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":0,\"AgencyId\":9840,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9840,\"DestinationPlaces\":\"Bagdogra\",\"DestinationPlacesSysId\":2012,\"SourcePlaces\":\"Bagdogra\",\"SourcePlaceSysId\":2012,\"AgencyName\":\"Roam Baby Roam\",\"Name\":\"6 Nights 7 Days Sikkim and West Bengal Package - 3 Nights Gangtok + 2 Nights Darjeeling + 1 Night Kalimpong\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7796\",\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Hill Station,Romantic,Leisure,By Cab,Group Tours,Luxury Tours,Private\",\"Validity\":{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10106,\"Title\":\"Gangtok\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10106,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22750,\"Title\":\"Bagdogra Airport\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Welcome on arrival at IXB Airport and meet our local representative who will assist you to board the vehicle.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/9840_1641815861.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":112,\"Title\":\"Bakthang Waterfalls\",\"Description\":\"While the height of the fall isn&amp;#039;t much, it&amp;#039;s the width of the fall that makes it so beautiful. The source of the water is at Ratey Chu. The flowing water falls over a canopy of green creepers. It&amp;#039;s a wonderful sight to take pictures.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5412\\/thumb\\/Bakthang Waterfalls_812.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":508,\"Title\":\"Flower Exhibition Centre\",\"Description\":\"Flower Exhibition Center which holds the annual Orchid show. Inside the area is not very large but it has amazing collections of flowers of many different types, If you are a flower lover, then this is the place for you.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4222\\/thumb\\/Flower Exhibition Centre_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":546,\"Title\":\"Ganesh Tok\",\"Description\":\"Ganesh Tok is a loved tourist spot in Gangtok and a small temple dedicated to Lord Ganesha. It is situated on top of a hill thereby giving scenic views to the tourists who come here. The Kanchenjunga hill can be seen in its true form of glory from here and is at its best especially in the morning. The viewpoint is situated at a distance of 6500 m offers stunning views of the mountains covered in snow. The temple is however so small that it can only fit one person at a time. The place takes you a step closer to nature with its surreal surroundings and comforting ambience.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Ganesh_Tok_10106_1549026202.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2255,\"Title\":\"Mahatma Gandhi Marg\",\"Description\":\"You can find almost everything in this market. It is the most happening place of Gangtok. Vast shopping options in clothes,shoes,bags. MG Marg also has amazing cafes and restaurants all around. Nice walking street with benches to halt and soak in the surroundings. If you like a bit of hustle bustle then this is the place you need to visit.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3294767,\"Long\":88.6125497,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502021497.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":17015,\"Title\":\"Nam Nang View Point\",\"Description\":\"Namnang View Point\\/ Gangtok Ropeway: The Namnang Viewpoint is adjacent to the Gangtok Ropeway. Our driver suggested that if we were going for the ropeway, it is equivalent to viewing the city from Namnang viewpoint. Lasting only for a total of 7 minutes (to and fro journey combined), the Gangtok Ropeway is simply wastage of money. The ticket is priced at 117 INR. The trolley doesn&amp;rsquo;t halt on the other side it touches the base and comes back to the origin. Yes, it is true that the bird-eye view of the city can be enjoyed from the trolley, but it lasts only for a few minutes.We explored all these places in one day (beginning our day at 09:00 AM and finishing with the Ropeway by 4:00 PM). Gangtok Ropeway is less than a km away from MG Marg. Hence, after you finish the ropeway, you can walk your way down the road. Like we have been repeatedly writing that we spent three nights in Gangtok, every evening, we spent our time in MG Marg. Not that we are shopping enthusiasts, but we wanted to soak in the crowd, culture, food and milieu of the capital of Sikkim.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Nam_Nang_View_Point_10106_1595326891.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2190,\"Title\":\"Tashi View point\",\"Description\":\"Tashi View Point is a perfect place to witness the brilliant surroundings like mountains, valleys and Gangtok itself. This famous tourist point is located at a distance of 8 km from the town and is mostly known for offering some of the best sunrise and sunset views. On a clear day you can see the Kanchenjunga and Siniolchu Peaks.  Glimpse of  famous monasteries of Gangtok, Phodong and Labrang can also be seen from the view point.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3706406,\"Long\":88.616133,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501493478.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2210,\"Title\":\"Tibetan Handicrafts\",\"Description\":\"You can see and shop for traditional handicrafts representing the inhabitants with distinct identity as well as art and culture.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":40.73834,\"Long\":-74.002305,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501500199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2183,\"Title\":\"Baba Mandir\",\"Description\":\"Major &amp;quot;Baba&amp;quot; Harbhajan Singh  was an Indian army soldier. He is revered as the &amp;quot;Hero of Nathula&amp;quot; by soldiers of the Indian army, who built a shrine in his honor. He was accorded the status of saint by believers who refer to him as the &amp;quot;Baba&amp;quot; (saintly father).Many who come here leave a bottle of drinking water which they arrange to collect a few days later. It is believed that one can fulfill one&amp;#039;s wishes by drinking that water. Although this temple is on a roadside, it is surrounded by mountains from all sides and the views all around is magnificent.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":34.007485,\"Long\":-118.104177,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501489339.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1818,\"Title\":\"Tsomgo Lake\",\"Description\":\"Tsomgo Lake, also known as Tsongmo Lake or Changu Lake, is a glacial lake in the East Sikkim district of the Indian state of Sikkim, some 40 kilometres from the capital Gangtok.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3722169,\"Long\":88.5951172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/36_1519716423.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22751,\"Title\":\"Darjeeling\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(124, 131, 140) font-family: Roboto&quot;&gt;Lying amidst the slopes of the Lesser Himalayas and blanketed by emerald green plantations of tea, Darjeeling is a picturesque town in the Indian state of West Bengal. The majestic Kanchenjunga (also known as Kangchenjunga) towers over this beautiful town, which is the third highest mountain in the world. Popularly known as the &#039; Queen of the Hills&#039; ,Darjeeling is a favoured tourist destination, noted for its scenic beauty, ancient forests, quaint houses , friendly peopleand the mountain panorama that it provides.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/9840_1641815681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":161,\"Title\":\"Batasia Loop\",\"Description\":\"The Batasia Loop is a spiral railway created to lower the gradient of ascent of the Darjeeling Himalayan Railway in Darjeeling district of West Bengal, India. At this point, the track spirals around over itself through a tunnel and over a hilltop\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/414\\/thumb\\/Batasia Loop_493.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2198,\"Title\":\"Ghoom Monastery\",\"Description\":\"Ghoom Monastery is one of the oldest Tibetan Buddhist monasteries in Darjeeling. It has Magnificent views of the snow capped peaks including the Kanchenjunga. One of the key attractions inside the monastery is the 15-foot model of the Lord Buddha which is known as The Maitreya Buddha or the Gyalwa Shampa which means the Buddha of the future. There is a large collection of Buddha&amp;#039;s manus inside, that includes a 108-volume Kangyur - The Tibetan Buddhist Gospel.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.01167,\"Long\":88.250304,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/18_1501496432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2202,\"Title\":\"Himalayan Mountaineering Institute\",\"Description\":\"The Himalayan Mountaineering Institute was established in Darjeeling  to encourage mountaineering as an organized sport in India. The first ascent of Mount Everest in 1953 by Tenzing Norgay and Edmund Hillary sparked a keen interest in establishing mountaineering as a well-respected endeavor for people in the region. Tenzing Norgay was the first director of field training for HMI.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0586589,\"Long\":88.2539006,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/18_1501497906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":752,\"Title\":\"Japanese Temple\",\"Description\":\"There is a wonderful Japanese temple located at a 10 minutes driving distance from the Darjeeling town center. The temple is also known as the Nipponzan Myohoji Buddhist Temple. ... Close to the temple is the Peace Pagoda that showcases four avatars of Lord Buddha.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1040\\/thumb\\/Japanese Temple_99.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1275,\"Title\":\"Padmaja Naidu Zoological Park\",\"Description\":\"Padmaja Naidu Himalayan Zoological Park is a 67.56-acre zoo in the town of Darjeeling in the Indian state of West Bengal. The zoo was opened in 1958, and an average elevation of 7,000 feet, is the largest high altitude zoo in India\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0586099,\"Long\":88.254405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/295\\/thumb\\/Padmaja Naidu Zoological Park_160.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1737,\"Title\":\"Tea Garden\",\"Description\":\"Tea planting in the Indian district of Darjeeling began in 1841 by Archibald Campbell, a civil surgeon of the Indian Medical Service. Campbell was transferred as superintendent of Darjeeling in 1839 from Kathmandu, Nepal. In 1841, he brought seeds of the Chinese tea plant (Camellia sinensis) from Kumaun and began to experiment with tea planting in Darjeeling.The British government also established tea nurseries during that period (1847). Commercial development began during the 1850s.In 1856, the Alubari tea garden was opened by the Kurseong and Darjeeling Tea company,followed by others.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":26.9337226,\"Long\":88.289905,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1039\\/thumb\\/Tea Garden_593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1749,\"Title\":\"Tenzing Rock\",\"Description\":\"Opposite to this is the Gombu Rock named after Nawang Gombu, nephew of Tenzing who was the first person to climb the Everest twice, once in 1963 and then in 65. He took over as the Director of Field Training at Himalayan Mountaineering Institute after Tenzing retired in 1976.One of a pair of large natural rocks used by people to practice rock-climbing, including beginners.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0590663,\"Long\":88.2540275,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2840\\/thumb\\/Tenzing Rock_48.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1782,\"Title\":\"Tibetan Refugee Self Help Center\",\"Description\":\"The Tibetan Refugee Self-Help Centre was started on October 2, 1959. Following the dramatic escape of His Holiness the Dalai Lama during that period of mayhem, thousands of our fellow countrymen, leaving hearth and home, fled into neighboring countries so they could live as free human beings. The overwhelming majority of the refugees had brought nothing with them apart from the clothes they wore and what little provisions they could carry with them as they began the long and difficult trek over the Himalayas.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/297\\/thumb\\/Tibetan Refugee Self Help Center_620.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1786,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is located in Darjeeling, in the Indian State of West Bengal, and is the summit of Ghoom, the highest railway station in the Darjeeling Himalayan Railway\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":26.9957499,\"Long\":88.2783622,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/895\\/thumb\\/Tiger Hill_949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2213,\"Title\":\"Deolo Hill\",\"Description\":\"Deolo Hill is one of the two hills that the town of Kalimpong stands between. The hill is 1,704 meters above msl and is the highest point of Kalimpong town. The hill is located north east of the town. It is one of the 2 hills between which the town is sandwiched, the other one being Durpin hill.With bit of a hike ,It offer stunning views of the town,Teesta river and the beautiful Ralli valley.The place also offers stunning sunrise view of Khangchendzonga.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0887349,\"Long\":88.5025576,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501503349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2212,\"Title\":\"Dr. Graham\'s Homes\",\"Description\":\"Dr. Graham&#039;s Homes  was founded in 1900 by Reverend Dr. John Anderson Graham a missionary of the Church of Scotland, who settled in Kalimpong and worked with the local community for several years during the turn of the 20th century. Graham was influenced and encouraged by the Minister of his Church, the Reverend John McMurtrie, to be ordained in the Ministry of God.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.083741,\"Long\":88.4913694,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501503058.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":467,\"Title\":\"Durpin Monastery\",\"Description\":\"Durpin Monastery is located at Durpin Dara Hill at Kalimpong town. Durpin Monastery is impressive religious point and the view from it is magnificent. In Monastery you will find Prayer rooms, meditation hall and pure calm atmosphere.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0454846,\"Long\":88.4674584,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3304\\/thumb\\/Durpin Monastery_487.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":516,\"Title\":\"Forest Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0593562,\"Long\":88.4694535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4288\\/thumb\\/Forest Museum_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":643,\"Title\":\"Hanuman Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0593562,\"Long\":88.4694535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4220\\/thumb\\/Hanuman Mandir_674.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1061,\"Title\":\"Mangal Dham\",\"Description\":\"Mangal Dham is one of the most significant religious centres in the beautiful hill station of Kalimpong. The place was built in the memory of Guruji Shir Mangaldasji Maharaj who in 1940 arrived at Kalimpong and made it his home. He got several orphanages, schools and temples constructed here to serve God and humans.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.066667,\"Long\":88.466667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/691\\/thumb\\/Mangal Dham_236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2214,\"Title\":\"Pine view point\",\"Description\":\"One can see  an amazing collection of enormous varieties of cactus. You will find exotic and rare collections of north, south and central America&#039;s cactus plants here. Perfect place for plant and nature lovers to savor in the beauty and colors of Cactus plants\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":33.6263633,\"Long\":-86.6836684,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501504113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null}]}},{\"CityId\":7556,\"Title\":\"Darjeeling\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7556,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22750,\"Title\":\"Bagdogra Airport\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Welcome on arrival at IXB Airport and meet our local representative who will assist you to board the vehicle.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/9840_1641815861.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":112,\"Title\":\"Bakthang Waterfalls\",\"Description\":\"While the height of the fall isn&amp;#039;t much, it&amp;#039;s the width of the fall that makes it so beautiful. The source of the water is at Ratey Chu. The flowing water falls over a canopy of green creepers. It&amp;#039;s a wonderful sight to take pictures.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5412\\/thumb\\/Bakthang Waterfalls_812.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":508,\"Title\":\"Flower Exhibition Centre\",\"Description\":\"Flower Exhibition Center which holds the annual Orchid show. Inside the area is not very large but it has amazing collections of flowers of many different types, If you are a flower lover, then this is the place for you.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4222\\/thumb\\/Flower Exhibition Centre_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":546,\"Title\":\"Ganesh Tok\",\"Description\":\"Ganesh Tok is a loved tourist spot in Gangtok and a small temple dedicated to Lord Ganesha. It is situated on top of a hill thereby giving scenic views to the tourists who come here. The Kanchenjunga hill can be seen in its true form of glory from here and is at its best especially in the morning. The viewpoint is situated at a distance of 6500 m offers stunning views of the mountains covered in snow. The temple is however so small that it can only fit one person at a time. The place takes you a step closer to nature with its surreal surroundings and comforting ambience.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Ganesh_Tok_10106_1549026202.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2255,\"Title\":\"Mahatma Gandhi Marg\",\"Description\":\"You can find almost everything in this market. It is the most happening place of Gangtok. Vast shopping options in clothes,shoes,bags. MG Marg also has amazing cafes and restaurants all around. Nice walking street with benches to halt and soak in the surroundings. If you like a bit of hustle bustle then this is the place you need to visit.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3294767,\"Long\":88.6125497,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502021497.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":17015,\"Title\":\"Nam Nang View Point\",\"Description\":\"Namnang View Point\\/ Gangtok Ropeway: The Namnang Viewpoint is adjacent to the Gangtok Ropeway. Our driver suggested that if we were going for the ropeway, it is equivalent to viewing the city from Namnang viewpoint. Lasting only for a total of 7 minutes (to and fro journey combined), the Gangtok Ropeway is simply wastage of money. The ticket is priced at 117 INR. The trolley doesn&amp;rsquo;t halt on the other side it touches the base and comes back to the origin. Yes, it is true that the bird-eye view of the city can be enjoyed from the trolley, but it lasts only for a few minutes.We explored all these places in one day (beginning our day at 09:00 AM and finishing with the Ropeway by 4:00 PM). Gangtok Ropeway is less than a km away from MG Marg. Hence, after you finish the ropeway, you can walk your way down the road. Like we have been repeatedly writing that we spent three nights in Gangtok, every evening, we spent our time in MG Marg. Not that we are shopping enthusiasts, but we wanted to soak in the crowd, culture, food and milieu of the capital of Sikkim.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Nam_Nang_View_Point_10106_1595326891.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2190,\"Title\":\"Tashi View point\",\"Description\":\"Tashi View Point is a perfect place to witness the brilliant surroundings like mountains, valleys and Gangtok itself. This famous tourist point is located at a distance of 8 km from the town and is mostly known for offering some of the best sunrise and sunset views. On a clear day you can see the Kanchenjunga and Siniolchu Peaks.  Glimpse of  famous monasteries of Gangtok, Phodong and Labrang can also be seen from the view point.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3706406,\"Long\":88.616133,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501493478.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2210,\"Title\":\"Tibetan Handicrafts\",\"Description\":\"You can see and shop for traditional handicrafts representing the inhabitants with distinct identity as well as art and culture.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":40.73834,\"Long\":-74.002305,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501500199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2183,\"Title\":\"Baba Mandir\",\"Description\":\"Major &amp;quot;Baba&amp;quot; Harbhajan Singh  was an Indian army soldier. He is revered as the &amp;quot;Hero of Nathula&amp;quot; by soldiers of the Indian army, who built a shrine in his honor. He was accorded the status of saint by believers who refer to him as the &amp;quot;Baba&amp;quot; (saintly father).Many who come here leave a bottle of drinking water which they arrange to collect a few days later. It is believed that one can fulfill one&amp;#039;s wishes by drinking that water. Although this temple is on a roadside, it is surrounded by mountains from all sides and the views all around is magnificent.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":34.007485,\"Long\":-118.104177,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501489339.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1818,\"Title\":\"Tsomgo Lake\",\"Description\":\"Tsomgo Lake, also known as Tsongmo Lake or Changu Lake, is a glacial lake in the East Sikkim district of the Indian state of Sikkim, some 40 kilometres from the capital Gangtok.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3722169,\"Long\":88.5951172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/36_1519716423.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22751,\"Title\":\"Darjeeling\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(124, 131, 140) font-family: Roboto&quot;&gt;Lying amidst the slopes of the Lesser Himalayas and blanketed by emerald green plantations of tea, Darjeeling is a picturesque town in the Indian state of West Bengal. The majestic Kanchenjunga (also known as Kangchenjunga) towers over this beautiful town, which is the third highest mountain in the world. Popularly known as the &#039; Queen of the Hills&#039; ,Darjeeling is a favoured tourist destination, noted for its scenic beauty, ancient forests, quaint houses , friendly peopleand the mountain panorama that it provides.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/9840_1641815681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":161,\"Title\":\"Batasia Loop\",\"Description\":\"The Batasia Loop is a spiral railway created to lower the gradient of ascent of the Darjeeling Himalayan Railway in Darjeeling district of West Bengal, India. At this point, the track spirals around over itself through a tunnel and over a hilltop\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/414\\/thumb\\/Batasia Loop_493.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2198,\"Title\":\"Ghoom Monastery\",\"Description\":\"Ghoom Monastery is one of the oldest Tibetan Buddhist monasteries in Darjeeling. It has Magnificent views of the snow capped peaks including the Kanchenjunga. One of the key attractions inside the monastery is the 15-foot model of the Lord Buddha which is known as The Maitreya Buddha or the Gyalwa Shampa which means the Buddha of the future. There is a large collection of Buddha&amp;#039;s manus inside, that includes a 108-volume Kangyur - The Tibetan Buddhist Gospel.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.01167,\"Long\":88.250304,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/18_1501496432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2202,\"Title\":\"Himalayan Mountaineering Institute\",\"Description\":\"The Himalayan Mountaineering Institute was established in Darjeeling  to encourage mountaineering as an organized sport in India. The first ascent of Mount Everest in 1953 by Tenzing Norgay and Edmund Hillary sparked a keen interest in establishing mountaineering as a well-respected endeavor for people in the region. Tenzing Norgay was the first director of field training for HMI.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0586589,\"Long\":88.2539006,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/18_1501497906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":752,\"Title\":\"Japanese Temple\",\"Description\":\"There is a wonderful Japanese temple located at a 10 minutes driving distance from the Darjeeling town center. The temple is also known as the Nipponzan Myohoji Buddhist Temple. ... Close to the temple is the Peace Pagoda that showcases four avatars of Lord Buddha.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1040\\/thumb\\/Japanese Temple_99.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1275,\"Title\":\"Padmaja Naidu Zoological Park\",\"Description\":\"Padmaja Naidu Himalayan Zoological Park is a 67.56-acre zoo in the town of Darjeeling in the Indian state of West Bengal. The zoo was opened in 1958, and an average elevation of 7,000 feet, is the largest high altitude zoo in India\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0586099,\"Long\":88.254405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/295\\/thumb\\/Padmaja Naidu Zoological Park_160.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1737,\"Title\":\"Tea Garden\",\"Description\":\"Tea planting in the Indian district of Darjeeling began in 1841 by Archibald Campbell, a civil surgeon of the Indian Medical Service. Campbell was transferred as superintendent of Darjeeling in 1839 from Kathmandu, Nepal. In 1841, he brought seeds of the Chinese tea plant (Camellia sinensis) from Kumaun and began to experiment with tea planting in Darjeeling.The British government also established tea nurseries during that period (1847). Commercial development began during the 1850s.In 1856, the Alubari tea garden was opened by the Kurseong and Darjeeling Tea company,followed by others.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":26.9337226,\"Long\":88.289905,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1039\\/thumb\\/Tea Garden_593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1749,\"Title\":\"Tenzing Rock\",\"Description\":\"Opposite to this is the Gombu Rock named after Nawang Gombu, nephew of Tenzing who was the first person to climb the Everest twice, once in 1963 and then in 65. He took over as the Director of Field Training at Himalayan Mountaineering Institute after Tenzing retired in 1976.One of a pair of large natural rocks used by people to practice rock-climbing, including beginners.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0590663,\"Long\":88.2540275,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2840\\/thumb\\/Tenzing Rock_48.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1782,\"Title\":\"Tibetan Refugee Self Help Center\",\"Description\":\"The Tibetan Refugee Self-Help Centre was started on October 2, 1959. Following the dramatic escape of His Holiness the Dalai Lama during that period of mayhem, thousands of our fellow countrymen, leaving hearth and home, fled into neighboring countries so they could live as free human beings. The overwhelming majority of the refugees had brought nothing with them apart from the clothes they wore and what little provisions they could carry with them as they began the long and difficult trek over the Himalayas.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/297\\/thumb\\/Tibetan Refugee Self Help Center_620.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1786,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is located in Darjeeling, in the Indian State of West Bengal, and is the summit of Ghoom, the highest railway station in the Darjeeling Himalayan Railway\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":26.9957499,\"Long\":88.2783622,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/895\\/thumb\\/Tiger Hill_949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2213,\"Title\":\"Deolo Hill\",\"Description\":\"Deolo Hill is one of the two hills that the town of Kalimpong stands between. The hill is 1,704 meters above msl and is the highest point of Kalimpong town. The hill is located north east of the town. It is one of the 2 hills between which the town is sandwiched, the other one being Durpin hill.With bit of a hike ,It offer stunning views of the town,Teesta river and the beautiful Ralli valley.The place also offers stunning sunrise view of Khangchendzonga.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0887349,\"Long\":88.5025576,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501503349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2212,\"Title\":\"Dr. Graham\'s Homes\",\"Description\":\"Dr. Graham&#039;s Homes  was founded in 1900 by Reverend Dr. John Anderson Graham a missionary of the Church of Scotland, who settled in Kalimpong and worked with the local community for several years during the turn of the 20th century. Graham was influenced and encouraged by the Minister of his Church, the Reverend John McMurtrie, to be ordained in the Ministry of God.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.083741,\"Long\":88.4913694,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501503058.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":467,\"Title\":\"Durpin Monastery\",\"Description\":\"Durpin Monastery is located at Durpin Dara Hill at Kalimpong town. Durpin Monastery is impressive religious point and the view from it is magnificent. In Monastery you will find Prayer rooms, meditation hall and pure calm atmosphere.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0454846,\"Long\":88.4674584,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3304\\/thumb\\/Durpin Monastery_487.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":516,\"Title\":\"Forest Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0593562,\"Long\":88.4694535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4288\\/thumb\\/Forest Museum_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":643,\"Title\":\"Hanuman Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0593562,\"Long\":88.4694535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4220\\/thumb\\/Hanuman Mandir_674.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1061,\"Title\":\"Mangal Dham\",\"Description\":\"Mangal Dham is one of the most significant religious centres in the beautiful hill station of Kalimpong. The place was built in the memory of Guruji Shir Mangaldasji Maharaj who in 1940 arrived at Kalimpong and made it his home. He got several orphanages, schools and temples constructed here to serve God and humans.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.066667,\"Long\":88.466667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/691\\/thumb\\/Mangal Dham_236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2214,\"Title\":\"Pine view point\",\"Description\":\"One can see  an amazing collection of enormous varieties of cactus. You will find exotic and rare collections of north, south and central America&#039;s cactus plants here. Perfect place for plant and nature lovers to savor in the beauty and colors of Cactus plants\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":33.6263633,\"Long\":-86.6836684,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501504113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null}]}},{\"CityId\":13403,\"Title\":\"Kalimpong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":13403,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":13403,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22750,\"Title\":\"Bagdogra Airport\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Welcome on arrival at IXB Airport and meet our local representative who will assist you to board the vehicle.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/9840_1641815861.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":112,\"Title\":\"Bakthang Waterfalls\",\"Description\":\"While the height of the fall isn&amp;#039;t much, it&amp;#039;s the width of the fall that makes it so beautiful. The source of the water is at Ratey Chu. The flowing water falls over a canopy of green creepers. It&amp;#039;s a wonderful sight to take pictures.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5412\\/thumb\\/Bakthang Waterfalls_812.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":508,\"Title\":\"Flower Exhibition Centre\",\"Description\":\"Flower Exhibition Center which holds the annual Orchid show. Inside the area is not very large but it has amazing collections of flowers of many different types, If you are a flower lover, then this is the place for you.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.5329718,\"Long\":88.5122178,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4222\\/thumb\\/Flower Exhibition Centre_823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":546,\"Title\":\"Ganesh Tok\",\"Description\":\"Ganesh Tok is a loved tourist spot in Gangtok and a small temple dedicated to Lord Ganesha. It is situated on top of a hill thereby giving scenic views to the tourists who come here. The Kanchenjunga hill can be seen in its true form of glory from here and is at its best especially in the morning. The viewpoint is situated at a distance of 6500 m offers stunning views of the mountains covered in snow. The temple is however so small that it can only fit one person at a time. The place takes you a step closer to nature with its surreal surroundings and comforting ambience.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3389356,\"Long\":88.6065035,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Ganesh_Tok_10106_1549026202.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2255,\"Title\":\"Mahatma Gandhi Marg\",\"Description\":\"You can find almost everything in this market. It is the most happening place of Gangtok. Vast shopping options in clothes,shoes,bags. MG Marg also has amazing cafes and restaurants all around. Nice walking street with benches to halt and soak in the surroundings. If you like a bit of hustle bustle then this is the place you need to visit.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3294767,\"Long\":88.6125497,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1502021497.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":17015,\"Title\":\"Nam Nang View Point\",\"Description\":\"Namnang View Point\\/ Gangtok Ropeway: The Namnang Viewpoint is adjacent to the Gangtok Ropeway. Our driver suggested that if we were going for the ropeway, it is equivalent to viewing the city from Namnang viewpoint. Lasting only for a total of 7 minutes (to and fro journey combined), the Gangtok Ropeway is simply wastage of money. The ticket is priced at 117 INR. The trolley doesn&amp;rsquo;t halt on the other side it touches the base and comes back to the origin. Yes, it is true that the bird-eye view of the city can be enjoyed from the trolley, but it lasts only for a few minutes.We explored all these places in one day (beginning our day at 09:00 AM and finishing with the Ropeway by 4:00 PM). Gangtok Ropeway is less than a km away from MG Marg. Hence, after you finish the ropeway, you can walk your way down the road. Like we have been repeatedly writing that we spent three nights in Gangtok, every evening, we spent our time in MG Marg. Not that we are shopping enthusiasts, but we wanted to soak in the crowd, culture, food and milieu of the capital of Sikkim.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/Nam_Nang_View_Point_10106_1595326891.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2190,\"Title\":\"Tashi View point\",\"Description\":\"Tashi View Point is a perfect place to witness the brilliant surroundings like mountains, valleys and Gangtok itself. This famous tourist point is located at a distance of 8 km from the town and is mostly known for offering some of the best sunrise and sunset views. On a clear day you can see the Kanchenjunga and Siniolchu Peaks.  Glimpse of  famous monasteries of Gangtok, Phodong and Labrang can also be seen from the view point.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3706406,\"Long\":88.616133,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501493478.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2210,\"Title\":\"Tibetan Handicrafts\",\"Description\":\"You can see and shop for traditional handicrafts representing the inhabitants with distinct identity as well as art and culture.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":40.73834,\"Long\":-74.002305,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501500199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2183,\"Title\":\"Baba Mandir\",\"Description\":\"Major &amp;quot;Baba&amp;quot; Harbhajan Singh  was an Indian army soldier. He is revered as the &amp;quot;Hero of Nathula&amp;quot; by soldiers of the Indian army, who built a shrine in his honor. He was accorded the status of saint by believers who refer to him as the &amp;quot;Baba&amp;quot; (saintly father).Many who come here leave a bottle of drinking water which they arrange to collect a few days later. It is believed that one can fulfill one&amp;#039;s wishes by drinking that water. Although this temple is on a roadside, it is surrounded by mountains from all sides and the views all around is magnificent.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":34.007485,\"Long\":-118.104177,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/18_1501489339.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1818,\"Title\":\"Tsomgo Lake\",\"Description\":\"Tsomgo Lake, also known as Tsongmo Lake or Changu Lake, is a glacial lake in the East Sikkim district of the Indian state of Sikkim, some 40 kilometres from the capital Gangtok.\",\"CurrencyType\":0,\"CityId\":10106,\"CityName\":\"Gangtok\",\"Lat\":27.3722169,\"Long\":88.5951172,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10106\\/sightseeing\\/36_1519716423.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":22751,\"Title\":\"Darjeeling\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(124, 131, 140) font-family: Roboto&quot;&gt;Lying amidst the slopes of the Lesser Himalayas and blanketed by emerald green plantations of tea, Darjeeling is a picturesque town in the Indian state of West Bengal. The majestic Kanchenjunga (also known as Kangchenjunga) towers over this beautiful town, which is the third highest mountain in the world. Popularly known as the &#039; Queen of the Hills&#039; ,Darjeeling is a favoured tourist destination, noted for its scenic beauty, ancient forests, quaint houses , friendly peopleand the mountain panorama that it provides.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/9840_1641815681.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":161,\"Title\":\"Batasia Loop\",\"Description\":\"The Batasia Loop is a spiral railway created to lower the gradient of ascent of the Darjeeling Himalayan Railway in Darjeeling district of West Bengal, India. At this point, the track spirals around over itself through a tunnel and over a hilltop\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/414\\/thumb\\/Batasia Loop_493.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2198,\"Title\":\"Ghoom Monastery\",\"Description\":\"Ghoom Monastery is one of the oldest Tibetan Buddhist monasteries in Darjeeling. It has Magnificent views of the snow capped peaks including the Kanchenjunga. One of the key attractions inside the monastery is the 15-foot model of the Lord Buddha which is known as The Maitreya Buddha or the Gyalwa Shampa which means the Buddha of the future. There is a large collection of Buddha&amp;#039;s manus inside, that includes a 108-volume Kangyur - The Tibetan Buddhist Gospel.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.01167,\"Long\":88.250304,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/18_1501496432.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2202,\"Title\":\"Himalayan Mountaineering Institute\",\"Description\":\"The Himalayan Mountaineering Institute was established in Darjeeling  to encourage mountaineering as an organized sport in India. The first ascent of Mount Everest in 1953 by Tenzing Norgay and Edmund Hillary sparked a keen interest in establishing mountaineering as a well-respected endeavor for people in the region. Tenzing Norgay was the first director of field training for HMI.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0586589,\"Long\":88.2539006,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7556\\/sightseeing\\/18_1501497906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":752,\"Title\":\"Japanese Temple\",\"Description\":\"There is a wonderful Japanese temple located at a 10 minutes driving distance from the Darjeeling town center. The temple is also known as the Nipponzan Myohoji Buddhist Temple. ... Close to the temple is the Peace Pagoda that showcases four avatars of Lord Buddha.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1040\\/thumb\\/Japanese Temple_99.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1275,\"Title\":\"Padmaja Naidu Zoological Park\",\"Description\":\"Padmaja Naidu Himalayan Zoological Park is a 67.56-acre zoo in the town of Darjeeling in the Indian state of West Bengal. The zoo was opened in 1958, and an average elevation of 7,000 feet, is the largest high altitude zoo in India\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0586099,\"Long\":88.254405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/295\\/thumb\\/Padmaja Naidu Zoological Park_160.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1737,\"Title\":\"Tea Garden\",\"Description\":\"Tea planting in the Indian district of Darjeeling began in 1841 by Archibald Campbell, a civil surgeon of the Indian Medical Service. Campbell was transferred as superintendent of Darjeeling in 1839 from Kathmandu, Nepal. In 1841, he brought seeds of the Chinese tea plant (Camellia sinensis) from Kumaun and began to experiment with tea planting in Darjeeling.The British government also established tea nurseries during that period (1847). Commercial development began during the 1850s.In 1856, the Alubari tea garden was opened by the Kurseong and Darjeeling Tea company,followed by others.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":26.9337226,\"Long\":88.289905,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1039\\/thumb\\/Tea Garden_593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1749,\"Title\":\"Tenzing Rock\",\"Description\":\"Opposite to this is the Gombu Rock named after Nawang Gombu, nephew of Tenzing who was the first person to climb the Everest twice, once in 1963 and then in 65. He took over as the Director of Field Training at Himalayan Mountaineering Institute after Tenzing retired in 1976.One of a pair of large natural rocks used by people to practice rock-climbing, including beginners.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0590663,\"Long\":88.2540275,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2840\\/thumb\\/Tenzing Rock_48.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1782,\"Title\":\"Tibetan Refugee Self Help Center\",\"Description\":\"The Tibetan Refugee Self-Help Centre was started on October 2, 1959. Following the dramatic escape of His Holiness the Dalai Lama during that period of mayhem, thousands of our fellow countrymen, leaving hearth and home, fled into neighboring countries so they could live as free human beings. The overwhelming majority of the refugees had brought nothing with them apart from the clothes they wore and what little provisions they could carry with them as they began the long and difficult trek over the Himalayas.\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":27.0360066,\"Long\":88.2626751,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/297\\/thumb\\/Tibetan Refugee Self Help Center_620.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1786,\"Title\":\"Tiger Hill\",\"Description\":\"Tiger Hill is located in Darjeeling, in the Indian State of West Bengal, and is the summit of Ghoom, the highest railway station in the Darjeeling Himalayan Railway\",\"CurrencyType\":0,\"CityId\":7556,\"CityName\":\"Darjeeling\",\"Lat\":26.9957499,\"Long\":88.2783622,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/895\\/thumb\\/Tiger Hill_949.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2213,\"Title\":\"Deolo Hill\",\"Description\":\"Deolo Hill is one of the two hills that the town of Kalimpong stands between. The hill is 1,704 meters above msl and is the highest point of Kalimpong town. The hill is located north east of the town. It is one of the 2 hills between which the town is sandwiched, the other one being Durpin hill.With bit of a hike ,It offer stunning views of the town,Teesta river and the beautiful Ralli valley.The place also offers stunning sunrise view of Khangchendzonga.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0887349,\"Long\":88.5025576,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501503349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2212,\"Title\":\"Dr. Graham\'s Homes\",\"Description\":\"Dr. Graham&#039;s Homes  was founded in 1900 by Reverend Dr. John Anderson Graham a missionary of the Church of Scotland, who settled in Kalimpong and worked with the local community for several years during the turn of the 20th century. Graham was influenced and encouraged by the Minister of his Church, the Reverend John McMurtrie, to be ordained in the Ministry of God.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.083741,\"Long\":88.4913694,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501503058.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":467,\"Title\":\"Durpin Monastery\",\"Description\":\"Durpin Monastery is located at Durpin Dara Hill at Kalimpong town. Durpin Monastery is impressive religious point and the view from it is magnificent. In Monastery you will find Prayer rooms, meditation hall and pure calm atmosphere.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0454846,\"Long\":88.4674584,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3304\\/thumb\\/Durpin Monastery_487.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":516,\"Title\":\"Forest Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0593562,\"Long\":88.4694535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4288\\/thumb\\/Forest Museum_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":643,\"Title\":\"Hanuman Mandir\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.0593562,\"Long\":88.4694535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4220\\/thumb\\/Hanuman Mandir_674.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":1061,\"Title\":\"Mangal Dham\",\"Description\":\"Mangal Dham is one of the most significant religious centres in the beautiful hill station of Kalimpong. The place was built in the memory of Guruji Shir Mangaldasji Maharaj who in 1940 arrived at Kalimpong and made it his home. He got several orphanages, schools and temples constructed here to serve God and humans.\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":27.066667,\"Long\":88.466667,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/691\\/thumb\\/Mangal Dham_236.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null},{\"RefSSId\":2214,\"Title\":\"Pine view point\",\"Description\":\"One can see  an amazing collection of enormous varieties of cactus. You will find exotic and rare collections of north, south and central America&#039;s cactus plants here. Perfect place for plant and nature lovers to savor in the beauty and colors of Cactus plants\",\"CurrencyType\":0,\"CityId\":13403,\"CityName\":\"Kalimpong\",\"Lat\":33.6263633,\"Long\":-86.6836684,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13403\\/sightseeing\\/18_1501504113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7796,\"SupplierName\":\"Heavens Management Services Pvt. Ltd.\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221921\",\"Title\":\"IXB Airport \\u2013 Gangtok (125 kms \\/ 4 hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome on arrival at IXB Airport and meet our local representative who will assist you to board the vehicle and transfer to Gangtok. On arrival check-in to the tourist class hotel and enjoy the rest of the day at leisure. Tonight, enjoy a local\\/ Indian dinner at the hotel.&nbsp;Overnight stay at Gangtok.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221924\",\"Title\":\"GANGTOK FULL DAY SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Morning breakfast - GANESH TOK.<\\/p>\\r\\n\\r\\n<p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TASHI VIEW POINT.<\\/p>\\r\\n\\r\\n<p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GUNJAN MONASTERY.<\\/p>\\r\\n\\r\\n<p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BAKTHANG FALLS.<\\/p>\\r\\n\\r\\n<p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HANDICRAFT.<\\/p>\\r\\n\\r\\n<p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FLOWER EXHIBITION CENTRE.<\\/p>\\r\\n\\r\\n<p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAMNANG VIEWPOINT.<\\/p>\\r\\n\\r\\n<p>&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Back to Gangtok - Evening free to roam around M G Road (Mall) or local Shopping centre personally -&nbsp;Overnight stay at Gangtok.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":112,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":508,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":546,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2255,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17015,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2190,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2210,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221927\",\"Title\":\"EXCURSION TO CHANGU \\/ TSOMGO LAKE \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Early morning breakfast &ndash; Permits are made one day prior to visit - This is nearly 48 kilometers drive and takes nearly 2 hours - Visit to Tsomgo \\/ Changu Lake and Baba Mandir, cool, serene water and the picturesque beauty &ndash; Tsomgo lake is one of the holy lake of the region - A temple of Lord Shiva is built on the lakeside - Primula flowers and other alpine plantation provide an immaculate beauty to this place - Back to hotel for lunch or lunch on the way &ndash; The rest of the day is free - Evening one is free to stroll around M G Road or the Local Market&nbsp;- Overnight stay at Gangtok.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1818,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221930\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10106,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221933\",\"Title\":\"GANGTOK TO DARJEELING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>This morning after breakfast will transfer you to Darjeeling. Evening time for leisure. Overnight stay at Darjeeling.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22751,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221936\",\"Title\":\"DARJEELING SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Early Morning at 4:00 am drive to Tiger hill to watch the sunrise over Mt. Kanchenjunga (28,208 ft. Worlds 3rd highest peak), on your way back visit Ghoom Monastery and Batasia Loop. After breakfast visit Himalayan Mountaineering Institute, Zoological Park (Thursday closed), Tenzing Rock, Tibetan Refugee self-help Centre (Sunday closed), Tea Garden (outer view) and Japanese Temple.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":161,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2198,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2202,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":752,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1275,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1737,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1749,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1782,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1786,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221939\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7556,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221942\",\"Title\":\"DARJEELING TO KALIMPONG & KALIMPONG  LOCAL SIGHTSEEING\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast check out from hotel on the way visit - Forest Museum Deolo Hill, Hanuman Mandir, Dr Graham Homes, Durbin Monastery Mangaldham, Pine View Nurseries (Cactus Only)and.&nbsp;Overnight stay at Kalimpong.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13403,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2213,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2212,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":467,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":516,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":643,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1061,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2214,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221945\",\"Title\":\"DEPARTURE KALIMPONG TO  BAGDOGRA AIRPORT\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast check out from the hotel and with everlasting memories of tours take the departure transfer to New Bagdogra airport (110 kms \\/ 03hrs) for your onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13403,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31191\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16500,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"16500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31192\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":44000,\"priceExtraBed\":\"22000.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":44000,\"priceExtraBed\":\"22000.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":44000,\"priceExtraBed\":\"22000.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":44000,\"priceExtraBed\":\"22000.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":44000,\"priceExtraBed\":\"22000.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":44000,\"priceExtraBed\":\"22000.00\",\"priceWithoutBed\":\"22000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"31193\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27500,\"priceDoubleOcc\":\"27500.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27500.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27500,\"priceDoubleOcc\":\"27500.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27500.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27500,\"priceDoubleOcc\":\"27500.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27500.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27500,\"priceDoubleOcc\":\"27500.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27500.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27500,\"priceDoubleOcc\":\"27500.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27500.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27500,\"priceDoubleOcc\":\"27500.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27500.00\",\"priceWithoutBed\":\"27500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\\r\\n\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp; preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;background-color:#ffff00&quot;&gt;Nathula Pass\\/ Permit Charges are not added.&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n\\t&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsp;travelled&amp;nbsp;the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp; tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"221921\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221921],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221924\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221924],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221927\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221927],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221930\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221930],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221933\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221933],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221936\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[221936],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221939\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221939],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221942\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221942],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221945\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[221945],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Gangtok,Darjeeling,Kalimpong', ',Gangtok,Sikkim,Indian Subcontinent,Northeast India,India,Darjeeling,West Bengal,East India,Kalimpong,', NULL, '10106,7556,13403', 16500, 27500, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-19 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-19 17:21:30', '2022-01-19 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, '6-nights-7-days-sikkim-and-west-bengal-package-3-nights-gangtok-+-2-nights-darjeeling-+-1-night-kalimpong', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(15, 29625, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Romantic,Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29625,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;In Pahalgam, visit Aru Valley, Betaab Valley and Chandan wari (start point of Amarnath-yatra)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Mughal Gardens &amp;amp; Shikara Ride in Srinagar&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Gondola Ride in Gulmarg&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sightseeing tours by private vehicle&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Start and End in Srinagar&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Heaven on Earth\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6026\",\"SupplierName\":\"Tamarind Global\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481468,\"Name\":\"Meena Luxury Houseboat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481485,\"Name\":\"Meena Luxury Houseboat\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414620,\"Name\":\"Hotel Rose Petal\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.067196\",\"Long\":\"74.8226\",\"Address\":\"56, Rajbagh, Opposite IHM Srinagar, , Raj Bagh, SRINAGAR, JAMMU &amp; KASHMIR, India, Pin-190008, 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"Hotel Rose Petal has a restaurant and provides guests with free internet access to its patrons. The accommodation in Srinagar is about 2 km from TRC Bus Station and Iqbal Park.   The property has 35 centrally air-conditioned guestrooms across three floors. Some in-room amenities include individual temperature control system, tea\\/coffee maker, mini-bar, bottled drinking water and wardrobe. Each attached bathroom is supplied with hot\\/cold water supply and toiletries.    null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/1\\/nxd\\/map\\/uyl\\/lbu\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414489,\"Name\":\"Hotel Centre Point\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.081743195908\",\"Long\":\"74.820761008004\",\"Address\":\"Bishamber Nagar, Khayam Dal Gate, Srinagar 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Hotel Centre Point in Srinagar, you&#039;ll be close to Hari Parbat Fort and Mughal Gardens.  This hotel is within close proximity of Shalimar Bagh and Royal Springs Golf Course.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 32 guestrooms.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/60\\/43\\/6043d8a7987305d11f8aa0782759dc6224e01c49.jpg\",\"AccoAminitiesMask\":\"1000000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414552,\"Name\":\"Hotel Fortune Resort Heevan\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.085884418636\",\"Long\":\"74.884084865299\",\"Address\":\"Gupt Ganga Ishwar, Opposite Deevan Colony, Nishat, Srinagar 191121, Jammu And Kashmir\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Fortune Resort Heevan in Srinagar (Nishat-Shalimar), you&#039;ll be convenient to Mughal Gardens and Shalimar Bagh.  This 4-star hotel is within the vicinity of Botanical Garden and Royal Springs Golf Course.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 39 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include safes and complimentary newspapers, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&#039;s room service (during limited hours).&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/1b\\/2b\\/1b2b202d242582bf33de00fa7dbeabee16121a64.jpg\",\"AccoAminitiesMask\":\"1010000100001001000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1176,\"Title\":\"Nagin Lake\",\"Description\":\"Nigeen Lake is a mildly eutrophic lake located in Srinagar, Jammu and Kashmir, India. It is sometimes considered a part of the Dal lake and is connected to it via a narrow strait. It is also connected to the Khushal Sar and Gil Sar lakes via a channel known as Nallah Amir Khan.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1147808,\"Long\":74.8362721,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3151\\/thumb\\/Nagin Lake_998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":971,\"Title\":\"Lidder River\",\"Description\":\"Lidder or Liddar is a 73 kilometres (45 mi) long river in the Kashmir region of India in the state of Jammu and Kashmir. It originates from the Kolhoi Glacier and joins the Jehlum River at Gurnar Khanabal at an altitude of 1,615 metres (5,299 ft).\\r\\nLidder river originates from Kolhoi Glacier near Sonamarg and gives rise to Lidder Valley. It runs southwards through the alpine meadows of Lidderwat in region of Aru, from which it got its name. It covers 30 kilometres (19 mi) before reaching Pahalgam where it the major tributary of East Lidder from Sheshnag Lake. It then runs westwards until it meets the Jehlum River at Gurnar Khanabal near Anantnag. It has crystal blueish water and Pahalgam is situated in the center of Lidder Valley.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501224594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2168,\"Title\":\"Pahalgam \\u2013 The valley of shepherds\",\"Description\":\"The Pahalgam valley is situated at the confluence of the Seshnag Lake and the Lidder River. Pahalgam is basically a cluster of eight villages. The word Pahalgam literally means, the Valley of Shepherds.\\r\\n\\r\\nTours to Pahalgam is associated with the annual Amaranth Yatra. The region is extremely popular among tourists for its outdoor activities like Fishing, Horse Riding, Golf and Trekking. Pahalgam is a popular take off point for treks to the Kolahoi glacier, to several high altitude lakes, to the Amarnath cave and to Sonmarg.\\r\\n\\r\\nPahalgam offers several tourist attractions. Tours and travel to Pahalgam usually include a visit the Baisaran Meadow that is surrounded by pine forests on all sides. Tours to  Pahalgam should definitely include a visit to the village of Mamal that is significant as it has an ancient Shiva temple. It is believed that this is Kashmir&#039;s oldest temple.\\r\\n\\r\\nThere are excellent Fishing opportunities at the Lidder River. Tourists are issued permits to go fishing on the Lidder River. These permits are issued for maximum three days at a time. Most tours and travel packages to Pahalgam offer opportunities to tourists for outdoor activities such as fishing. There are ample opportunities for tourists to enjoy Horse Riding upto the Thajwas glacier.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501225253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":179,\"Title\":\"Betaab Valley\",\"Description\":\"The Betaab Valley in Pahalgam is a breathtaking combination of picturesque surroundings that is encircled by mountains full of tall deodar trees and pine forests, with the Lidder River flowing right through it. The valley is located at a distance of 15 kilometres from Pahalgam in the Anantnag district of Jammu and Kashmir in northern India. The valley got its more recent and attractive name from a famous Bollywood movie that was shot here and has been attracting a large number of tourists ever this. The Bollywood connect of the valley, coupled with the scenic views that the place offers, have made the area a popular tourist destination.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1319\\/thumb\\/Betaab Valley_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu &amp;amp; Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":905,\"Title\":\"Kolahoi Glacier\",\"Description\":\"Kolahoi Glacier is a valley glacier in the northwestern Himalayan Range situated 26 kilometers north from Pahalgam and 16 kilometers south from Sonamarg, in the state of Jammu and Kashmir. Kolahoi glacier lies at an average elevation of 4,700 metres. The highest peak named after the glacier is Kolahoi Peak has an elevation of 5425 meters. The origin of the glacier is below the cirques on the north flank of Kolahoi Peak.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3150\\/thumb\\/Kolahoi Glacier_267.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world&amp;#039;s second highest operating cable car since the closure in 2008 of the M&amp;eacute;rida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":481471,\"Name\":\"Wildflower Villa Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9214941\",\"Long\":\"75.285022\",\"Address\":\"Yainer, Movera, Rafting Point, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":481472,\"Name\":\"The Hermitage By Grand Resorts\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0319193\",\"Long\":\"75.32256459999999\",\"Address\":\"Laripora Pahalgam, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414999,\"Name\":\"Hotel Heevan Pahalgam\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.022182\",\"Long\":\"75.310549\",\"Address\":\"Hotel Heevan, Pahalgam.,Jammu and Kashmir,India, 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"Providing scintillating views of River Lidder and Pahalgam Peaks, Hotel Heevan is an exclusive 4 star property located right at the banks of River Lidder and accompanied by lush green pine forests. If one wants to escape the crowds and chaos of day to day grind, Hotel Heevan is just the place with the necessary ambience to enjoy the picturesque Valley of Shepherds, Pahalgam.\\n\\n&lt;b&gt;Location&lt;\\/b&gt;\\nTravelers can explore must-see destinations of Pahalgam conveniently. Even the market is a five minute drive from the hotel. Guests can visit Pahalgam&#039;s Amusement Park which is located near the hotel.\\nDistance from Srinagar Airport: Approx. 102 kms \\nDistance from Srinagar Railway Station: Approx. 91 kms\\n\\n&lt;b&gt;Features&lt;\\/b&gt;\\nCentrally heated and warm in hospitality, Hotel Heevan provides its guests with superior facilities and services. Guests can enjoy a 24 Hr room service with other facilities like laundry &amp; dry cleaning services, doctor on call and Wi-Fi enabled Hotspot services. There is a parking facility provided for the convenience of guests. The hotel also boasts of other facilities like business center, Gift Shop and Hotels Own Travel Desk.\\n\\n&lt;b&gt;Room&lt;\\/b&gt;\\nHotel Heevan&#039;s exclusively furnished rooms give a cozy and comfortable stay, apt for leisure travellers.  With DTH Satellite TV and host of features &amp; services, the travellers will enjoy a pleasurable experience with enchanting views from the rooms.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/2980\\/298060\\/images\\/Exterior_-_1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1176,\"Title\":\"Nagin Lake\",\"Description\":\"Nigeen Lake is a mildly eutrophic lake located in Srinagar, Jammu and Kashmir, India. It is sometimes considered a part of the Dal lake and is connected to it via a narrow strait. It is also connected to the Khushal Sar and Gil Sar lakes via a channel known as Nallah Amir Khan.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1147808,\"Long\":74.8362721,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3151\\/thumb\\/Nagin Lake_998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":971,\"Title\":\"Lidder River\",\"Description\":\"Lidder or Liddar is a 73 kilometres (45 mi) long river in the Kashmir region of India in the state of Jammu and Kashmir. It originates from the Kolhoi Glacier and joins the Jehlum River at Gurnar Khanabal at an altitude of 1,615 metres (5,299 ft).\\r\\nLidder river originates from Kolhoi Glacier near Sonamarg and gives rise to Lidder Valley. It runs southwards through the alpine meadows of Lidderwat in region of Aru, from which it got its name. It covers 30 kilometres (19 mi) before reaching Pahalgam where it the major tributary of East Lidder from Sheshnag Lake. It then runs westwards until it meets the Jehlum River at Gurnar Khanabal near Anantnag. It has crystal blueish water and Pahalgam is situated in the center of Lidder Valley.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501224594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2168,\"Title\":\"Pahalgam \\u2013 The valley of shepherds\",\"Description\":\"The Pahalgam valley is situated at the confluence of the Seshnag Lake and the Lidder River. Pahalgam is basically a cluster of eight villages. The word Pahalgam literally means, the Valley of Shepherds.\\r\\n\\r\\nTours to Pahalgam is associated with the annual Amaranth Yatra. The region is extremely popular among tourists for its outdoor activities like Fishing, Horse Riding, Golf and Trekking. Pahalgam is a popular take off point for treks to the Kolahoi glacier, to several high altitude lakes, to the Amarnath cave and to Sonmarg.\\r\\n\\r\\nPahalgam offers several tourist attractions. Tours and travel to Pahalgam usually include a visit the Baisaran Meadow that is surrounded by pine forests on all sides. Tours to  Pahalgam should definitely include a visit to the village of Mamal that is significant as it has an ancient Shiva temple. It is believed that this is Kashmir&#039;s oldest temple.\\r\\n\\r\\nThere are excellent Fishing opportunities at the Lidder River. Tourists are issued permits to go fishing on the Lidder River. These permits are issued for maximum three days at a time. Most tours and travel packages to Pahalgam offer opportunities to tourists for outdoor activities such as fishing. There are ample opportunities for tourists to enjoy Horse Riding upto the Thajwas glacier.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501225253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":179,\"Title\":\"Betaab Valley\",\"Description\":\"The Betaab Valley in Pahalgam is a breathtaking combination of picturesque surroundings that is encircled by mountains full of tall deodar trees and pine forests, with the Lidder River flowing right through it. The valley is located at a distance of 15 kilometres from Pahalgam in the Anantnag district of Jammu and Kashmir in northern India. The valley got its more recent and attractive name from a famous Bollywood movie that was shot here and has been attracting a large number of tourists ever this. The Bollywood connect of the valley, coupled with the scenic views that the place offers, have made the area a popular tourist destination.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1319\\/thumb\\/Betaab Valley_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu &amp;amp; Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":905,\"Title\":\"Kolahoi Glacier\",\"Description\":\"Kolahoi Glacier is a valley glacier in the northwestern Himalayan Range situated 26 kilometers north from Pahalgam and 16 kilometers south from Sonamarg, in the state of Jammu and Kashmir. Kolahoi glacier lies at an average elevation of 4,700 metres. The highest peak named after the glacier is Kolahoi Peak has an elevation of 5425 meters. The origin of the glacier is below the cirques on the north flank of Kolahoi Peak.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3150\\/thumb\\/Kolahoi Glacier_267.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world&amp;#039;s second highest operating cable car since the closure in 2008 of the M&amp;eacute;rida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":424847,\"Name\":\"Alpine Ridge\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.031773\",\"Long\":\"74.36591\",\"Address\":\"Gulmarg, , Khelan Side, GULMARG, JAMMU &amp; KASHMIR, India, Pin-190001, 190001\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"Alpine Ridge is 3 km away from Gulmarg Gondola. This Hotel in Gulmarg has an in-house restaurant. There are total 34 spacious rooms spread across 2 floors. Rooms are well equipped with amenities like cable\\/satellite TV, direct dial phone, air-conditioner, reading lamp and VCR, and attached bathroom  with facility of 24-hour hot and cold running water. This hotel in Gulmarg has a gift shop, coffee shop, business center, lounge, steam room, bar, travel counter and sauna. This property offers room service, front desk, laundry and medical service. Alpine Ridge is 33 km away from Baramula Railway Station and 48 km away from Bus Stand. Guest can visit places like Gulmarg Golf Course which is 2 km away and Khilanmarg which is 3 km away. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/1\\/nxd\\/maw\\/tyg\\/gbn\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":424851,\"Name\":\"The Rosewood Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.04785\",\"Long\":\"74.379745\",\"Address\":\"Near Tyndel biscoe Hut, Khilan Side,Reservoir Road, Khilan Side, GULMARG, JAMMU &amp; KASHMIR, India, Pin-193403, 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"Rosewood Hotel is a budget property that offers decent accommodation to the guests in Gulmarg. Offering basic facilities, this hotel is 50 km from Srinagar International Airport.  This two-storied property offers 40 spacious and comfortable rooms for accommodation. Each room has an attached bathroom with hot and cold water supply and wardrobes.  null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/1\\/nxd\\/mas\\/vyi\\/ibn\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":424849,\"Name\":\"Heevan Retreat\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.049128\",\"Long\":\"74.381181\",\"Address\":\"Near Grand Mumtaz Hotel, Gulmarg, Jammu and Kashmir 193403,Jammu and Kashmir,India, 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"Heevan Retreat is a cozy 4 star property offering an enchanting view of Affarvat range of mountains. Kashmir boasts of a skiing area as big as that of both Northern &amp; Southern Alps combined, says Sylvain Saudan, world renowned adventure skier and an honorary citizen of Kashmir. And those longing to engage in winter sports; Heevan Retreat, Gulmarg, is the ultimate destination.\\n\\n&lt;b&gt;Location&lt;\\/b&gt;\\nIn the vicinity of mesmerising meadow of flowers, Gulmarg, Heevan Retreat is located just five minutes from the Gulmarg golf course. Guests can engage in the famous walks and treks in Gulmarg. The hotel is just 5 minutes from the Gondola base station, en route to Khilangmarg.\\nDistance from Srinagar Airport: Approx. 59 kms\\nDistance from Railway Station: Approx. 66 kms\\n\\n&lt;b&gt;Features&lt;\\/b&gt;\\nA welcoming hotel Heevan Retreat offers an array of facilities and services to travellers. With facilities like Hotels Own Power Generators, CCTV, parking facility, doctor on call, Hotels own travel desk, Gift Shop, Wi-Fi enabled hotspot services and banquet hall. The hotel&#039;s dining room offers a choice of Kashmiri, Indian and International cuisine while the lounge bar has the perfect setting for a quiet evening. The hotel has a fully equipped Business Centre for conferences while the leisure travellers can enjoy various activities like skiing, trekking, mountain climbing, golfing, ice-skating, Gondola ride and angling. Other facilities at the hotel include 24-hour room and laundry service. \\n\\n&lt;b&gt;Rooms&lt;\\/b&gt;\\nThe centrally heated cozy rooms provide a mesmerizing view of the Affarvat Mountain Range. The exclusively furnished rooms echo the rich tradition of Kashmir&#039;s art and craft. A magnetic room decor with wall to wall carpeting is accompanied with DTH Satellite TV with host of new features &amp; services, laundry and dry cleaning services, 24 Hr Room Service,  EPABX facility in Rooms and 24 hours hot and cold running water.\\n\\n&lt;b&gt;The main attractions in Gulmarg are- Rani Temple, Golf Course, Gandola, Church and Children&#039;s Park. These places are easily accessible by foot. Still, one can hire a pony at nominal prices fixed by the government. Pony charges are INR 300 for 1st hr, after 1 hr the charges will be INR 200 per hr (fixed by government). It is advisable to check and finalized the rates with pony-riders in advance, according to the visiting points.&lt;\\/b&gt;\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/4048\\/40487\\/images\\/Exterior_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1176,\"Title\":\"Nagin Lake\",\"Description\":\"Nigeen Lake is a mildly eutrophic lake located in Srinagar, Jammu and Kashmir, India. It is sometimes considered a part of the Dal lake and is connected to it via a narrow strait. It is also connected to the Khushal Sar and Gil Sar lakes via a channel known as Nallah Amir Khan.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1147808,\"Long\":74.8362721,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3151\\/thumb\\/Nagin Lake_998.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":971,\"Title\":\"Lidder River\",\"Description\":\"Lidder or Liddar is a 73 kilometres (45 mi) long river in the Kashmir region of India in the state of Jammu and Kashmir. It originates from the Kolhoi Glacier and joins the Jehlum River at Gurnar Khanabal at an altitude of 1,615 metres (5,299 ft).\\r\\nLidder river originates from Kolhoi Glacier near Sonamarg and gives rise to Lidder Valley. It runs southwards through the alpine meadows of Lidderwat in region of Aru, from which it got its name. It covers 30 kilometres (19 mi) before reaching Pahalgam where it the major tributary of East Lidder from Sheshnag Lake. It then runs westwards until it meets the Jehlum River at Gurnar Khanabal near Anantnag. It has crystal blueish water and Pahalgam is situated in the center of Lidder Valley.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501224594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":2168,\"Title\":\"Pahalgam \\u2013 The valley of shepherds\",\"Description\":\"The Pahalgam valley is situated at the confluence of the Seshnag Lake and the Lidder River. Pahalgam is basically a cluster of eight villages. The word Pahalgam literally means, the Valley of Shepherds.\\r\\n\\r\\nTours to Pahalgam is associated with the annual Amaranth Yatra. The region is extremely popular among tourists for its outdoor activities like Fishing, Horse Riding, Golf and Trekking. Pahalgam is a popular take off point for treks to the Kolahoi glacier, to several high altitude lakes, to the Amarnath cave and to Sonmarg.\\r\\n\\r\\nPahalgam offers several tourist attractions. Tours and travel to Pahalgam usually include a visit the Baisaran Meadow that is surrounded by pine forests on all sides. Tours to  Pahalgam should definitely include a visit to the village of Mamal that is significant as it has an ancient Shiva temple. It is believed that this is Kashmir&#039;s oldest temple.\\r\\n\\r\\nThere are excellent Fishing opportunities at the Lidder River. Tourists are issued permits to go fishing on the Lidder River. These permits are issued for maximum three days at a time. Most tours and travel packages to Pahalgam offer opportunities to tourists for outdoor activities such as fishing. There are ample opportunities for tourists to enjoy Horse Riding upto the Thajwas glacier.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/21_1501225253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":179,\"Title\":\"Betaab Valley\",\"Description\":\"The Betaab Valley in Pahalgam is a breathtaking combination of picturesque surroundings that is encircled by mountains full of tall deodar trees and pine forests, with the Lidder River flowing right through it. The valley is located at a distance of 15 kilometres from Pahalgam in the Anantnag district of Jammu and Kashmir in northern India. The valley got its more recent and attractive name from a famous Bollywood movie that was shot here and has been attracting a large number of tourists ever this. The Bollywood connect of the valley, coupled with the scenic views that the place offers, have made the area a popular tourist destination.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1319\\/thumb\\/Betaab Valley_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":296,\"Title\":\"Chandanwari Valley\",\"Description\":\"Chandanwari, located 15 km from Pahalgam, is the starting point of the famous Amarnath Yatra. It is also famous for the snow sledging on a snow bridge. The place is perfect to enjoy a picnic with your family and enjoy the natural beauty.\\r\\nPahalgam is a popular hill station in Anantnag district of Jammu &amp;amp; Kashmir. It is a very famous tourist destination, and many tourists visit the place every year. It is located on the banks of Lidder River. Chandanwari is best recognised as the place where the Bollywood movie Betaab was shot.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0144741,\"Long\":75.3186241,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/799\\/thumb\\/Chandanwari_749.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":905,\"Title\":\"Kolahoi Glacier\",\"Description\":\"Kolahoi Glacier is a valley glacier in the northwestern Himalayan Range situated 26 kilometers north from Pahalgam and 16 kilometers south from Sonamarg, in the state of Jammu and Kashmir. Kolahoi glacier lies at an average elevation of 4,700 metres. The highest peak named after the glacier is Kolahoi Peak has an elevation of 5425 meters. The origin of the glacier is below the cirques on the north flank of Kolahoi Peak.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3150\\/thumb\\/Kolahoi Glacier_267.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world&amp;#039;s second highest operating cable car since the closure in 2008 of the M&amp;eacute;rida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"211275\",\"Title\":\"Day 01 \\u2013Arrival Srinagar\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Meet our representative upon arrival in Srinagar and proceed to your houseboat. This place is famous for its lakes and charming houseboats, Srinagar is also known for traditional Kashmiri handicrafts. The lake comprises a series of water bodies, including Nagin Lake. One can take in the panoramic view of the mountains surrounding Srinagar from this lake. Kashmiri boats called Shikara, are used to explore the intricate maze of waterways on this lake. In the evening, enjoy a visit to Mughal Gardens followed by a Shikara-ride on Dal Lake. Overnight stay in Srinagar Houseboat.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481468,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481485,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481485,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1176,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211278\",\"Title\":\"Day 02 \\u2013Drive from Srinagar \\u2013Pahalgam (90 kms \\/ approx. 3.5 hours)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211282\",\"Title\":\"Day 02 \\u2013Drive from Srinagar \\u2013Pahalgam (90 kms \\/ approx. 3.5 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, proceed to Pahalgam, also called the Valley of Shepherds. On arrival, check-in at the hotel. In Pahalgam, admire the beauty of nature as you walk along the banks of River Lidder. Pahalgam is also famous for some trekking routes and is the base camp for the Amarnath Pilgrimage. Overnight stay at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481471,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481472,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":971,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2168,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211285\",\"Title\":\"Day 03 \\u2013Sightseeing in Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast, enjoy panoramic views of Pahalgam town and Lidder Valley. Start with Aru Valley which is a small village, 15 km upstream of the Lidder River, The route is picturesque with ample campsites. This village is the starting point for treks to the Kolahoi glacier. Later, visit Chandanwari, 16 Km which is the starting point of sacred Amarnath Yatra. Chandanwari is famous for snow sledging on a snow bridge, en route you can visit Hajan, an idyllic picnic spot and Betaab valley. Dinner &amp; overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":481471,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481472,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":179,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":296,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":905,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211288\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211291\",\"Title\":\"Day 04 \\u2013Pahalgam \\u2013Gulmarg (130 kms \\/ approx. 4 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast drive to Gulmarg, &lsquo;Meadow of Flowers&#39;&nbsp;situated at an altitude of 2730 meters, full day at leisure to take walks on the lush green meadows of flowers with a backdrop of the snow-capped mountains. Dinner &amp; overnight in the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":424847,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":424851,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":424849,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211294\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211297\",\"Title\":\"Day 05 \\u2013Sightseeing in Gulmarg I Drive back to Srinagar (58 kms \\/ approx. 3 hours)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, enjoy local sightseeing of Gulmarg gondola-ride (cable car). Later, drive back to Srinagar. Arrive and check in at the hotel. Spend the evening at leisure. Dinner and overnight stay in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414620,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414552,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"211300\",\"Title\":\"Day 06 \\u2013Departure from Srinagar \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, you will be transferred to Srinagar airport for return flight back home. End of Services.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"29625\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15950,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6380.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15950,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6380.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15950,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6380.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15950,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6380.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15950,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6380.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17783,\"priceDoubleOcc\":\"21450.00\",\"priceSingleOcc\":40150,\"priceExtraBed\":\"10450.00\",\"priceWithoutBed\":\"6380.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29626\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25667,\"priceDoubleOcc\":\"30250.00\",\"priceSingleOcc\":60500,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25667,\"priceDoubleOcc\":\"30250.00\",\"priceSingleOcc\":60500,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25667,\"priceDoubleOcc\":\"30250.00\",\"priceSingleOcc\":60500,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25667,\"priceDoubleOcc\":\"30250.00\",\"priceSingleOcc\":60500,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25667,\"priceDoubleOcc\":\"30250.00\",\"priceSingleOcc\":60500,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27427,\"priceDoubleOcc\":\"32890.00\",\"priceSingleOcc\":63140,\"priceExtraBed\":\"16500.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29627\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"39600.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33623,\"priceDoubleOcc\":\"39600.00\",\"priceSingleOcc\":79200,\"priceExtraBed\":\"21670.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33623,\"priceDoubleOcc\":\"39600.00\",\"priceSingleOcc\":79200,\"priceExtraBed\":\"21670.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33623,\"priceDoubleOcc\":\"39600.00\",\"priceSingleOcc\":79200,\"priceExtraBed\":\"21670.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33623,\"priceDoubleOcc\":\"39600.00\",\"priceSingleOcc\":79200,\"priceExtraBed\":\"21670.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33623,\"priceDoubleOcc\":\"39600.00\",\"priceSingleOcc\":79200,\"priceExtraBed\":\"21670.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35457,\"priceDoubleOcc\":\"42350.00\",\"priceSingleOcc\":81950,\"priceExtraBed\":\"21670.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"29625\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17850.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"17850.00\",\"priceSingleOcc\":35700,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"6090.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"17850.00\",\"priceSingleOcc\":35700,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"6090.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"17850.00\",\"priceSingleOcc\":35700,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"6090.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"17850.00\",\"priceSingleOcc\":35700,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"6090.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15225,\"priceDoubleOcc\":\"17850.00\",\"priceSingleOcc\":35700,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"6090.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16975,\"priceDoubleOcc\":\"20475.00\",\"priceSingleOcc\":38325,\"priceExtraBed\":\"9975.00\",\"priceWithoutBed\":\"6090.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20475.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29626\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28875.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24500,\"priceDoubleOcc\":\"28875.00\",\"priceSingleOcc\":57750,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24500,\"priceDoubleOcc\":\"28875.00\",\"priceSingleOcc\":57750,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24500,\"priceDoubleOcc\":\"28875.00\",\"priceSingleOcc\":57750,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24500,\"priceDoubleOcc\":\"28875.00\",\"priceSingleOcc\":57750,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24500,\"priceDoubleOcc\":\"28875.00\",\"priceSingleOcc\":57750,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26180,\"priceDoubleOcc\":\"31395.00\",\"priceSingleOcc\":60270,\"priceExtraBed\":\"15750.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31395.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29627\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32095,\"priceDoubleOcc\":\"37800.00\",\"priceSingleOcc\":75600,\"priceExtraBed\":\"20685.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32095,\"priceDoubleOcc\":\"37800.00\",\"priceSingleOcc\":75600,\"priceExtraBed\":\"20685.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32095,\"priceDoubleOcc\":\"37800.00\",\"priceSingleOcc\":75600,\"priceExtraBed\":\"20685.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32095,\"priceDoubleOcc\":\"37800.00\",\"priceSingleOcc\":75600,\"priceExtraBed\":\"20685.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32095,\"priceDoubleOcc\":\"37800.00\",\"priceSingleOcc\":75600,\"priceExtraBed\":\"20685.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-13\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33845,\"priceDoubleOcc\":\"40425.00\",\"priceSingleOcc\":78225,\"priceExtraBed\":\"20685.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40425.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Air tickets and airport taxes.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees to monuments and Gardens.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Pony Ride Charges and Guide service.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks, and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare is not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;4 Night accommodation in well-appointed rooms as mentioned above hotels or equivalent.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;1 Night accommodation in well-appointed rooms as mentioned above houseboat or equivalent.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meal plan as mentioned above.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;1 session of Shikara-ride.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Gandola ride (up to Phase 1) in Gulmarg.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Sightseeing as per itinerary by private tourist vehicle.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Drivers allowances, toll taxes and GST.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis. Note: Air-Conditioner in vehicles&amp;nbsp;may not be operated in Hilly areas.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"211275\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[211275],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211278\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[211278],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211282\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[211282],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211285\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[211285],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211288\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[211288],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211291\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[211291],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211294\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[211294],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211297\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[211297],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"211300\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[211300],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Srinagar,Pahalgam,Gulmarg', 'Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg', NULL, '25897,20566,11197', 17850, 42350, 5, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'heaven-on-earth', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(16, 26379, 1, 9840, 0, 0, 0, 'Honeymoon,Romantic,Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":26379,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/A_Night_in_Taj_Lands_End_87.jpg\",\"BookingValidUntill\":\"2021-09-10\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":35,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Mumbai\",\"DestinationPlacesSysId\":18676,\"SourcePlaces\":\"Mumbai\",\"SourcePlaceSysId\":18676,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"A Night in Taj Lands End\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4716\",\"SupplierName\":\"Classic Holidays\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Hotel,B\\/fast & Dinner\",\"PackageType\":\"Honeymoon,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2021-09-10\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18676,\"Title\":\"Mumbai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":215800,\"Name\":\"TAJ LANDS END\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"19.043263\",\"Long\":\"72.8194749\",\"Address\":\"Band Stand, Bandra (West), Mumbai., Mumbai, India, 400050\"},\"Images\":{\"Image\":[{\"ImagId\":4785949,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=FbrGPTrju5dL4b6pa4rDyLBpTOAYOC6Y5YpOeoU1PrhTAOcVjJE2Da51wtdWueg+dzn1EDPA3xvGhnH3k1CapmPrpnksM9ENGVUJIGO0bnIlJ6+da3ZGpsSXdMsOxtBs\"}]},\"CityId\":18676,\"Brief\":\"LocationStrategically located close to the Bandra-Kurla, Andheri and Worli business districts, this hotel is situated some 12 km from the international airport, and 8 km from the domestic airport.FacilitiesThe establishment comprises a total of 368 accommodation units. Services and facilities at the hotel include a safe, internet access, a restaurant, a bar, room service, a laundry and a business centre. Shopping facilities are available. Guests travelling in their own vehicles can make use of the available parking spaces.RoomsAll accommodation units feature air conditioning and a bathroom. A minibar is also available. The rooms offer a range of amenities, including tea and coffee making equipment. An ironing set is also available to guests. Each accommodation unit offers internet access, a telephone, a TV and a radio. A hairdryer can also be found in each of the bathrooms.Sports\\/EntertainmentThe swimming pool is ideal for a refreshing dip. A hot tub provides an opportunity for relaxation. Variety is offered by the range of sports and leisure options available at the establishment, including a gym and squash.The TAJ LANDS END is a Tourist, Business, Leisure, City hotel, Full Service hotel. Located in Bandra West area. Shopping is accessible by bus\\/taxi and the nightlife\\/restaurants are easily accessible by taxi or bus from the hotel.\",\"MainImg\":\"http:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=FbrGPTrju5dL4b6pa4rDyLBpTOAYOC6Y5YpOeoU1PrhTAOcVjJE2Da51wtdWueg+dzn1EDPA3xvGhnH3k1CapmPrpnksM9ENGVUJIGO0bnIlJ6+da3ZGpsSXdMsOxtBs\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4716,\"SupplierName\":\"Classic Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"189547\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>With spectacular views of Arabian Sea and beautiful Mumbai, Taj Lands End, Mumbai Mumbai offers luxury accommodation to meet the needs of business and leisure travellers. The contemporarily decorated guest rooms at this 5-star property are equipped with comfy bedding, flat-screen TV and an en suite marble bathroom. While staying at Taj Lands End, Mumbai Mumbai, guests can visit Jiva Spa, fully equipped gymnasium, sauna rooms and the huge outdoor pool for relaxation of their senses. From International cuisine to Indian flavours, guests get to relish an extensive selection of delicacies at Vista and Masala Bay. While Italian and Sichuan food is available at Maritime by San Lorenzo and Ming Yang. At Atrium Lounge, guests can indulge in light meals and drinks. Mumbai International Airport is twelve kilometre away while Juhu Beach is only ten kilometres from the property. In close proximity are Shivaji Park and Bandra Kurla Complex. Top amenities<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18676,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215800,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":215800,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":215800,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"189550\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18676,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":215800,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":215800,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":215800,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"26379\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7370.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6197,\"priceDoubleOcc\":\"7370.00\",\"priceSingleOcc\":11220,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6197,\"priceDoubleOcc\":\"7370.00\",\"priceSingleOcc\":11220,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6197,\"priceDoubleOcc\":\"7370.00\",\"priceSingleOcc\":11220,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6197,\"priceDoubleOcc\":\"7370.00\",\"priceSingleOcc\":11220,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6197,\"priceDoubleOcc\":\"7370.00\",\"priceSingleOcc\":11220,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6197,\"priceDoubleOcc\":\"7370.00\",\"priceSingleOcc\":11220,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"26380\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8470.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6930,\"priceDoubleOcc\":\"8470.00\",\"priceSingleOcc\":12870,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8470.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6930,\"priceDoubleOcc\":\"8470.00\",\"priceSingleOcc\":12870,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8470.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6930,\"priceDoubleOcc\":\"8470.00\",\"priceSingleOcc\":12870,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8470.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6930,\"priceDoubleOcc\":\"8470.00\",\"priceSingleOcc\":12870,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8470.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6930,\"priceDoubleOcc\":\"8470.00\",\"priceSingleOcc\":12870,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8470.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6930,\"priceDoubleOcc\":\"8470.00\",\"priceSingleOcc\":12870,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8470.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"26381\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11770.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":9130,\"priceDoubleOcc\":\"11770.00\",\"priceSingleOcc\":17820,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":9130,\"priceDoubleOcc\":\"11770.00\",\"priceSingleOcc\":17820,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":9130,\"priceDoubleOcc\":\"11770.00\",\"priceSingleOcc\":17820,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":9130,\"priceDoubleOcc\":\"11770.00\",\"priceSingleOcc\":17820,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":9130,\"priceDoubleOcc\":\"11770.00\",\"priceSingleOcc\":17820,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":9130,\"priceDoubleOcc\":\"11770.00\",\"priceSingleOcc\":17820,\"priceExtraBed\":\"2750.00\",\"priceWithoutBed\":\"2200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"26379\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7035.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":5915,\"priceDoubleOcc\":\"7035.00\",\"priceSingleOcc\":10710,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":5915,\"priceDoubleOcc\":\"7035.00\",\"priceSingleOcc\":10710,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":5915,\"priceDoubleOcc\":\"7035.00\",\"priceSingleOcc\":10710,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":5915,\"priceDoubleOcc\":\"7035.00\",\"priceSingleOcc\":10710,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":5915,\"priceDoubleOcc\":\"7035.00\",\"priceSingleOcc\":10710,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":5915,\"priceDoubleOcc\":\"7035.00\",\"priceSingleOcc\":10710,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"26380\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8085.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6615,\"priceDoubleOcc\":\"8085.00\",\"priceSingleOcc\":12285,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8085.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6615,\"priceDoubleOcc\":\"8085.00\",\"priceSingleOcc\":12285,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8085.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6615,\"priceDoubleOcc\":\"8085.00\",\"priceSingleOcc\":12285,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8085.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6615,\"priceDoubleOcc\":\"8085.00\",\"priceSingleOcc\":12285,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8085.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6615,\"priceDoubleOcc\":\"8085.00\",\"priceSingleOcc\":12285,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8085.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":6615,\"priceDoubleOcc\":\"8085.00\",\"priceSingleOcc\":12285,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8085.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"26381\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11235.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":8715,\"priceDoubleOcc\":\"11235.00\",\"priceSingleOcc\":17010,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11235.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":8715,\"priceDoubleOcc\":\"11235.00\",\"priceSingleOcc\":17010,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11235.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":8715,\"priceDoubleOcc\":\"11235.00\",\"priceSingleOcc\":17010,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11235.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":8715,\"priceDoubleOcc\":\"11235.00\",\"priceSingleOcc\":17010,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11235.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":8715,\"priceDoubleOcc\":\"11235.00\",\"priceSingleOcc\":17010,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11235.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-06-18\",\"To\":\"2021-09-10\",\"Currency\":1,\"priceTripleOcc\":8715,\"priceDoubleOcc\":\"11235.00\",\"priceSingleOcc\":17010,\"priceExtraBed\":\"2625.00\",\"priceWithoutBed\":\"2100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11235.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin\\/double&amp;nbsp;sharing basis as per itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;GST.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"189547\":[{\"Sequence\":[0],\"TPInvnSysId\":[189547],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}],\"189550\":[{\"Sequence\":[0],\"TPInvnSysId\":[189550],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Mumbai', 'Mumbai,Maharashtra,Indian Subcontinent,West India,India', NULL, '18676', 7035, 11770, 1, NULL, NULL, 2, 'Hotel', 0, '2022-01-21 00:00:00', '2021-09-10 00:00:00', '2021-09-10 00:00:00', 3, 'India', '101', '2022-01-21 12:07:30', '2022-01-21 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'a-night-in-taj-lands-end', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(17, 25742, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Beach,Cruise,Culture,Weekend,Romantic,Shopping and Nightlife,Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":25742,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Discovery_of_Kerala_63.jpg\",\"BookingValidUntill\":\"2021-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Kerala, popularly known as &amp;#39;God&amp;#39;s Own Country, is dotted with several enchanting destinations to admire the beauty of nature. The splendid beauty of the place takes you to a world of rich greenery and tranquil backwaters. From Cochin to Munnar, to Periyar, to Kovalam, the mere image of these places present the picture of swinging palm trees, crystal-clear lakes, beautiful beaches along with a ride in majestic houseboats. Our 8 days and 7 nights Kerala tour package let you forget all the worries and fall in love with the beauty of the state. Atlas Holidays representatives will take care of all your travel needs from accommodation to commutation. The package will no doubt make your dream for an unforgettable Kerala tour come true.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":40,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Trivandrum\",\"DestinationPlacesSysId\":34288,\"SourcePlaces\":\"Kochi\",\"SourcePlaceSysId\":14275,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Discovery of Kerala\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6026\",\"SupplierName\":\"Tamarind Global\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Cruise\",\"PackageType\":\"Honeymoon,Adventure,Beach,Cruise,Culture,Weekend,Romantic,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2021-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14275,\"Title\":\"Kochi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480471,\"Name\":\"Hotel Cochin Palace\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.963425099999998\",\"Long\":\"76.3002309\",\"Address\":\"55\\/1833 A1, KP Vallon Rd, Giringar Housing Colony, Giri Nagar, Kadavanthra, Kochi, Kerala 682020, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":480472,\"Name\":\"Holiday Inn Cochin\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.990255399999997\",\"Long\":\"76.3161595\",\"Address\":\"33\\/1739 A Chakkaraparambu Junction, National Highway Bypass, Chakkaraparambu, Vennala, Kochi, Kerala 682028, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":480473,\"Name\":\"Crowne Plaza Kochi\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.934124899999999\",\"Long\":\"76.3186795\",\"Address\":\"Xi\\/641A Kundanoor Junction NH-47 Bypass, Maradu, Po Ernakulam, Maradu, Kochi, Kerala 682304, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":520,\"Title\":\"Fort Kochi\",\"Description\":\"Fort Kochi beach is located on the western coast of India and is often known as the &amp;#039;Queen of the Arabian Sea&amp;#039;. It&amp;#039;s a serene beach that offers a scenic view and natural beauty to its visitors. With its pristine water and tranquil ambience, it is extremely admired by tourists and local people as well.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.962765,\"Long\":76.2747035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2239\\/thumb\\/Fort Kochi_933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, &amp;#039;PazhayannurBhagavathi&amp;#039; (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1157,\"Title\":\"Munnar City Tour\",\"Description\":\"Munnar is a delightful hill station and one of the most popular hill stations in God&amp;rsquo;s Own Country, Kerala. It is situated in Western Ghats at an altitude of 6000 ft and is located in Idukki district of Kerala. This picturesque hill station beckons nature lovers from far and near. Large tea plantations, forests, hill ranges, valleys and wildlife makes anyone fall in love with this place. Some of the major attractions of this place are Mattupetty Dam, Echo Point, Attukal Waterfalls, Rajamalai Wildlife Sanctuary, etc.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Munnar_City_Tour_18697_1521696378.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":493,\"Title\":\"Eravikulam National Park\",\"Description\":\"Eravikulam national park is spread over an extensive area of 97 sq km along the crest of Western Ghats in the high ranges of Idukki district. Located 15 km from Munnar, the national park is one of most important tourist destinations in Kerala and is managed by the Kerala Department of Forest and Wildlife, Munnar. Most of the areas of the national park are consistent hill plateau. The forests here are commonly known as &amp;lsquo;shoals&amp;rsquo; &amp;ndash; evergreen tropical and sub tropical moist broadleaf forest.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520863374.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1871,\"Title\":\"Vembanad Lake\",\"Description\":\"Vembanad (Vembanad Kayal or Vembanad Kol) is the longest lake in India, and the largest lake in the state of Kerala. Spanning several districts in the state of Kerala, it is known as Vembanadu Lake in Kottayam, Punnamada Lake in Kuttanad and Kochi Lake in Kochi. Several groups of small islands including Vypin, Mulavukad, Vallarpadam, Willingdon Island are located in the Kochi Lake portion. Kochi Port is built around the Willingdon Island and the Vallarpadam island.\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":9.5865373,\"Long\":76.4372116,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5531\\/thumb\\/Vembanad_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14010,\"Title\":\"Jatayu Earth Centre\",\"Description\":\"Jatayu Earth&amp;rsquo;s Center, also known as Jatayu Nature Park or Jatayu Rock, is a park and tourism centre at Chadayamangalam in Kollam district of Kerala. World famous Varkala Beach is 26km from here. It stands at an altitude of 350m above mean sea level.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Jatayu_Earth_Centre_34288_1580113864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":838,\"Title\":\"Kanyakumari Beach\",\"Description\":\"Kanyakumari beach with its beautiful hue-changing beaches, the confluence of three water bodies as well as the places of religious, historic and spiritual interests is one of the most exotic destinations in India and will never cease to amuse you with its sheer magnificence. The three distinct shades of the Bay of Bengal, The Indian Ocean and the Arabian Sea can be distinguished easily. Another exciting thing to do nearby will be the exciting water sports.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0877344,\"Long\":77.546716,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/930\\/thumb\\/Kanyakumari Beach_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1891,\"Title\":\"Vivekananda Rock Memorial\",\"Description\":\"It is situated on one of the two adjacent rocks projecting out of the Lakshadweep Sea and comprises of the &amp;#039;Shripada Mandapam&amp;#039; and the &amp;#039;Vivekananda Mandapam&amp;#039;. The island on which the statue is located is said to have been the site where Vivekananda attained enlightenment.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0883064,\"Long\":77.5384507,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/100\\/thumb\\/Rock Memorial_919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13995,\"Title\":\"Kuthiramalika Palace Museum\",\"Description\":\"Kuthiramalika, Thiruvananthapuram, Kerala. Kuthiramalika ( lit. Mansion of horses) is a palace built by Swathi Thirunal Rama Varma on the south-eastern side of Padmanabhaswamy temple, Thiruvananthapuram. Contents. 1 Etymology 2 Architecture 3 Museum 4 Swathi Sangeethotsavam\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Kuthiramalika_Palace_Museum_34288_1580111609.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13996,\"Title\":\"Napier Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram, the capital city of Kerala, India.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Napier_Museum_34288_1580111802.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480440,\"Name\":\"At Wood Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0096095\",\"Long\":\"77.08107269999999\",\"Address\":\"20 Acre - Munnar Rd, Pottankadu, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419237,\"Name\":\"Rivulet Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.028842765197\",\"Long\":\"77.055423217851\",\"Address\":\"Pallivassal Power House, Chithirapuram Post Office, Munnar 686555\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Chithirapuram, Rivulet is on a river and convenient to Dreamland Children Park and Attukad Waterfall.  This 4-star resort is within the vicinity of Mount Carmel Church and Carmal Church.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 24 individually decorated guestrooms, featuring minibars (stocked with some free items) and flat-screen televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and slippers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. This resort also features concierge services, a picnic area, and barbecue grills.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Satisfy your appetite at the resort&#039;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of room service (during limited hours).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/07\\/96\\/079629da3ef72ef7b7c5ee2016a949eb5922c189.jpg\",\"AccoAminitiesMask\":\"1010000000001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":480441,\"Name\":\"Amber Dale Luxury Hotel & Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0516961\",\"Long\":\"77.04608549999999\",\"Address\":\"KSEB Tunnel Road, Pallivasal, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":520,\"Title\":\"Fort Kochi\",\"Description\":\"Fort Kochi beach is located on the western coast of India and is often known as the &amp;#039;Queen of the Arabian Sea&amp;#039;. It&amp;#039;s a serene beach that offers a scenic view and natural beauty to its visitors. With its pristine water and tranquil ambience, it is extremely admired by tourists and local people as well.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.962765,\"Long\":76.2747035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2239\\/thumb\\/Fort Kochi_933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, &amp;#039;PazhayannurBhagavathi&amp;#039; (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1157,\"Title\":\"Munnar City Tour\",\"Description\":\"Munnar is a delightful hill station and one of the most popular hill stations in God&amp;rsquo;s Own Country, Kerala. It is situated in Western Ghats at an altitude of 6000 ft and is located in Idukki district of Kerala. This picturesque hill station beckons nature lovers from far and near. Large tea plantations, forests, hill ranges, valleys and wildlife makes anyone fall in love with this place. Some of the major attractions of this place are Mattupetty Dam, Echo Point, Attukal Waterfalls, Rajamalai Wildlife Sanctuary, etc.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Munnar_City_Tour_18697_1521696378.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":493,\"Title\":\"Eravikulam National Park\",\"Description\":\"Eravikulam national park is spread over an extensive area of 97 sq km along the crest of Western Ghats in the high ranges of Idukki district. Located 15 km from Munnar, the national park is one of most important tourist destinations in Kerala and is managed by the Kerala Department of Forest and Wildlife, Munnar. Most of the areas of the national park are consistent hill plateau. The forests here are commonly known as &amp;lsquo;shoals&amp;rsquo; &amp;ndash; evergreen tropical and sub tropical moist broadleaf forest.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520863374.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1871,\"Title\":\"Vembanad Lake\",\"Description\":\"Vembanad (Vembanad Kayal or Vembanad Kol) is the longest lake in India, and the largest lake in the state of Kerala. Spanning several districts in the state of Kerala, it is known as Vembanadu Lake in Kottayam, Punnamada Lake in Kuttanad and Kochi Lake in Kochi. Several groups of small islands including Vypin, Mulavukad, Vallarpadam, Willingdon Island are located in the Kochi Lake portion. Kochi Port is built around the Willingdon Island and the Vallarpadam island.\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":9.5865373,\"Long\":76.4372116,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5531\\/thumb\\/Vembanad_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14010,\"Title\":\"Jatayu Earth Centre\",\"Description\":\"Jatayu Earth&amp;rsquo;s Center, also known as Jatayu Nature Park or Jatayu Rock, is a park and tourism centre at Chadayamangalam in Kollam district of Kerala. World famous Varkala Beach is 26km from here. It stands at an altitude of 350m above mean sea level.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Jatayu_Earth_Centre_34288_1580113864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":838,\"Title\":\"Kanyakumari Beach\",\"Description\":\"Kanyakumari beach with its beautiful hue-changing beaches, the confluence of three water bodies as well as the places of religious, historic and spiritual interests is one of the most exotic destinations in India and will never cease to amuse you with its sheer magnificence. The three distinct shades of the Bay of Bengal, The Indian Ocean and the Arabian Sea can be distinguished easily. Another exciting thing to do nearby will be the exciting water sports.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0877344,\"Long\":77.546716,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/930\\/thumb\\/Kanyakumari Beach_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1891,\"Title\":\"Vivekananda Rock Memorial\",\"Description\":\"It is situated on one of the two adjacent rocks projecting out of the Lakshadweep Sea and comprises of the &amp;#039;Shripada Mandapam&amp;#039; and the &amp;#039;Vivekananda Mandapam&amp;#039;. The island on which the statue is located is said to have been the site where Vivekananda attained enlightenment.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0883064,\"Long\":77.5384507,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/100\\/thumb\\/Rock Memorial_919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13995,\"Title\":\"Kuthiramalika Palace Museum\",\"Description\":\"Kuthiramalika, Thiruvananthapuram, Kerala. Kuthiramalika ( lit. Mansion of horses) is a palace built by Swathi Thirunal Rama Varma on the south-eastern side of Padmanabhaswamy temple, Thiruvananthapuram. Contents. 1 Etymology 2 Architecture 3 Museum 4 Swathi Sangeethotsavam\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Kuthiramalika_Palace_Museum_34288_1580111609.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13996,\"Title\":\"Napier Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram, the capital city of Kerala, India.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Napier_Museum_34288_1580111802.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":480442,\"Name\":\"Treetop Resort\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.0879973\",\"Long\":\"76.52475290000001\",\"Address\":\"Silent Valley - Mukkali Rd, Chindaki, Mannarkkad, Kerala 678762, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419340,\"Name\":\"The Mountain Courtyard Thekkady\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.60571\",\"Long\":\"77.1646\",\"Address\":\"66th Mile Kurishumala Road, Spring Valley Post, Kumily, Thekkady 685509, Idukki\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Thekkady, The Mountain Courtyard Thekady is in a national park and convenient to Kadathanadan Kalari Centre and Mudra Cultural Centre.  This 4-star hotel is within close proximity of Periyar Wildlife Sanctuary and Periyar Boat Landing.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 50 guestrooms featuring minibars and LED televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and slippers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take advantage of recreational opportunities offered, including an outdoor pool, a fitness center, and bicycles to rent. This hotel also features complimentary wireless Internet access, concierge services, and an arcade\\/game room.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 2 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. A complimentary buffet breakfast is served daily from 7:30 AM to 10 AM.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. A shuttle from the hotel to the airport is provided for a surcharge (available 24 hours), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/10\\/49\\/1049bf1f906619d4840db89a6a18ee7aa886fd2e.jpg\",\"AccoAminitiesMask\":\"1000000100001101000\",\"AccoAminities\":[{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419344,\"Name\":\"Greenwoods Resort Thekkady\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6119437\",\"Long\":\"77.1572269\",\"Address\":\"K.K .Road, Kumily, Thekkady 685509, Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Thekkady Greenwoods Nature Resort is a popular choice amongst travelers in Thekkady, whether exploring or just passing through. The hotel has everything you need for a comfortable stay. All the necessary facilities, including tours, currency exchange, restaurant, valet parking, coffee shop, are at hand. Each guestroom is elegantly furnished and equipped with handy amenities. Take a break from a long day and make use of massage, children&#039;s playground, table tennis, outdoor pool, pool (kids). Friendly staff, great facilities and close proximity to all that Thekkady has to offer are three great reasons you should stay at Thekkady Greenwoods Nature Resort.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1010000000001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":520,\"Title\":\"Fort Kochi\",\"Description\":\"Fort Kochi beach is located on the western coast of India and is often known as the &amp;#039;Queen of the Arabian Sea&amp;#039;. It&amp;#039;s a serene beach that offers a scenic view and natural beauty to its visitors. With its pristine water and tranquil ambience, it is extremely admired by tourists and local people as well.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.962765,\"Long\":76.2747035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2239\\/thumb\\/Fort Kochi_933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, &amp;#039;PazhayannurBhagavathi&amp;#039; (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1157,\"Title\":\"Munnar City Tour\",\"Description\":\"Munnar is a delightful hill station and one of the most popular hill stations in God&amp;rsquo;s Own Country, Kerala. It is situated in Western Ghats at an altitude of 6000 ft and is located in Idukki district of Kerala. This picturesque hill station beckons nature lovers from far and near. Large tea plantations, forests, hill ranges, valleys and wildlife makes anyone fall in love with this place. Some of the major attractions of this place are Mattupetty Dam, Echo Point, Attukal Waterfalls, Rajamalai Wildlife Sanctuary, etc.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Munnar_City_Tour_18697_1521696378.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":493,\"Title\":\"Eravikulam National Park\",\"Description\":\"Eravikulam national park is spread over an extensive area of 97 sq km along the crest of Western Ghats in the high ranges of Idukki district. Located 15 km from Munnar, the national park is one of most important tourist destinations in Kerala and is managed by the Kerala Department of Forest and Wildlife, Munnar. Most of the areas of the national park are consistent hill plateau. The forests here are commonly known as &amp;lsquo;shoals&amp;rsquo; &amp;ndash; evergreen tropical and sub tropical moist broadleaf forest.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520863374.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1871,\"Title\":\"Vembanad Lake\",\"Description\":\"Vembanad (Vembanad Kayal or Vembanad Kol) is the longest lake in India, and the largest lake in the state of Kerala. Spanning several districts in the state of Kerala, it is known as Vembanadu Lake in Kottayam, Punnamada Lake in Kuttanad and Kochi Lake in Kochi. Several groups of small islands including Vypin, Mulavukad, Vallarpadam, Willingdon Island are located in the Kochi Lake portion. Kochi Port is built around the Willingdon Island and the Vallarpadam island.\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":9.5865373,\"Long\":76.4372116,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5531\\/thumb\\/Vembanad_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14010,\"Title\":\"Jatayu Earth Centre\",\"Description\":\"Jatayu Earth&amp;rsquo;s Center, also known as Jatayu Nature Park or Jatayu Rock, is a park and tourism centre at Chadayamangalam in Kollam district of Kerala. World famous Varkala Beach is 26km from here. It stands at an altitude of 350m above mean sea level.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Jatayu_Earth_Centre_34288_1580113864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":838,\"Title\":\"Kanyakumari Beach\",\"Description\":\"Kanyakumari beach with its beautiful hue-changing beaches, the confluence of three water bodies as well as the places of religious, historic and spiritual interests is one of the most exotic destinations in India and will never cease to amuse you with its sheer magnificence. The three distinct shades of the Bay of Bengal, The Indian Ocean and the Arabian Sea can be distinguished easily. Another exciting thing to do nearby will be the exciting water sports.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0877344,\"Long\":77.546716,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/930\\/thumb\\/Kanyakumari Beach_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1891,\"Title\":\"Vivekananda Rock Memorial\",\"Description\":\"It is situated on one of the two adjacent rocks projecting out of the Lakshadweep Sea and comprises of the &amp;#039;Shripada Mandapam&amp;#039; and the &amp;#039;Vivekananda Mandapam&amp;#039;. The island on which the statue is located is said to have been the site where Vivekananda attained enlightenment.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0883064,\"Long\":77.5384507,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/100\\/thumb\\/Rock Memorial_919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13995,\"Title\":\"Kuthiramalika Palace Museum\",\"Description\":\"Kuthiramalika, Thiruvananthapuram, Kerala. Kuthiramalika ( lit. Mansion of horses) is a palace built by Swathi Thirunal Rama Varma on the south-eastern side of Padmanabhaswamy temple, Thiruvananthapuram. Contents. 1 Etymology 2 Architecture 3 Museum 4 Swathi Sangeethotsavam\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Kuthiramalika_Palace_Museum_34288_1580111609.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13996,\"Title\":\"Napier Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram, the capital city of Kerala, India.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Napier_Museum_34288_1580111802.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":14578,\"Title\":\"Kumarakom\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":419717,\"Name\":\"Royal Riviera Hotel And Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6386419314864\",\"Long\":\"76.427418411196\",\"Address\":\"Near Post Office, Cheepunkal, Kumarakom 686563, Kerala\"},\"Images\":[],\"CityId\":14578,\"Brief\":\"Royal Riviera Hotel &amp; Resort is conveniently located in the popular North Kumarakom area. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Take advantage of the hotel&#039;s Wi-Fi in public areas, valet parking, elevator, room service, laundry service. Designed for comfort, selected guestrooms offer television LCD\\/plasma screen, DVD\\/CD player, balcony\\/terrace, daily newspaper, air conditioning to ensure a restful night. Take a break from a long day and make use of steamroom, massage, spa, water sports (non-motorized), outdoor pool. A welcoming atmosphere and excellent service are what you can expect during your stay at Royal Riviera Hotel &amp; Resort.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0a\\/04\\/0a048463a98bcb1411cd5888dd09b068a0b27321.jpg\",\"AccoAminitiesMask\":\"1010001000001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":115176,\"Name\":\"Backwater Ripples Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.60533\",\"Long\":\"76.4312\",\"Address\":\"Kumarakom Kottayam 686 563\"},\"Images\":{\"Image\":[{\"ImagId\":2513632,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/542\\/1152191cdmssabrevfm_img_pho_000_nc__669140_Exterior___C.jpg\"},{\"ImagId\":2513633,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/552\\/1152191cdmssabrevfm_img_pho_000_nc__669143_Exterior___C.jpg\"},{\"ImagId\":2513634,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/573\\/1152191cdmssabrevfm_img_pho_000_nc__669149_Exterior___C.jpg\"},{\"ImagId\":2513635,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/582\\/1152191cdmssabrevfm_img_pho_000_nc__669152_Exterior___C.jpg\"},{\"ImagId\":2513636,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/630\\/1152191cdmssabrevfm_img_pho_000_nc__669167_Exterior___C.jpg\"},{\"ImagId\":2513637,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/669\\/1152191cdmssabrevfm_img_pho_000_nc__669179_Interior___A.jpg\"},{\"ImagId\":2513638,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/690\\/1152191cdmssabrevfm_img_pho_000_nc__669185_Interior___A.jpg\"},{\"ImagId\":2513639,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/721\\/1152191cdmssabrevfm_img_pho_000_nc__669194_Interior___A.jpg\"},{\"ImagId\":2513640,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/730\\/1152191cdmssabrevfm_img_pho_000_nc__669197_Interior___A.jpg\"}]},\"CityId\":14578,\"Brief\":\"Backwaters Riples is accessible by Road, as well as by lake, Cochin International Airport is 1 Housr 45 minutes by Road,Trivandrum International Airport is 3 hours by road and kottayam Railway station is 15 minutes by road, from muhamma jeety, it is just a 20 minute boat ride.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/20\\/92\\/542\\/1152191cdmssabrevfm_img_pho_000_nc__669140_Exterior___C.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":481735,\"Name\":\"Aveda Kumarakom\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.5894807\",\"Long\":\"76.4252577\",\"Address\":\"V\\/240 A, Amankari Road, Athikkalam, Kumarakom, Kerala 686563, India\"},\"Images\":[],\"CityId\":14578,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":520,\"Title\":\"Fort Kochi\",\"Description\":\"Fort Kochi beach is located on the western coast of India and is often known as the &amp;#039;Queen of the Arabian Sea&amp;#039;. It&amp;#039;s a serene beach that offers a scenic view and natural beauty to its visitors. With its pristine water and tranquil ambience, it is extremely admired by tourists and local people as well.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.962765,\"Long\":76.2747035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2239\\/thumb\\/Fort Kochi_933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, &amp;#039;PazhayannurBhagavathi&amp;#039; (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1157,\"Title\":\"Munnar City Tour\",\"Description\":\"Munnar is a delightful hill station and one of the most popular hill stations in God&amp;rsquo;s Own Country, Kerala. It is situated in Western Ghats at an altitude of 6000 ft and is located in Idukki district of Kerala. This picturesque hill station beckons nature lovers from far and near. Large tea plantations, forests, hill ranges, valleys and wildlife makes anyone fall in love with this place. Some of the major attractions of this place are Mattupetty Dam, Echo Point, Attukal Waterfalls, Rajamalai Wildlife Sanctuary, etc.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Munnar_City_Tour_18697_1521696378.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":493,\"Title\":\"Eravikulam National Park\",\"Description\":\"Eravikulam national park is spread over an extensive area of 97 sq km along the crest of Western Ghats in the high ranges of Idukki district. Located 15 km from Munnar, the national park is one of most important tourist destinations in Kerala and is managed by the Kerala Department of Forest and Wildlife, Munnar. Most of the areas of the national park are consistent hill plateau. The forests here are commonly known as &amp;lsquo;shoals&amp;rsquo; &amp;ndash; evergreen tropical and sub tropical moist broadleaf forest.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520863374.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1871,\"Title\":\"Vembanad Lake\",\"Description\":\"Vembanad (Vembanad Kayal or Vembanad Kol) is the longest lake in India, and the largest lake in the state of Kerala. Spanning several districts in the state of Kerala, it is known as Vembanadu Lake in Kottayam, Punnamada Lake in Kuttanad and Kochi Lake in Kochi. Several groups of small islands including Vypin, Mulavukad, Vallarpadam, Willingdon Island are located in the Kochi Lake portion. Kochi Port is built around the Willingdon Island and the Vallarpadam island.\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":9.5865373,\"Long\":76.4372116,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5531\\/thumb\\/Vembanad_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14010,\"Title\":\"Jatayu Earth Centre\",\"Description\":\"Jatayu Earth&amp;rsquo;s Center, also known as Jatayu Nature Park or Jatayu Rock, is a park and tourism centre at Chadayamangalam in Kollam district of Kerala. World famous Varkala Beach is 26km from here. It stands at an altitude of 350m above mean sea level.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Jatayu_Earth_Centre_34288_1580113864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":838,\"Title\":\"Kanyakumari Beach\",\"Description\":\"Kanyakumari beach with its beautiful hue-changing beaches, the confluence of three water bodies as well as the places of religious, historic and spiritual interests is one of the most exotic destinations in India and will never cease to amuse you with its sheer magnificence. The three distinct shades of the Bay of Bengal, The Indian Ocean and the Arabian Sea can be distinguished easily. Another exciting thing to do nearby will be the exciting water sports.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0877344,\"Long\":77.546716,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/930\\/thumb\\/Kanyakumari Beach_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1891,\"Title\":\"Vivekananda Rock Memorial\",\"Description\":\"It is situated on one of the two adjacent rocks projecting out of the Lakshadweep Sea and comprises of the &amp;#039;Shripada Mandapam&amp;#039; and the &amp;#039;Vivekananda Mandapam&amp;#039;. The island on which the statue is located is said to have been the site where Vivekananda attained enlightenment.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0883064,\"Long\":77.5384507,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/100\\/thumb\\/Rock Memorial_919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13995,\"Title\":\"Kuthiramalika Palace Museum\",\"Description\":\"Kuthiramalika, Thiruvananthapuram, Kerala. Kuthiramalika ( lit. Mansion of horses) is a palace built by Swathi Thirunal Rama Varma on the south-eastern side of Padmanabhaswamy temple, Thiruvananthapuram. Contents. 1 Etymology 2 Architecture 3 Museum 4 Swathi Sangeethotsavam\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Kuthiramalika_Palace_Museum_34288_1580111609.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13996,\"Title\":\"Napier Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram, the capital city of Kerala, India.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Napier_Museum_34288_1580111802.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":14455,\"Title\":\"Kovalam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":419617,\"Name\":\"Sagara Beach Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.383637\",\"Long\":\"76.981378\",\"Address\":\"Light House Road, Kovalam, Vizhinjam, Trivandrum, Kerala State 695523\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Sagara Beach Resort in Thiruvananthapuram (Kovalam), you&#039;ll be minutes from Lighthouse Beach and Hawah Beach.  This beach hotel is within close proximity of Vizhinjam Beach and Vellayani Lake.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 97 air-conditioned rooms featuring fireplaces. Rooms have private balconies. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take time to pamper yourself with a visit to the full-service spa. Additional amenities at this hotel include wireless Internet access (surcharge), babysitting\\/childcare, and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&#039;s 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include dry cleaning\\/laundry services and an elevator (lift). A roundtrip airport shuttle is complimentary (available 24 hours), and a train station pick-up service is also provided at no charge.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/23\\/c4\\/23c48eda599108775448e19b45b86a766916dadf.jpg\",\"AccoAminitiesMask\":\"1010000100001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419621,\"Name\":\"Uday Samudra Leisure Beach\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.4014713017352\",\"Long\":\"76.97244644165\",\"Address\":\"GV Raja Road, Samudra Beach, 695527 Kovalam, Thiruvananthapuram, Kerala\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Uday Samudra Leisure Beach Hotel in Thiruvananthapuram (Kovalam), you&#039;ll be convenient to Vellayani Lake and Hawah Beach.  This 5-star hotel is within close proximity of Lighthouse Beach and Vizhinjam Beach.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 207 air-conditioned rooms featuring minibars. Wireless Internet access (surcharge) keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature complimentary toiletries and hair dryers. Conveniences include phones, as well as desks and complimentary newspapers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you&#039;re looking for recreational opportunities, you&#039;ll find a health club and an outdoor pool. This hotel also features complimentary wireless Internet access, gift shops\\/newsstands, and a hair salon.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 4 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, dry cleaning\\/laundry services, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/59\\/52\\/5952da1947814452c2941593a3c8e29755e98832.jpg\",\"AccoAminitiesMask\":\"1000000000001101000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":419622,\"Name\":\"Turtle on the Beach\",\"Star\":\"4.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.3899883822224\",\"Long\":\"76.976142058861\",\"Address\":\"VPI\\/439 ITDC ROAD, Kovalam, Thiruvananthapuram 695527, Kerala\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Turtle On The Beach in Thiruvananthapuram (Kovalam), you&#039;ll be minutes from Hawah Beach and Lighthouse Beach.  This 5-star resort is within close proximity of Vellayani Lake and Vizhinjam Beach.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 59 individually furnished guestrooms, featuring kitchens. Your room comes with a pillowtop bed. Rooms have private balconies. 32-cm LCD televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you&#039;re looking for recreational opportunities, you&#039;ll find an outdoor pool, a sauna, and a fitness center. Additional features at this resort include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant or in a coffee shop\\/cafe. Or stay in and take advantage of the resort&#039;s 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour business center, limo\\/town car service, and express check-in. Planning an event in Thiruvananthapuram? This resort has 1919 square feet (178 square meters) of space consisting of conference space and meeting rooms. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/06\\/8d\\/068dc97ebe2709d73a0e0038643b1490d1746cb4.jpg\",\"AccoAminitiesMask\":\"1010000100001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\u00a0AC LUXURY\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":520,\"Title\":\"Fort Kochi\",\"Description\":\"Fort Kochi beach is located on the western coast of India and is often known as the &amp;#039;Queen of the Arabian Sea&amp;#039;. It&amp;#039;s a serene beach that offers a scenic view and natural beauty to its visitors. With its pristine water and tranquil ambience, it is extremely admired by tourists and local people as well.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.962765,\"Long\":76.2747035,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2239\\/thumb\\/Fort Kochi_933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":769,\"Title\":\"Jewish Synagogue\",\"Description\":\"Jewish Synagogue, Fort Kochi the place not far away from the city of Kochi can ideally be termed as a cultural melting pot of Kerala. This small geographical entity is perhaps unique in the world due to its cultural representations. Be it for people from other parts of India or those from far off lands like those in the Middle-East and Europe, Fort Kochi at various stages of time in the past welcomed them all to settle down and lead a life in harmony with the native folks. \\r\\n\\r\\nVisitors to Fort Kochi would invariably be treated to many a cultural representation. They all have left their marks in the form of traders, asylum seekers, rulers and those who came to spread their religious faiths. What we are going to unravel is a landmark in a place called Mattancherry in Fort Kochi a monumental one that rose from the cultural traits and religious beliefs of a community that came to Kochi seeking asylum. The Jews of Fort Kochi, who fled their homeland - Israel during the Diaspora embraced Fort Kochi as their second home.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.9568914,\"Long\":76.2597473,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633568.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1759,\"Title\":\"The Dutch Palace\",\"Description\":\"The Mattancherry Palace is located about 12 km from Ernakulam. One of the finest examples of the Kerala style of architecture mixed with colonial influences, the Portuguese built it as a gift to King Veera Kerala Verma. It came to be known as the Dutch Palace as it underwent major repairs at the hands of the Dutch. It is among the most popular tourist destinations in the Fort Kochi area.\\r\\n\\r\\nThe deity of the royal family, &amp;#039;PazhayannurBhagavathi&amp;#039; (the Goddess of Pazhayannur) is placed in the central courtyard. It boasts of a brilliant collection of murals that retell the great Indian epics Ramayana and Mahabharata along with revered Gods of the Hindu faith like Guruvayoorappan. Most of them are said to have been done between the 17th and 18th century. It covers an area of almost 300 sq. km.There are many other interesting exhibits here as well that constantly inspire intrigue. These include the life-size portraits of all the kings of Cochin since 1864, sheathed swords, daggers and axes together with ceremonial spears decorated with feathers. Royal caps, coins issued by the Kings of Cochin, silver sequined gowns, royal umbrellas made of silk and brass, along with plans laid out for Cochin by the Dutch can also be viewed here.\",\"CurrencyType\":0,\"CityId\":14275,\"CityName\":\"Kochi\",\"Lat\":9.956994,\"Long\":76.2533207,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14275\\/sightseeing\\/38_1521633107.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1157,\"Title\":\"Munnar City Tour\",\"Description\":\"Munnar is a delightful hill station and one of the most popular hill stations in God&amp;rsquo;s Own Country, Kerala. It is situated in Western Ghats at an altitude of 6000 ft and is located in Idukki district of Kerala. This picturesque hill station beckons nature lovers from far and near. Large tea plantations, forests, hill ranges, valleys and wildlife makes anyone fall in love with this place. Some of the major attractions of this place are Mattupetty Dam, Echo Point, Attukal Waterfalls, Rajamalai Wildlife Sanctuary, etc.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Munnar_City_Tour_18697_1521696378.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":472,\"Title\":\"Echo Point\",\"Description\":\"Echo Point is a very beautiful place in Munnar, which got its name from natural echo phenomenon situated at a scenic lake bank. When one scream at here, he will be hearing his voice returning to him. Placed at an altitude about 600 ft, Echo Point is located 15 km away from Munnar, on the way to Top Station. It has a greenish look as it is covered with abundant green sceneries. It is an adventurous destination, which will be a perfect choice for those who love to have a nature walk or trekking.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/21_1500898299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":493,\"Title\":\"Eravikulam National Park\",\"Description\":\"Eravikulam national park is spread over an extensive area of 97 sq km along the crest of Western Ghats in the high ranges of Idukki district. Located 15 km from Munnar, the national park is one of most important tourist destinations in Kerala and is managed by the Kerala Department of Forest and Wildlife, Munnar. Most of the areas of the national park are consistent hill plateau. The forests here are commonly known as &amp;lsquo;shoals&amp;rsquo; &amp;ndash; evergreen tropical and sub tropical moist broadleaf forest.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/36_1520863374.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1097,\"Title\":\"Mattupetty Dam\",\"Description\":\"Mattupetty Dam is among the most visited destinations in the tourist hotbed of Munnar. It is a storage Concrete Gravity dam built in the mountains of Kerala, India to conserve water for hydro electricity. It is a beautiful picnic spot that regularly attracts visitors. The view of the valley is breath-taking and one gets to simply relax and enjoy the beautiful weather. The lush green tea plantations and forests are ideal for trekking and host a large number of unique bird species.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Mattupetty_Dam_18697_1521698026.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1740,\"Title\":\"Tea Museum\",\"Description\":\"A Tea Museum has been established by Tata Tea in 2005 which has photographs and machineries, which chronicle the history and growth of tea in the area. The museum set up at the Nallathanni Estate of Tata Tea depicts the transition from the rudimentary tea roller to the modern fully-automated tea factory. One can also see a sundial, the &amp;#039;Pelton Wheel&amp;#039;, tea roller, and a rail engine wheel. A demonstration room for tea tasting is also an attraction where one would come across different varieties of tea.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0943289,\"Long\":77.0504451,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Tea_Museum_18697_1521638784.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1351,\"Title\":\"Periyar Lake\",\"Description\":\"At a distance of 54 km from Idukki, 143 km from Kochi, 211 km from Trivandrum, 111 km from Kottayam, 136 km from Madurai and 82 km from Munnar, Periyar Wildlife Sanctuary, one of the best wildlife sanctuaries in India, is located in Thekkady in Idukki district of Kerala. It is located at a distance of 4 km from Kumily on Kerala - Tamilnadu boarder. It is one of the most famous Tourist places in kerala and also a well know summer getaway in Kerala state. Thekkady is also known as one of the scenic Kerala Backwater trips in Periyar lake.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516803371.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1871,\"Title\":\"Vembanad Lake\",\"Description\":\"Vembanad (Vembanad Kayal or Vembanad Kol) is the longest lake in India, and the largest lake in the state of Kerala. Spanning several districts in the state of Kerala, it is known as Vembanadu Lake in Kottayam, Punnamada Lake in Kuttanad and Kochi Lake in Kochi. Several groups of small islands including Vypin, Mulavukad, Vallarpadam, Willingdon Island are located in the Kochi Lake portion. Kochi Port is built around the Willingdon Island and the Vallarpadam island.\",\"CurrencyType\":0,\"CityId\":14578,\"CityName\":\"Kumarakom\",\"Lat\":9.5865373,\"Long\":76.4372116,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5531\\/thumb\\/Vembanad_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":14010,\"Title\":\"Jatayu Earth Centre\",\"Description\":\"Jatayu Earth&amp;rsquo;s Center, also known as Jatayu Nature Park or Jatayu Rock, is a park and tourism centre at Chadayamangalam in Kollam district of Kerala. World famous Varkala Beach is 26km from here. It stands at an altitude of 350m above mean sea level.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Jatayu_Earth_Centre_34288_1580113864.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":838,\"Title\":\"Kanyakumari Beach\",\"Description\":\"Kanyakumari beach with its beautiful hue-changing beaches, the confluence of three water bodies as well as the places of religious, historic and spiritual interests is one of the most exotic destinations in India and will never cease to amuse you with its sheer magnificence. The three distinct shades of the Bay of Bengal, The Indian Ocean and the Arabian Sea can be distinguished easily. Another exciting thing to do nearby will be the exciting water sports.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0877344,\"Long\":77.546716,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/930\\/thumb\\/Kanyakumari Beach_278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1891,\"Title\":\"Vivekananda Rock Memorial\",\"Description\":\"It is situated on one of the two adjacent rocks projecting out of the Lakshadweep Sea and comprises of the &amp;#039;Shripada Mandapam&amp;#039; and the &amp;#039;Vivekananda Mandapam&amp;#039;. The island on which the statue is located is said to have been the site where Vivekananda attained enlightenment.\",\"CurrencyType\":0,\"CityId\":13520,\"CityName\":\"Kanyakumari\",\"Lat\":8.0883064,\"Long\":77.5384507,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/100\\/thumb\\/Rock Memorial_919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13995,\"Title\":\"Kuthiramalika Palace Museum\",\"Description\":\"Kuthiramalika, Thiruvananthapuram, Kerala. Kuthiramalika ( lit. Mansion of horses) is a palace built by Swathi Thirunal Rama Varma on the south-eastern side of Padmanabhaswamy temple, Thiruvananthapuram. Contents. 1 Etymology 2 Architecture 3 Museum 4 Swathi Sangeethotsavam\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Kuthiramalika_Palace_Museum_34288_1580111609.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":13996,\"Title\":\"Napier Museum\",\"Description\":\"The Napier Museum is an art and natural history museum situated in Thiruvananthapuram, the capital city of Kerala, India.\",\"CurrencyType\":0,\"CityId\":34288,\"CityName\":\"Trivandrum\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34288\\/sightseeing\\/Napier_Museum_34288_1580111802.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"185044\",\"Title\":\"Day 01 \\u2013 Arrival in Kochi\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>On arrival proceed to Kochi city Hotel. Later proceed for Kochi sightseeing including Fort Kochi and Mattancherry, consists of Jewish Synagogue (closed on Fridays), Mattancherry Palace also known as Dutch Palace (closed on Friday afternoon and Saturday), Famous Chinese Fishing nets, St. Francis Church and Many more historic sites. Later free at leisure. Overnight stay in Kochi Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14275,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480471,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480472,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":480473,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":520,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":769,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1759,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185047\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14275,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185050\",\"Title\":\"Day 02 \\u2013 Drive from Kochi to Munnar (150 kms \\/ approx. 4.5 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Visit Abhayaranyam, a place where rehabilitating elephants are taken care of (Subject to Exemption of Current restriction - COVID 19). After Breakfast proceeds to Munnar, a famous Hill station in Kerala. Munnar derived its name from the confluence of the three rivers around which the town grew. Today, it offers beautiful vistas, cardamom and spice plantations, a large variety of flora and fauna. Overnight stay in Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480440,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419237,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":480441,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1157,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185053\",\"Title\":\"Munnar Local Sightseeing in Eravikulam national park\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Explore Eravikulam National Park, home to various elusive and endangered species. It is a great place to enjoy trekking and offers mind-blowing views of the tea plantations. Later, proceed towards the Tea Museum (closed on Monday), which gives an insight into the history of tea plantations of this region. Later visit Mattupetty Dam, Eco Point, and Flower Garden. Overnight in Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480440,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419237,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":480441,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":472,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":493,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1740,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185056\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185059\",\"Title\":\"Day 04 \\u2013 Munnar \\u2013 Thekkady (130 kms \\/ approx. 4 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast, drive to Thekkady (Periyar) and on arrival check-in at the hotel. Enjoy a sightseeing tour of Periyar. Set high in the ranges of the Western Ghats in Kerala, is the Periyar National Park and Tiger Reserve. Periyar wildlife sanctuary has a picturesque lake at the heart of the sanctuary. Herds of playful wild elephants have made Periyar Lake their favorite haunt for frolicking in the water. They can be witnessed bathing and swimming here. Enjoy a boat ride on the lake to view the wildlife at close quarters. Other inhabitants of Periyar include the leopard, wild dog, barking deer, mouse deer, Nilgiri langur, bonnet macaque, sambhar, porcupines, squirrels, gaur (Indian bison), wild boar, and sloth bear. Later, take a spice plantation tour. The aroma and pleasant ambiance of the spice and tea plantations of Periyar are fascinating. Spices found in Thekkady include pepper, clove, cardamom, nutmeg, ginger, turmeric, vanilla, and curry leaves. Overnight in Thekkady<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":480442,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1351,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1352,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185062\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185065\",\"Title\":\"Day 05 \\u2013 Drive from Thekkady \\u2013 Kumarakom (130 kms \\/ approx. 4 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast get transferred to Kumarakom - a charming emerald peninsula jutting into the picturesque Vembanad Lake dotted with innumerable traditional country rafts, boats, and canoes. The freshwater of the lake flows into the mainland, making a labyrinth of lagoons, canals, and waterways. Spend the rest of the day at the beautiful resort of Kumarakom. Overnight at Kumarakom.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419717,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":115176,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481735,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1871,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185068\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14578,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185071\",\"Title\":\"Day 06 \\u2013 Drive from Kumarakom \\u2013 Kovalam (180 kms \\/ approx. 4.5 hours)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>This morning you experience the Village life of Kumarakom or you can opt to proceed to Jatayu Earth Centre for adventure activities. Aymanam Village Visit Aymanam is a typical Kerala village (08 km away from Kumarakom). Arundhati Roy&#39;s Booker prize-winning novel &ldquo;The God of Small Things&rdquo; was set at Aymanam. Aymanam village is a gem hidden in the landscape of Kerala. While there are no particular sightseeing places or tourist attractions in the village, the vibe and ambiance of the village make people come back to it again and again. The best things to do here would be taking a stroll through the natural setting, exploring the beauty of the village, and getting to know the locals of the region and their customs and traditions. This village visit includes Interaction with Kathakali Master, Canoe Ride, Temple Visit, Traditional Kerala Lunch (subject to availability), and English Speaking Guide.<\\/p>\\r\\n\\r\\n<p>OR<\\/p>\\r\\n\\r\\n<p>Jatayu Earth&rsquo;s Center, which situates at Chatayamangalam. It has the World&rsquo;s Largest Bird Sculpture, Swiss-made Cable Car Ride, Rock Adventure Activities, Heli Ride, Zip Line. Later drive towards, Kovalam- located close to the state capital Trivandrum, it is internationally famed for its palm-fringed beaches and rejuvenating centers. This coastal town initially came to notice with the construction of Halcyon Castle by the last Maharani of Travancore - Sethu Lakshmi Bayi. With the arrival of hippies in the 1970s, the place gained recognition as a tourist destination and is today renowned for its 17 km itinerary long coastline, which is formed by three beautiful beaches - Lighthouse, Hawah, and Samudra.<\\/p>\\r\\n\\r\\n<p>Upon arrival, check in at the hotel and spend the rest of the day at leisure. Overnight in Kovalam<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419617,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419621,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419622,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":14010,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185074\",\"Title\":\"Day 07 \\u2013 Excursion to Kanyakumari \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Today, enjoy a full-day excursion to Kanyakumari. Kanyakumari is the southernmost point of peninsular India and the meeting point of three oceans-the Bay of Bengal, the Arabian Sea, and the Indian Ocean. The multicolored sand is a unique feature of the beach here. Visit the Kumari Amman or the Kanyakumari Temple, located on the shore. It is dedicated to a manifestation of Parvati. Swami Vivekananda is said to have sat in deep meditation here. Visit the famous Vivekananda Rock Memorial built-in 1970. Also visit the Gandhi Memorial, built on the spot where the urn containing the Mahatma&#39;s ashes was kept for public viewing before immersion. Return to Kovalam for an overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":419617,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":419621,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419622,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":838,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1891,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"185077\",\"Title\":\"Day 08 \\u2013 Kovalam \\u2013 Trivandrum Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast, enjoy a half-day sightseeing trip to Trivandrum. Visit the Napier Museum, built in the 19th century. This Indo - Saracenic structure boasts of a &quot;natural&quot; air-conditioning system and houses a rare collection of archaeological and historic artifacts&hellip; bronze idols, ancient ornaments, a temple chariot, and ivory carvings. Located near the Museum, the Shree Chitra Kala Art Gallery displays select paintings of Raja Ravi Varma, Svetlova, and Nicholas Roerich, and exquisite works from the Rajput, Mughal, and Tanjore schools of Art. Visit the Kuthiramalika Palace, built by the King of Travancore. The palace museum displays paintings and various priceless collections of the royal family you will be transferred to Trivandrum airport for a return flight back home. End of Services<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14455,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":13995,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13996,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25742\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17941.35\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"17941.35\",\"priceSingleOcc\":35882.7,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3591.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17941.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"17941.35\",\"priceSingleOcc\":35882.7,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3591.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17941.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"17941.35\",\"priceSingleOcc\":35882.7,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3591.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17941.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"17941.35\",\"priceSingleOcc\":35882.7,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3591.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17941.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"17941.35\",\"priceSingleOcc\":35882.7,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3591.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17941.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":18312,\"priceDoubleOcc\":\"23530.50\",\"priceSingleOcc\":41471.85,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"3591.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23530.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25743\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24594.15\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":20386,\"priceDoubleOcc\":\"24594.15\",\"priceSingleOcc\":49188.3,\"priceExtraBed\":\"11970.00\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24594.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":20386,\"priceDoubleOcc\":\"24594.15\",\"priceSingleOcc\":49188.3,\"priceExtraBed\":\"11970.00\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24594.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":20386,\"priceDoubleOcc\":\"24594.15\",\"priceSingleOcc\":49188.3,\"priceExtraBed\":\"11970.00\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24594.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":20386,\"priceDoubleOcc\":\"24594.15\",\"priceSingleOcc\":49188.3,\"priceExtraBed\":\"11970.00\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24594.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":20386,\"priceDoubleOcc\":\"24594.15\",\"priceSingleOcc\":49188.3,\"priceExtraBed\":\"11970.00\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24594.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":24112,\"priceDoubleOcc\":\"30183.30\",\"priceSingleOcc\":54777.45,\"priceExtraBed\":\"11970.00\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30183.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25744\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30703.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25139,\"priceDoubleOcc\":\"30703.05\",\"priceSingleOcc\":61406.1,\"priceExtraBed\":\"14011.20\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30703.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25139,\"priceDoubleOcc\":\"30703.05\",\"priceSingleOcc\":61406.1,\"priceExtraBed\":\"14011.20\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30703.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25139,\"priceDoubleOcc\":\"30703.05\",\"priceSingleOcc\":61406.1,\"priceExtraBed\":\"14011.20\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30703.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25139,\"priceDoubleOcc\":\"30703.05\",\"priceSingleOcc\":61406.1,\"priceExtraBed\":\"14011.20\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30703.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":25139,\"priceDoubleOcc\":\"30703.05\",\"priceSingleOcc\":61406.1,\"priceExtraBed\":\"14011.20\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30703.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":28866,\"priceDoubleOcc\":\"36293.25\",\"priceSingleOcc\":66996.3,\"priceExtraBed\":\"14011.20\",\"priceWithoutBed\":\"4095.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36293.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25742\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17087.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":13891,\"priceDoubleOcc\":\"17087.00\",\"priceSingleOcc\":34174,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"3420.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17087.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":13891,\"priceDoubleOcc\":\"17087.00\",\"priceSingleOcc\":34174,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"3420.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17087.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":13891,\"priceDoubleOcc\":\"17087.00\",\"priceSingleOcc\":34174,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"3420.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17087.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":13891,\"priceDoubleOcc\":\"17087.00\",\"priceSingleOcc\":34174,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"3420.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17087.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":13891,\"priceDoubleOcc\":\"17087.00\",\"priceSingleOcc\":34174,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"3420.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17087.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":17440,\"priceDoubleOcc\":\"22410.00\",\"priceSingleOcc\":39497,\"priceExtraBed\":\"7500.00\",\"priceWithoutBed\":\"3420.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22410.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25743\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23423.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19415,\"priceDoubleOcc\":\"23423.00\",\"priceSingleOcc\":46846,\"priceExtraBed\":\"11400.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23423.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19415,\"priceDoubleOcc\":\"23423.00\",\"priceSingleOcc\":46846,\"priceExtraBed\":\"11400.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23423.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19415,\"priceDoubleOcc\":\"23423.00\",\"priceSingleOcc\":46846,\"priceExtraBed\":\"11400.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23423.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19415,\"priceDoubleOcc\":\"23423.00\",\"priceSingleOcc\":46846,\"priceExtraBed\":\"11400.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23423.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":19415,\"priceDoubleOcc\":\"23423.00\",\"priceSingleOcc\":46846,\"priceExtraBed\":\"11400.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23423.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":22964,\"priceDoubleOcc\":\"28746.00\",\"priceSingleOcc\":52169,\"priceExtraBed\":\"11400.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28746.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25744\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29241.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23942,\"priceDoubleOcc\":\"29241.00\",\"priceSingleOcc\":58482,\"priceExtraBed\":\"13344.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29241.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23942,\"priceDoubleOcc\":\"29241.00\",\"priceSingleOcc\":58482,\"priceExtraBed\":\"13344.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29241.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23942,\"priceDoubleOcc\":\"29241.00\",\"priceSingleOcc\":58482,\"priceExtraBed\":\"13344.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29241.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23942,\"priceDoubleOcc\":\"29241.00\",\"priceSingleOcc\":58482,\"priceExtraBed\":\"13344.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29241.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":23942,\"priceDoubleOcc\":\"29241.00\",\"priceSingleOcc\":58482,\"priceExtraBed\":\"13344.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29241.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-04-30\",\"To\":\"2021-09-30\",\"Currency\":1,\"priceTripleOcc\":27491,\"priceDoubleOcc\":\"34565.00\",\"priceSingleOcc\":63806,\"priceExtraBed\":\"13344.00\",\"priceWithoutBed\":\"3900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34565.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;GST if not mentioned in the rates.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis. Note: Air-Conditioner in vehicles&amp;nbsp;may not be operated in Hilly areas.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"185044\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[185044],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185047\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[185047],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185050\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[185050],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185053\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[185053],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185056\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[185056],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185059\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[185059],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185062\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[185062],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185065\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[185065],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185068\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[185068],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185071\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[185071],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185074\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[185074],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"185077\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[185077],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Kochi,Munnar,Thekkady,Kumarakom,Kovalam', 'Kochi,Kerala,Indian Subcontinent,South India,India,Munnar,Thekkady,Kumarakom,Kovalam,Kanyakumari,Trivandrum', NULL, '14275,18697,27156,14578,14455', 17087, 36293, 7, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2021-09-30 00:00:00', '2021-09-30 00:00:00', 3, 'India', '101', '2022-01-21 12:09:31', '2022-01-21 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'discovery-of-kerala', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(18, 15399, 1, 9840, 0, 0, 0, 'Honeymoon,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":15399,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Dubai_Extravaganza_47.jpg\",\"BookingValidUntill\":\"2022-07-01\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Dubai Extravaganza\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4360\",\"SupplierName\":\"Turning Point Tourism LLC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-07-01\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":2775,\"Title\":\"Dhow Cruise\",\"Description\":\"Dhow Cruise is a novel experience,which you cannot miss when in Dubai.Enjoy dinner on a Dhow Cruise with the facinating lights of Dubai creek with music and belly dancing.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dhow_Cruise_8219_1519026799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3723,\"Title\":\"Half Day City tour\",\"Description\":\"AFTER BREAKFAST ENJOY YOUR HALF DAY DUBAI CITY TOUR\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/35_1519134605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3160,\"Title\":\"Abu Dhabi city tour with Ferrari world\",\"Description\":\"After breakfast at hotel get ready  08:30 Am for Abu Dhabi City Tour: Drive around Abu Dhabi City on a tour Cab, and pay a visit to the Grand Mosque while you&amp;#039;re in the city. \\r\\n\\r\\nFerrari World: Visit the famous Ferrari World at Yas Island, a one-of-its-kind Ferrari theme park! Experience exciting rides, drives, games and shows for a true F1 experience.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.4851552,\"Long\":54.6075651,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Abu_Dhabi_city_tour_with_Ferra_8219_1519040949.gif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3120,\"Title\":\"Burj Khalifa\",\"Description\":\"Burj Khalifa is the tallest building in the world with height of 828 meters. It is the most popular among tourists attraction in Dubai, initially named as Burj Dubai. One of the building&amp;rsquo;s biggest attractions is its observatory deck. It is located on the 124th level of the building.\\r\\nThere are 163 floors with 58 functional elevators, 2957 parking spaces, 304 hotels and 900 apartments. The building was completed in 2010. The total cost of building Burj Khalifa was 1.5 billion. The design of the tower is inspired by the shape of Hymenocallis flower. \\r\\nBurj Khalifa has broken two impressive records: &amp;ldquo;tallest structure&amp;rdquo; and &amp;ldquo;tallest free-standing structure&amp;rdquo; other than the world&amp;rsquo;s &amp;ldquo;tallest building&amp;rdquo;. The tower also holds world records for  &amp;lsquo;highest occupied floor&amp;rsquo;, &amp;lsquo;highest number of stories&amp;rsquo;, &amp;lsquo;longest travel distance elevators&amp;rsquo;, &amp;lsquo;tallest service elevator&amp;rsquo; and &amp;lsquo;second highest outdoor observatory deck&amp;rsquo;.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1972,\"Long\":55.2744,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Burj_Khalifa_8219_1517481430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3626,\"Title\":\"Dubai Aquarium &amp; Under Water Zoo\",\"Description\":\"Dubai Aquarium &amp;amp; Under Water Zoo is the largest suspended aquariums in the world. It has everything to keep the entire family happy.The Aquarium houses thousands of aquatic animals, comprising over 140 species. Over 300 sharks and rays live in this tank, including the largest collection of Sand Tiger sharks in the world, plus a creepy crawly zone with snakes.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1973877,\"Long\":55.2790805,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dubai_Aquarium_&amp;_Under_Water_Z_8219_1519045726.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"109363\",\"Title\":\"Arrival Dubai -  Dhow Cruise\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Dubai. Arrive at Dubai airport and transfer to your hotel. On arrival check in to your hotel. You have the rest of the day at leisure. . Later in the evening proceed for Dhow Cruise with buffet dinner. Experience cruising on a traditional wooden vessel surrounded by Arabic music and continental buffet dinner in the heart of Dubai. On completion of dinner, transfer to your hotel. Overnight in Dubai<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109366\",\"Title\":\"Dubai \\u2013 Half day City tour and Desert Safari\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Today you will experience the historic sites and vibrant cosmopolitan life of Dubai on this comprehensive sightseeing tour of the city. Visit the famous Jumeirah Mosque, stop at Jumeriah Public Beach, passing bay Jumeirah Beach Hotel, and stop for photo at Burj Al Arab the most luxurious and tallest standing hotel in the world. Then pass by the Sheikh&#39;s Mohamed palace. Later in the evening proceed for Desert Safari. The drive continues across the desert. Stop to watch the beautiful sunset before reaching the campsite, where you have the opportunity to do a camel ride, sand boarding (at additional cost). After working up an appetite, enjoy a delicious barbeque dinner followed by belly dancing performance. Return to hotel with amazing memories of the desert safari. Overnight in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3723,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109369\",\"Title\":\"Dubai \\u2013 Abu Dhabi City tour with Ferrari World\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>Today we drive to Abu Dhabi. On arrival we visit Sheikh Zayed Mosque &ndash; A gem of Abu Dhabi and one of the largest mosque in the world. Kindly remember while entering the Mosque ladies are requested to cover their head and wear full sleeves clothes. Also it is advisory for men not wear shorts or sleeveless t-shirts. Later we visit Ferrari World - explore this largest indoor theme park and feel the excitement of each attractions Like, Speed of magic, Viaggio in Italia, Fiorano GT Challenge, Formula Rossa etc. Overnight in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3160,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109372\",\"Title\":\"Dubai \\u2013 Burj Khalifa - Aquarium and Underwater Zoo\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>Today you will have the time of your life. Visit Aquarium and Underwater Zoo inside Dubai Mall. View the rare wildlife species at the Dubai Zoo. Experience the thrill, view the rare wildlife species, underwater tunnel under a huge shark &amp; ray-filled tank, plus a creepy crawly zone with snakes. Later visit the tallest building in the world &ndash; Burj Khalifa at the Top, from here we will get amazing view of this city from tower&rsquo;s 124th Floor. Afternoon is free. You can explore Dubai on your own or visit Dubai Mall for shopping. In the evening enjoy colorful fountain show Overnight in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3626,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109375\",\"Title\":\"Dubai \\u2013 Day at Leisure\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>Today after breakfast, proceed to Dubai Dolphinarium and enjoy the Dolphin show. Later in evening visit La Perle by Dragone show and immerse yourself in the live show that takes inspiration from Dubai&rsquo;s past, present and future. Overnight in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109378\",\"Title\":\"Dubai \\u2013 Day at Leisure\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>After breakfast day is at leisure. You can explore Dubai on your own or visit Dubai Mall for shopping. Overnight in Dubai.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109381\",\"Title\":\"Dubai \\u2013 Hometown\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>After breakfast it&rsquo;s time to check out .Transfer to the airport for your onward flight or back home. Holiday Concludes! Let&rsquo;s stay in touch on facebook\\/email and meet again on another memorable Holiday. See you soon!<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>The &ldquo;Tourism Dirham&rdquo; as introduced by Dubai DTCM- (Department of Tourism and Commerce Marketing) - based on the Executive Council Resolution No. 2 of 2014, which was communicated on the 24th of February 2014, a minimal charge depending on the Hotel category will be applicable as of 31st of March 2014 onwards. This is a fee that applies to all occupied room nights in Dubai and will be charged to guests at the time of check-out @ 5 Star or above hotel \\/ Resort or Deluxe hotel Apartments &ndash; AED 20.00 {USD 6.00} \\/ 4 Star hotel \\/ Resort or Superior hotel apartments &ndash; AED 15.00 {USD 4.00) \\/ 3 Star hotel \\/ Resort or Standard hotel apartments &ndash; AED 10.00 {USD 3.00} per occupied room per night<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"15399\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31510,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":74520,\"priceExtraBed\":\"28175.00\",\"priceWithoutBed\":\"18170.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31510,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":74520,\"priceExtraBed\":\"28175.00\",\"priceWithoutBed\":\"18170.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31510,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":74520,\"priceExtraBed\":\"28175.00\",\"priceWithoutBed\":\"18170.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31510,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":74520,\"priceExtraBed\":\"28175.00\",\"priceWithoutBed\":\"18170.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31510,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":74520,\"priceExtraBed\":\"28175.00\",\"priceWithoutBed\":\"18170.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31510,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":74520,\"priceExtraBed\":\"28175.00\",\"priceWithoutBed\":\"18170.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"15400\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36225,\"priceDoubleOcc\":\"36800.00\",\"priceSingleOcc\":86020,\"priceExtraBed\":\"33925.00\",\"priceWithoutBed\":\"19320.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36225,\"priceDoubleOcc\":\"36800.00\",\"priceSingleOcc\":86020,\"priceExtraBed\":\"33925.00\",\"priceWithoutBed\":\"19320.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36225,\"priceDoubleOcc\":\"36800.00\",\"priceSingleOcc\":86020,\"priceExtraBed\":\"33925.00\",\"priceWithoutBed\":\"19320.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36225,\"priceDoubleOcc\":\"36800.00\",\"priceSingleOcc\":86020,\"priceExtraBed\":\"33925.00\",\"priceWithoutBed\":\"19320.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36225,\"priceDoubleOcc\":\"36800.00\",\"priceSingleOcc\":86020,\"priceExtraBed\":\"33925.00\",\"priceWithoutBed\":\"19320.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36225,\"priceDoubleOcc\":\"36800.00\",\"priceSingleOcc\":86020,\"priceExtraBed\":\"33925.00\",\"priceWithoutBed\":\"19320.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"15401\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":54625,\"priceDoubleOcc\":\"55200.00\",\"priceSingleOcc\":118450,\"priceExtraBed\":\"51980.00\",\"priceWithoutBed\":\"28980.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":54625,\"priceDoubleOcc\":\"55200.00\",\"priceSingleOcc\":118450,\"priceExtraBed\":\"51980.00\",\"priceWithoutBed\":\"28980.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":54625,\"priceDoubleOcc\":\"55200.00\",\"priceSingleOcc\":118450,\"priceExtraBed\":\"51980.00\",\"priceWithoutBed\":\"28980.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":54625,\"priceDoubleOcc\":\"55200.00\",\"priceSingleOcc\":118450,\"priceExtraBed\":\"51980.00\",\"priceWithoutBed\":\"28980.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":54625,\"priceDoubleOcc\":\"55200.00\",\"priceSingleOcc\":118450,\"priceExtraBed\":\"51980.00\",\"priceWithoutBed\":\"28980.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":54625,\"priceDoubleOcc\":\"55200.00\",\"priceSingleOcc\":118450,\"priceExtraBed\":\"51980.00\",\"priceWithoutBed\":\"28980.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"15399\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30140,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":71280,\"priceExtraBed\":\"26950.00\",\"priceWithoutBed\":\"17380.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30140,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":71280,\"priceExtraBed\":\"26950.00\",\"priceWithoutBed\":\"17380.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30140,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":71280,\"priceExtraBed\":\"26950.00\",\"priceWithoutBed\":\"17380.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30140,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":71280,\"priceExtraBed\":\"26950.00\",\"priceWithoutBed\":\"17380.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30140,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":71280,\"priceExtraBed\":\"26950.00\",\"priceWithoutBed\":\"17380.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30140,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":71280,\"priceExtraBed\":\"26950.00\",\"priceWithoutBed\":\"17380.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"15400\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":34650,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":82280,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"18480.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":34650,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":82280,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"18480.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":34650,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":82280,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"18480.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":34650,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":82280,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"18480.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":34650,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":82280,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"18480.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":34650,\"priceDoubleOcc\":\"35200.00\",\"priceSingleOcc\":82280,\"priceExtraBed\":\"32450.00\",\"priceWithoutBed\":\"18480.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"15401\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":52250,\"priceDoubleOcc\":\"52800.00\",\"priceSingleOcc\":113300,\"priceExtraBed\":\"49720.00\",\"priceWithoutBed\":\"27720.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":52250,\"priceDoubleOcc\":\"52800.00\",\"priceSingleOcc\":113300,\"priceExtraBed\":\"49720.00\",\"priceWithoutBed\":\"27720.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":52250,\"priceDoubleOcc\":\"52800.00\",\"priceSingleOcc\":113300,\"priceExtraBed\":\"49720.00\",\"priceWithoutBed\":\"27720.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":52250,\"priceDoubleOcc\":\"52800.00\",\"priceSingleOcc\":113300,\"priceExtraBed\":\"49720.00\",\"priceWithoutBed\":\"27720.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":52250,\"priceDoubleOcc\":\"52800.00\",\"priceSingleOcc\":113300,\"priceExtraBed\":\"49720.00\",\"priceWithoutBed\":\"27720.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":52250,\"priceDoubleOcc\":\"52800.00\",\"priceSingleOcc\":113300,\"priceExtraBed\":\"49720.00\",\"priceWithoutBed\":\"27720.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":[],\"AllowBookingType\":1,\"FlightData\":[]}}', 'Dubai', 'Dubai,Middle East,United Arab Emirates,Abu Dhabi', NULL, '8219', 30800, 55200, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-07-01 00:00:00', '2022-07-01 00:00:00', 3, 'United Arab Emirates', '228', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'dubai-extravaganza', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(19, 15345, 1, 9840, 0, 0, 0, 'Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":15345,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Dubai_Jewels_68.jpg\",\"BookingValidUntill\":\"2022-07-01\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Dubai Jewels\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4360\",\"SupplierName\":\"Turning Point Tourism LLC\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-07-01\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3224,\"Title\":\"Bollywood Theme Park\",\"Description\":\"Enjoy the unforgettable experience of your favourite Bollywood blockbusters coming to life at Dubai&amp;rsquo;s one-of-a-kind Bollywood Park! Step into a fantastic cinematic world and explore the 5 zones: Bollywood Boulevard Mumbai Chowk Rustic Ravine Royal Plaza and Bollywood Film Studios.\\r\\n\\r\\nEnjoy cinematic simulation rides blockbuster attractions flamboyant live shows extraordinary entertainment fine dining street food and shop at numerous boutiques in a theme park dedicated to all things Bollywood!\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.920851,\"Long\":55.0093677,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/bollywood_theme_park_8219_1519026127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3723,\"Title\":\"Half Day City tour\",\"Description\":\"AFTER BREAKFAST ENJOY YOUR HALF DAY DUBAI CITY TOUR\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/35_1519134605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3130,\"Title\":\"Desert Safari Dubai\",\"Description\":\"Dubai is a wide playground for adventure enthusiasts. Striking the desert sands in a monstrous 4x4 SUV is where the enjoyement begins. A Dubai desert safari is the ultimate travel experience complete with dune bashing, camel rides and a mouth-watering BBQ dinner accompanied by a belly dancing performance. \\r\\nAdmire the spectacular scenery of the Red Dunes of Al Hibab and spend an adventurous 30 minutes of hard dune bashing. Later reach the camp where one should experience a short camel trek, try out the traditional henna hand decoration of the East, sand ski and enjoy a show consisting of belly dancing, and amazing Tanoura dancing. Other activities at the camp include quad biking, hookah, a sand art display, Arabic coffee, falcon photography, and a carpet stall. \\r\\nDont forget to get a camera  when going to a desert safari in Dubai as the views are breath taking and awesome.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.11854,\"Long\":55.207517,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Desert_Safari_Dubai_8219_1517577772.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3369,\"Title\":\"Miracle Garden\",\"Description\":\"Get lost in a one-of-a-kind world of wonderment at Dubai Miracle Garden. Located in Al Barsha South the park is home to the regions biggest flower garden with more than 45 million blooming flowers across 72000sq\\/m all showcased in a variety of immense sculptures and designs. Feast your eyes on blooming pyramids stars igloos and hearts. Marvel at the record-breaking wall of flowers or take a stroll under a ceiling of colourful umbrellas. Bursting with vibrant displays the park feels more like an immersive art exhibit than a tourist attraction. Youll leave knowing youve truly witnessed a miracle: a mega garden in the middle of a desert.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":40.0229448,\"Long\":-82.9629605,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Miracle_Garden_8219_1519031713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":15587,\"Title\":\"Gold Souk\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/4539_1591679583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":2775,\"Title\":\"Dhow Cruise\",\"Description\":\"Dhow Cruise is a novel experience,which you cannot miss when in Dubai.Enjoy dinner on a Dhow Cruise with the facinating lights of Dubai creek with music and belly dancing.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dhow_Cruise_8219_1519026799.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":2011,\"Title\":\"Dubai Mall\",\"Description\":\"The Dubai Mall is a big treasure for fashion lovers having every major fashion brand in the world. Garlanded with a 440,000 square feet Fashion Walk, which is renowned as the largest pool of fashion brands all under one roof anywhere in the world, This mall is established so well that it is ready to become the next fashion capital of the world. It is contributing a lot in increasing Dubai tourism.This mall&amp;rsquo;s Fashion Avenue embraces of high and mid-fashion outlets that pay service to haute tailoring and some of the finest designer brands in Dubai. The Fashion Avenue&amp;rsquo;s grand decor accompaniments the endless rows of leading fashion names, and fanatics that have the courage to spoil shoppers with choices, as they mix and match clothes and fittings to their temperament&amp;#039;s content.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1974476,\"Long\":55.2751205,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Dubai_Mall_8219_1519030252.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":3120,\"Title\":\"Burj Khalifa\",\"Description\":\"Burj Khalifa is the tallest building in the world with height of 828 meters. It is the most popular among tourists attraction in Dubai, initially named as Burj Dubai. One of the building&amp;rsquo;s biggest attractions is its observatory deck. It is located on the 124th level of the building.\\r\\nThere are 163 floors with 58 functional elevators, 2957 parking spaces, 304 hotels and 900 apartments. The building was completed in 2010. The total cost of building Burj Khalifa was 1.5 billion. The design of the tower is inspired by the shape of Hymenocallis flower. \\r\\nBurj Khalifa has broken two impressive records: &amp;ldquo;tallest structure&amp;rdquo; and &amp;ldquo;tallest free-standing structure&amp;rdquo; other than the world&amp;rsquo;s &amp;ldquo;tallest building&amp;rdquo;. The tower also holds world records for  &amp;lsquo;highest occupied floor&amp;rsquo;, &amp;lsquo;highest number of stories&amp;rsquo;, &amp;lsquo;longest travel distance elevators&amp;rsquo;, &amp;lsquo;tallest service elevator&amp;rsquo; and &amp;lsquo;second highest outdoor observatory deck&amp;rsquo;.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1972,\"Long\":55.2744,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Burj_Khalifa_8219_1517481430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"109002\",\"Title\":\"Arrival at Dubai \",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Upon arrival,&nbsp; Tour Manager will guide all guests for airport formalities and proceed to Dubai city &ndash; a global city and the Capital of the Emirates of Dubai located on the southeast coast of Persian Gulf.&nbsp;<br \\/>\\r\\nIn the evening we visit Bollywood Park &ndash; world&rsquo;s first theme park dedicated to Bollywood. Here you can enjoy different environments inspired by Bollywood Blockbusters.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3224,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109005\",\"Title\":\"Dubai\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Today we explore the amazing city of Dubai, we take a photo stop at Burj Al Arab &ndash; The iconic sail shaped luxury hotel located on an artificial island and walk around white sand beach &ndash; Jumeirah Beach followed by a drive on the famous Sheikh Zayed Road &ndash; longest road in the Emirates is the home to most of Dubai&#39;s skyscrapers. We then pass by the famous Dubai Frame &ndash; an architectural landmark in Zabeel Park. We also get an opportunity to take a ride in the Palm Monorail with a photo stop at Atlantis Hotel &ndash; the first luxury resort built on an artificial island, The Palm. In the afternoon we enjoy a thrilling Desert Safari by 4WD Land Cruiser on the famous Arabian Desert sand dunes of Dubai. Here we enjoy dune bashing, dune walking and sunset view. Afterwards we will drive to the amazing Desert Camp and experience the traditional Arabic entertainment with various activities offered by the Desert Camp like Henna Painting, Sheesha, Arabic dress photograph and Live Belly Dance show along with dinner.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3723,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109008\",\"Title\":\"Dubai\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>Today we visit beautiful Miracle Garden &ndash; world&rsquo;s largest natural flower garden with 150 million flowers arranged in colourful arches and patterns. Later we enjoy Water Taxi ride to Gold Souk &ndash; A traditional gold market, here buying gold or just witnessing the display is quite an experience and feast to the eyes. In the evening we will embark on the Dhow Dinner Cruise &ndash; a traditional wooden vessel converted into floating restaurant is a great way of enjoying amazing views of glittering Dubai skyline while indulging in some delicious cuisine.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3369,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15587,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109011\",\"Title\":\"Dubai\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>Today we explore Dubai Mall &ndash; one of the world&#39;s largest shopping malls also known as the home of the Dubai Shopping Festival. Here we enjoy shopping in more than 1200 shops with world over 200 fashion brands, then we take a photo stop at the Dubai Aquarium. In the afternoon we visit the tallest skyscraper in the world &ndash; Burj Khalifa to be on the Top of the world, on its 124th floor and enjoy the breath-taking views of the city, followed by a magnificent Fountain Show at Dubai Mall.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2011,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"109014\",\"Title\":\"Abu dhabi City tour - Departure \",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>Today we proceed to Abu Dhabi &ndash; capital of the United Arab Emirates and the largest city in the seven Emirates. Upon arrival we visit Sheikh Zayed Grand Mosque &ndash; one of the world&rsquo;s largest mosques, and the only one that captures unique interactions between Islam and World Cultures. Witness the spectacular onion-top domes, the reflective pools that engulf the courtyard and the iconic prayer hall which not only overflows with blissful sunlight, but also houses the world&rsquo;s biggest chandelier and carpet.<br \\/>\\r\\nIt&rsquo;s time now to say goodbye!<br \\/>\\r\\nDubai Jewels Tour (Mumbai to Mumbai) guests will proceed to Dubai Airport as per the scheduled&nbsp; flight departure time.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"15345\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32200.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31433,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"27600.00\",\"priceWithoutBed\":\"20700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31433,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"27600.00\",\"priceWithoutBed\":\"20700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31433,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"27600.00\",\"priceWithoutBed\":\"20700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31433,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"27600.00\",\"priceWithoutBed\":\"20700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31433,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"27600.00\",\"priceWithoutBed\":\"20700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":31433,\"priceDoubleOcc\":\"32200.00\",\"priceSingleOcc\":72450,\"priceExtraBed\":\"27600.00\",\"priceWithoutBed\":\"20700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"15346\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37375.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36992,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":81535,\"priceExtraBed\":\"35075.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36992,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":81535,\"priceExtraBed\":\"35075.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36992,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":81535,\"priceExtraBed\":\"35075.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36992,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":81535,\"priceExtraBed\":\"35075.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36992,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":81535,\"priceExtraBed\":\"35075.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":36992,\"priceDoubleOcc\":\"37375.00\",\"priceSingleOcc\":81535,\"priceExtraBed\":\"35075.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"15347\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52325.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":51942,\"priceDoubleOcc\":\"52325.00\",\"priceSingleOcc\":111550,\"priceExtraBed\":\"48875.00\",\"priceWithoutBed\":\"29325.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52325.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":51942,\"priceDoubleOcc\":\"52325.00\",\"priceSingleOcc\":111550,\"priceExtraBed\":\"48875.00\",\"priceWithoutBed\":\"29325.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52325.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":51942,\"priceDoubleOcc\":\"52325.00\",\"priceSingleOcc\":111550,\"priceExtraBed\":\"48875.00\",\"priceWithoutBed\":\"29325.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52325.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":51942,\"priceDoubleOcc\":\"52325.00\",\"priceSingleOcc\":111550,\"priceExtraBed\":\"48875.00\",\"priceWithoutBed\":\"29325.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52325.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":51942,\"priceDoubleOcc\":\"52325.00\",\"priceSingleOcc\":111550,\"priceExtraBed\":\"48875.00\",\"priceWithoutBed\":\"29325.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52325.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":51942,\"priceDoubleOcc\":\"52325.00\",\"priceSingleOcc\":111550,\"priceExtraBed\":\"48875.00\",\"priceWithoutBed\":\"29325.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52325.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"15345\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30067,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":69300,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"19800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30067,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":69300,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"19800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30067,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":69300,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"19800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30067,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":69300,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"19800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30067,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":69300,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"19800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":30067,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":69300,\"priceExtraBed\":\"26400.00\",\"priceWithoutBed\":\"19800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"15346\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"35750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":35383,\"priceDoubleOcc\":\"35750.00\",\"priceSingleOcc\":77990,\"priceExtraBed\":\"33550.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":35383,\"priceDoubleOcc\":\"35750.00\",\"priceSingleOcc\":77990,\"priceExtraBed\":\"33550.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":35383,\"priceDoubleOcc\":\"35750.00\",\"priceSingleOcc\":77990,\"priceExtraBed\":\"33550.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":35383,\"priceDoubleOcc\":\"35750.00\",\"priceSingleOcc\":77990,\"priceExtraBed\":\"33550.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":35383,\"priceDoubleOcc\":\"35750.00\",\"priceSingleOcc\":77990,\"priceExtraBed\":\"33550.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":35383,\"priceDoubleOcc\":\"35750.00\",\"priceSingleOcc\":77990,\"priceExtraBed\":\"33550.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"15347\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50050.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":49683,\"priceDoubleOcc\":\"50050.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"28050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":49683,\"priceDoubleOcc\":\"50050.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"28050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":49683,\"priceDoubleOcc\":\"50050.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"28050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":49683,\"priceDoubleOcc\":\"50050.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"28050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":49683,\"priceDoubleOcc\":\"50050.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"28050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-01\",\"To\":\"2022-07-01\",\"Currency\":1,\"priceTripleOcc\":49683,\"priceDoubleOcc\":\"50050.00\",\"priceSingleOcc\":106700,\"priceExtraBed\":\"46750.00\",\"priceWithoutBed\":\"28050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":[],\"AllowBookingType\":1,\"FlightData\":[]}}', 'Dubai', 'Dubai,Middle East,United Arab Emirates,Abu Dhabi', NULL, '8219', 30800, 52325, 4, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-07-01 00:00:00', '2022-07-01 00:00:00', 3, 'United Arab Emirates', '228', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'dubai-jewels', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(20, 17696, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":17696,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Amazing_5_nights_Golden_Triangle_Package_33.jpeg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Golden Triangle refers to the cities of Delhi, Agra, Jaipur which when located on the map of India form the shape of a virtual triangle. Embark on a wonderful journey to explore the capital city of Delhi, to witness the wonder of the world, Taj Mahal at Agra, and admire the pink city of Jaipur!&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Amazing 5 nights Golden Triangle Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6026\",\"SupplierName\":\"Tamarind Global\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456340,\"Name\":\"Any 2 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":489571,\"Name\":\"Hotel Surya International\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"28.648129\",\"Long\":\"77.1884819\",\"Address\":\"4\\/33, W.E.A. Saraswati Marg, Near Mc Punjabi&#039;s Restaurant, Karol Bagh, Block 4, WEA, Karol Bagh, New Delhi, Delhi 110005, India\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah\\u0101n-Num\\u0101 (World-reflecting Mosque), commonly known as the Jama Masjid of Delhi, is one of the largest mosques in India.\\r\\nIt was built by Mughal emperor Shah Jahan between 1644 and 1656 at a cost of 1 million rupees, and was inaugurated by an imam from Bukhara, present-day Uzbekistan. The mosque was completed in 1656 AD with three great gates, four towers and two 40 m high minarets constructed of strips of red sandstone and white marble. The courtyard can accommodate more than 25,000 persons. There are three domes on the terrace which are surrounded by the two minarets. On the floor, a total of 899 black borders are marked for worshippers. The architectural plan of Badshahi Masjid, built by Shah Jahan&#039;s son Aurangzeb at Lahore, Pakistan, is similar to the Jama Masjid, Delhi.\\r\\nThe mosque has been the site of two attacks, one in 2006 and another in 2010. During the first, two explosions occurred in the mosque, injuring thirteen people. In the second, two Taiwanese students were injured as two gunmen opened fire upon them.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6509222,\"Long\":77.237291,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139509.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1321,\"Title\":\"Parliament House\",\"Description\":\"Parliament House is also known as Sansad Bhawan. It is a magnificent circular colonnaded structure where the representatives of Indian democracy meet. Parliament House is the office of the world&amp;rsquo;s largest democracy where the future course of the country is discussed and debated.\\r\\nParliament House was built for the Chamber of Princes, the Council of State and the Legislative Assembly. Today it is the chambers of the Lok Sabha (House of the people), Rajya Sabha (Upper House) and the Library. This mesmerizing circular structure was designed by the two famous architects Sir Edwin Lutyens and Sir Herbert Baker. The Foundation Stone of Parliament House was laid by H.R.H. the Duke of Connaught on 12th February, 1921. It took around six years to complete this building. After its completion in 1927, it was inaugurated by the then Governor-General of India, Lord Irwin on 18th January.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1124\\/thumb\\/Parliament House_895.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456340,\"Name\":\"Any 2 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":489574,\"Name\":\"Hotel The Taj Vilas\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"27.15799909999999\",\"Long\":\"78.05905829999999\",\"Address\":\"Fatehabad Rd, Opp. Hotel Trident, Taj Nagari Phase 1, Tajganj, Agra, Uttar Pradesh 282001, India\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah\\u0101n-Num\\u0101 (World-reflecting Mosque), commonly known as the Jama Masjid of Delhi, is one of the largest mosques in India.\\r\\nIt was built by Mughal emperor Shah Jahan between 1644 and 1656 at a cost of 1 million rupees, and was inaugurated by an imam from Bukhara, present-day Uzbekistan. The mosque was completed in 1656 AD with three great gates, four towers and two 40 m high minarets constructed of strips of red sandstone and white marble. The courtyard can accommodate more than 25,000 persons. There are three domes on the terrace which are surrounded by the two minarets. On the floor, a total of 899 black borders are marked for worshippers. The architectural plan of Badshahi Masjid, built by Shah Jahan&#039;s son Aurangzeb at Lahore, Pakistan, is similar to the Jama Masjid, Delhi.\\r\\nThe mosque has been the site of two attacks, one in 2006 and another in 2010. During the first, two explosions occurred in the mosque, injuring thirteen people. In the second, two Taiwanese students were injured as two gunmen opened fire upon them.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6509222,\"Long\":77.237291,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139509.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1321,\"Title\":\"Parliament House\",\"Description\":\"Parliament House is also known as Sansad Bhawan. It is a magnificent circular colonnaded structure where the representatives of Indian democracy meet. Parliament House is the office of the world&amp;rsquo;s largest democracy where the future course of the country is discussed and debated.\\r\\nParliament House was built for the Chamber of Princes, the Council of State and the Legislative Assembly. Today it is the chambers of the Lok Sabha (House of the people), Rajya Sabha (Upper House) and the Library. This mesmerizing circular structure was designed by the two famous architects Sir Edwin Lutyens and Sir Herbert Baker. The Foundation Stone of Parliament House was laid by H.R.H. the Duke of Connaught on 12th February, 1921. It took around six years to complete this building. After its completion in 1927, it was inaugurated by the then Governor-General of India, Lord Irwin on 18th January.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1124\\/thumb\\/Parliament House_895.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456340,\"Name\":\"Any 2 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":489577,\"Name\":\"Vesta Maurya Palace\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"26.9154056\",\"Long\":\"75.81100959999999\",\"Address\":\"S-35A, Arvind Marg, C Scheme, near M I Road, Panch Batti, C Scheme, Ashok Nagar, Jaipur, Rajasthan 302001, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":742,\"Title\":\"Jama Masjid\",\"Description\":\"The Masjid-i Jah\\u0101n-Num\\u0101 (World-reflecting Mosque), commonly known as the Jama Masjid of Delhi, is one of the largest mosques in India.\\r\\nIt was built by Mughal emperor Shah Jahan between 1644 and 1656 at a cost of 1 million rupees, and was inaugurated by an imam from Bukhara, present-day Uzbekistan. The mosque was completed in 1656 AD with three great gates, four towers and two 40 m high minarets constructed of strips of red sandstone and white marble. The courtyard can accommodate more than 25,000 persons. There are three domes on the terrace which are surrounded by the two minarets. On the floor, a total of 899 black borders are marked for worshippers. The architectural plan of Badshahi Masjid, built by Shah Jahan&#039;s son Aurangzeb at Lahore, Pakistan, is similar to the Jama Masjid, Delhi.\\r\\nThe mosque has been the site of two attacks, one in 2006 and another in 2010. During the first, two explosions occurred in the mosque, injuring thirteen people. In the second, two Taiwanese students were injured as two gunmen opened fire upon them.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6509222,\"Long\":77.237291,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501139509.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1321,\"Title\":\"Parliament House\",\"Description\":\"Parliament House is also known as Sansad Bhawan. It is a magnificent circular colonnaded structure where the representatives of Indian democracy meet. Parliament House is the office of the world&amp;rsquo;s largest democracy where the future course of the country is discussed and debated.\\r\\nParliament House was built for the Chamber of Princes, the Council of State and the Legislative Assembly. Today it is the chambers of the Lok Sabha (House of the people), Rajya Sabha (Upper House) and the Library. This mesmerizing circular structure was designed by the two famous architects Sir Edwin Lutyens and Sir Herbert Baker. The Foundation Stone of Parliament House was laid by H.R.H. the Duke of Connaught on 12th February, 1921. It took around six years to complete this building. After its completion in 1927, it was inaugurated by the then Governor-General of India, Lord Irwin on 18th January.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6139391,\"Long\":77.2090212,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1124\\/thumb\\/Parliament House_895.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":6026,\"SupplierName\":\"Tamarind Global\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"128515\",\"Title\":\" Day 01 \\u2013 Arrival in Delhi\\t\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Meet our representative upon arrival in Delhi and check-in at the hotel.<\\/p>\\r\\n\\r\\n<p>India&#39;s capital &amp; a major gateway to the country, Delhi is contemporary and a bustling metropolis which successfully combines in its fold the ancient &amp; the modern. Its strategic location was one of the prime reasons why successive dynasties chose it as their seat of power. New Delhi also reflects the legacy the British left behind.<\\/p>\\r\\n\\r\\n<p>After some rest proceed to modern Hindu temple Akshardham, return back to Hotel .Overnight in Delhi<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":489571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"128518\",\"Title\":\" Day 02 \\u2013 Sightseeing in Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast, proceed for a full-day tour of Old and New Delhi. This fascinating city has been in existence since the 6th century BC and has seen ups and downs from the rule of the Pandavas right up to the British Raj. Visit Jama Masjid, which is the largest mosque in India, commissioned by Emperor Shah Jahan. The courtyard of the mosque can hold about 25,000 worshippers.&nbsp; You will then drive past from the Red Fort, which was constructed during the rule of Emperor Shah Jahan and served as the residence for the Mughal royal family. It continues to be significant till date, as every Independence Day, the Prime Minister makes a speech from its ramparts as the Indian flag is hoisted. Later, drive past President House and several other government buildings in Edwin Lutyen&rsquo;s Delhi before you head toward Rajghat, the memorial to Mahatma Gandhi. This simple memorial marks the spot where Mahatma Gandhi was cremated in 1948. Thereafter, visit Humayun&rsquo;s Tomb, commissioned by Humayun&rsquo;s wife Hamida Banu Begum in 1562. It was the first garden tomb built in the Indian sub-continent where the Persian architect used red sandstone on a large scale. Later in the evening visit the Qutab Minar, which is the tallest brick minaret in the world; it was commissioned by Qutbuddin Aibak, the first Muslim ruler of Delhi. Overnight in Delhi.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":489571,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":742,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1321,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"128521\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"128524\",\"Title\":\"Day 03 \\u2013 Delhi \\u2013 Agra (210 kms \\/ approx. 4 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>On arrival in Agra, check-in into your Hotel. Later proceed for Half Day City Tour of Agra. Visit the Red Fort, which was commissioned in 1565 by The Mughal Emperor, Akbar. The beautiful yet forbidding structure is a handsome example of Mughal architecture. Later, visit the Taj Mahal &hellip; a mausoleum built as a symbol of Emperor Shah Jahan&rsquo;s devotion to his beloved queen Mumtaz Mahal. Considered an architectural marvel, its construction took thousands of workers over 21 years to complete. Overnight in Agra.<\\/p>\\r\\n\\r\\n<p>Night stay in the hotel. Note: Taj Mahal remains closed on each Friday.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":489574,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"128527\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"128530\",\"Title\":\" Day 04 \\u2013 Agra \\u2013 Jaipur (230 kms \\/ approx. 5 hrs)\\t\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast you will leave to Jaipur. On the way, you will visit Abhaneri and Fatehpur Sikri.<\\/p>\\r\\n\\r\\n<p>Fatehpur Sikri &ndash; It is believed to be one of the first carefully planned cities of the Mughals. It was built by Emperor Akbar in the 16th century AD. Its name basically means the &lsquo;City of Victory.&rsquo;<\\/p>\\r\\n\\r\\n<p>Evening take a stroll in the markets of Jaipur for the traditional dresses and shoes, curio shops, blue pottery etc. Overnight in Jaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":489577,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":499,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"128533\",\"Title\":\"Day 05 \\u2013 Jaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Proceed for full-day sightseeing trip of Jaipur, also known as the &lsquo;Pink City&rsquo;. The city of Jaipur is capital to the state of Rajasthan, famous for its colorful culture, forts, palaces, and lakes. Jaipur owes its name to the founder of the city, warrior king Sawai Jai Singh II. Visit the Amber Fort. The best way to explore the fort is to ride up to it on Elephant back. Prominent structures inside the fort are the Diwan-i-Aam, adorned with latticed galleries, the Ganesh Pol, with a beautiful painted image of Lord Ganesh, and the stunning Sheesh Mahal, a hall decorated with thousands of tiny mirrors. Later, stop to photograph the beautiful Hawa Mahal, also known as the &ldquo;Palace of the Winds.&rdquo; This beautiful fa&ccedil;ade with its ornately &nbsp;carved &nbsp;latticework &nbsp;windows &nbsp;was &nbsp;designed &nbsp;so &nbsp;the &nbsp;ladies &nbsp;of &nbsp;the &nbsp;palace &nbsp;could &nbsp;look &nbsp;out &nbsp;onto &nbsp;the &nbsp;streets unobserved. Later you will visit the City Palace&hellip; again, a synthesis of Rajasthani and Mughal styles. The museums here showcase rare and ancient manuscripts, arms dating back to the 15th century, and costumes of erstwhile royalty. Later, visit the Jantar Mantar Observatory, comprising geometric devices for measuring time, and tracking stars in their orbits. Overnight in Jaipur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":489577,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"128536\",\"Title\":\" Day 06 \\u2013 Jaipur \\u2013 Delhi (250 kms \\/ approx. 5 hrs) Departure from Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, drive back to Delhi. You will be transferred to Delhi airport\\/railway station for return flight back home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"17696\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15180.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":16170,\"priceDoubleOcc\":\"15180.00\",\"priceSingleOcc\":38830,\"priceExtraBed\":\"12980.00\",\"priceWithoutBed\":\"4180.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15180.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":16463,\"priceDoubleOcc\":\"15620.00\",\"priceSingleOcc\":39270,\"priceExtraBed\":\"12980.00\",\"priceWithoutBed\":\"4180.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15620.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":17343,\"priceDoubleOcc\":\"16940.00\",\"priceSingleOcc\":40590,\"priceExtraBed\":\"12980.00\",\"priceWithoutBed\":\"4180.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16940.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":18370,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":42130,\"priceExtraBed\":\"12980.00\",\"priceWithoutBed\":\"4180.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18480.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":18883,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":42900,\"priceExtraBed\":\"12980.00\",\"priceWithoutBed\":\"4180.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":19397,\"priceDoubleOcc\":\"20020.00\",\"priceSingleOcc\":43670,\"priceExtraBed\":\"12980.00\",\"priceWithoutBed\":\"4180.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":11445,\"priceDoubleOcc\":\"14385.00\",\"priceSingleOcc\":31605,\"priceExtraBed\":\"5565.00\",\"priceWithoutBed\":\"3885.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14385.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13335,\"priceDoubleOcc\":\"17220.00\",\"priceSingleOcc\":34440,\"priceExtraBed\":\"5565.00\",\"priceWithoutBed\":\"3885.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17220.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":11415,\"priceDoubleOcc\":\"14385.00\",\"priceSingleOcc\":31605,\"priceExtraBed\":\"5473.65\",\"priceWithoutBed\":\"3885.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14385.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":13305,\"priceDoubleOcc\":\"17220.00\",\"priceSingleOcc\":34440,\"priceExtraBed\":\"5473.65\",\"priceWithoutBed\":\"3885.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17220.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11415,\"priceDoubleOcc\":\"14385.00\",\"priceSingleOcc\":31605,\"priceExtraBed\":\"5473.65\",\"priceWithoutBed\":\"3885.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14385.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13305,\"priceDoubleOcc\":\"17220.00\",\"priceSingleOcc\":34440,\"priceExtraBed\":\"5473.65\",\"priceWithoutBed\":\"3885.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17220.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"17697\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17380.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":18370,\"priceDoubleOcc\":\"17380.00\",\"priceSingleOcc\":42130,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17380.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":19103,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":43230,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18480.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":19397,\"priceDoubleOcc\":\"18920.00\",\"priceSingleOcc\":43670,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18920.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":20350,\"priceDoubleOcc\":\"20350.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":21303,\"priceDoubleOcc\":\"21780.00\",\"priceSingleOcc\":46530,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":21560,\"priceDoubleOcc\":\"22165.00\",\"priceSingleOcc\":46915,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22165.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":18260,\"priceDoubleOcc\":\"17380.00\",\"priceSingleOcc\":42130,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17380.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":18993,\"priceDoubleOcc\":\"18480.00\",\"priceSingleOcc\":43230,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18480.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":19287,\"priceDoubleOcc\":\"18920.00\",\"priceSingleOcc\":43670,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18920.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":20240,\"priceDoubleOcc\":\"20350.00\",\"priceSingleOcc\":45100,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":21193,\"priceDoubleOcc\":\"21780.00\",\"priceSingleOcc\":46530,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":21450,\"priceDoubleOcc\":\"22165.00\",\"priceSingleOcc\":46915,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22165.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17115,\"priceDoubleOcc\":\"21420.00\",\"priceSingleOcc\":45570,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"7665.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21420.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":18935,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":48300,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"7665.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":17102,\"priceDoubleOcc\":\"21420.00\",\"priceSingleOcc\":45570,\"priceExtraBed\":\"8467.20\",\"priceWithoutBed\":\"7665.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21420.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":18922,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":48300,\"priceExtraBed\":\"8467.20\",\"priceWithoutBed\":\"7665.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17115,\"priceDoubleOcc\":\"21420.00\",\"priceSingleOcc\":45570,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"7665.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21420.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18935,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":48300,\"priceExtraBed\":\"8505.00\",\"priceWithoutBed\":\"7665.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"17698\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18150.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":19617,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":46200,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":20130,\"priceDoubleOcc\":\"18920.00\",\"priceSingleOcc\":46970,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18920.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":21083,\"priceDoubleOcc\":\"20350.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":22110,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":49940,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":23503,\"priceDoubleOcc\":\"23980.00\",\"priceSingleOcc\":52030,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23980.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"24750.00\",\"priceSingleOcc\":52800,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":19617,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":46200,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":20130,\"priceDoubleOcc\":\"18920.00\",\"priceSingleOcc\":46970,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18920.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":21083,\"priceDoubleOcc\":\"20350.00\",\"priceSingleOcc\":48400,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":22110,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":49940,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":23503,\"priceDoubleOcc\":\"23980.00\",\"priceSingleOcc\":52030,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23980.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"24750.00\",\"priceSingleOcc\":52800,\"priceExtraBed\":\"18480.00\",\"priceWithoutBed\":\"6050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":21000,\"priceDoubleOcc\":\"24885.00\",\"priceSingleOcc\":52605,\"priceExtraBed\":\"13230.00\",\"priceWithoutBed\":\"13020.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22890,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"13230.00\",\"priceWithoutBed\":\"13020.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":20983,\"priceDoubleOcc\":\"24885.00\",\"priceSingleOcc\":52605,\"priceExtraBed\":\"13179.60\",\"priceWithoutBed\":\"12927.60\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":22873,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"13179.60\",\"priceWithoutBed\":\"12927.60\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21000,\"priceDoubleOcc\":\"24885.00\",\"priceSingleOcc\":52605,\"priceExtraBed\":\"13230.00\",\"priceWithoutBed\":\"12915.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22890,\"priceDoubleOcc\":\"27720.00\",\"priceSingleOcc\":55440,\"priceExtraBed\":\"13230.00\",\"priceWithoutBed\":\"12915.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27720.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"17696\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":4,\"Price\":\"15755.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":12502,\"priceDoubleOcc\":\"15755.00\",\"priceSingleOcc\":31510,\"priceExtraBed\":\"5994.95\",\"priceWithoutBed\":\"4255.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15755.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":14572,\"priceDoubleOcc\":\"18860.00\",\"priceSingleOcc\":37720,\"priceExtraBed\":\"5994.95\",\"priceWithoutBed\":\"4255.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18860.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":11990,\"priceDoubleOcc\":\"15070.00\",\"priceSingleOcc\":33110,\"priceExtraBed\":\"5830.00\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13970,\"priceDoubleOcc\":\"18040.00\",\"priceSingleOcc\":36080,\"priceExtraBed\":\"5830.00\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":11958,\"priceDoubleOcc\":\"15070.00\",\"priceSingleOcc\":33110,\"priceExtraBed\":\"5734.30\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":13938,\"priceDoubleOcc\":\"18040.00\",\"priceSingleOcc\":36080,\"priceExtraBed\":\"5734.30\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11958,\"priceDoubleOcc\":\"15070.00\",\"priceSingleOcc\":33110,\"priceExtraBed\":\"5734.30\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13938,\"priceDoubleOcc\":\"18040.00\",\"priceSingleOcc\":36080,\"priceExtraBed\":\"5734.30\",\"priceWithoutBed\":\"4070.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"17697\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18170.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":19205,\"priceDoubleOcc\":\"18170.00\",\"priceSingleOcc\":44045,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18170.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":19972,\"priceDoubleOcc\":\"19320.00\",\"priceSingleOcc\":45195,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19320.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":20278,\"priceDoubleOcc\":\"19780.00\",\"priceSingleOcc\":45655,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":21275,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":47150,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":22272,\"priceDoubleOcc\":\"22770.00\",\"priceSingleOcc\":48645,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":22540,\"priceDoubleOcc\":\"23172.50\",\"priceSingleOcc\":49047.5,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23172.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":19090,\"priceDoubleOcc\":\"18170.00\",\"priceSingleOcc\":44045,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18170.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"19320.00\",\"priceSingleOcc\":45195,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19320.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":20163,\"priceDoubleOcc\":\"19780.00\",\"priceSingleOcc\":45655,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":21160,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":47150,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":22157,\"priceDoubleOcc\":\"22770.00\",\"priceSingleOcc\":48645,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":22425,\"priceDoubleOcc\":\"23172.50\",\"priceSingleOcc\":49047.5,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23172.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"22440.00\",\"priceSingleOcc\":47740,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"8030.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":19837,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"8030.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":17917,\"priceDoubleOcc\":\"22440.00\",\"priceSingleOcc\":47740,\"priceExtraBed\":\"8870.40\",\"priceWithoutBed\":\"8030.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":19823,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"8870.40\",\"priceWithoutBed\":\"8030.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17930,\"priceDoubleOcc\":\"22440.00\",\"priceSingleOcc\":47740,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"8030.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19837,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"8910.00\",\"priceWithoutBed\":\"8030.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"17698\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18975.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":20508,\"priceDoubleOcc\":\"18975.00\",\"priceSingleOcc\":48300,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18975.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":21045,\"priceDoubleOcc\":\"19780.00\",\"priceSingleOcc\":49105,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":22042,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":23115,\"priceDoubleOcc\":\"22885.00\",\"priceSingleOcc\":52210,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":24572,\"priceDoubleOcc\":\"25070.00\",\"priceSingleOcc\":54395,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-06-15\",\"To\":\"2020-10-15\",\"Currency\":1,\"priceTripleOcc\":25108,\"priceDoubleOcc\":\"25875.00\",\"priceSingleOcc\":55200,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":20508,\"priceDoubleOcc\":\"18975.00\",\"priceSingleOcc\":48300,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18975.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":21045,\"priceDoubleOcc\":\"19780.00\",\"priceSingleOcc\":49105,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":22042,\"priceDoubleOcc\":\"21275.00\",\"priceSingleOcc\":50600,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21275.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":23115,\"priceDoubleOcc\":\"22885.00\",\"priceSingleOcc\":52210,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":24572,\"priceDoubleOcc\":\"25070.00\",\"priceSingleOcc\":54395,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2020-10-16\",\"To\":\"2021-03-31\",\"Currency\":1,\"priceTripleOcc\":25108,\"priceDoubleOcc\":\"25875.00\",\"priceSingleOcc\":55200,\"priceExtraBed\":\"19320.00\",\"priceWithoutBed\":\"6325.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"26070.00\",\"priceSingleOcc\":55110,\"priceExtraBed\":\"13860.00\",\"priceWithoutBed\":\"13640.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-04\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":23980,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"13860.00\",\"priceWithoutBed\":\"13640.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":21982,\"priceDoubleOcc\":\"26070.00\",\"priceSingleOcc\":55110,\"priceExtraBed\":\"13807.20\",\"priceWithoutBed\":\"13543.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-12\",\"To\":\"2021-12-12\",\"Currency\":1,\"priceTripleOcc\":23962,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"13807.20\",\"priceWithoutBed\":\"13543.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"26070.00\",\"priceSingleOcc\":55110,\"priceExtraBed\":\"13860.00\",\"priceWithoutBed\":\"13530.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23980,\"priceDoubleOcc\":\"29040.00\",\"priceSingleOcc\":58080,\"priceExtraBed\":\"13860.00\",\"priceWithoutBed\":\"13530.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29040.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;5 night accommodation in well-appointed rooms as mentioned in above hotels or equivalent&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Meal plan as mentioned above&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Sightseeing as per itinerary by private tourist vehicle&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Drivers allowances, toll taxes and Govt. Service Tax&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"128515\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[128515],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"128518\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[128518],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"128521\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[128521],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"128524\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[128524],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"128527\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[128527],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"128530\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[128530],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"128533\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[128533],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"128536\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[128536],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Delhi,Agra,Jaipur', 'Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan', NULL, '7701,266,12995', 14385, 29040, 5, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'amazing-5-nights-golden-triangle-package', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(21, 27806, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Family,Leisure,Private', NULL, 1, 1, 0, '{\"package\":{\"TPId\":27806,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-11-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"74628\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4839,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4839,\"DestinationPlaces\":\"Cape Town\",\"DestinationPlacesSysId\":5069,\"SourcePlaces\":\"Johannesburg\",\"SourcePlaceSysId\":13189,\"AgencyName\":\"Chalo Dmc (Formerly Sapphire Ventures) !\",\"Name\":\"Authentic South Africa Experience\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4511\",\"SupplierName\":\"Chalo South Africa\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,All Meals,Cab,Airport Transfers,Activity,Sightseeing\",\"PackageType\":\"Honeymoon,Adventure,Family,Leisure,Private\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-11-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":26381,\"Title\":\"Sun City\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":396411,\"Name\":\"The Palace of the Lost City\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Sun City Resort Sun City 0316 , \"},\"Images\":[],\"CityId\":26381,\"Brief\":\"30 AM to 11 AM.Business, Other Amenities Featured amenities include a business center, express check-out, and complimentary newspapers in the lobby. E\",\"MainImg\":\"https:\\/\\/www.tboholidays.com\\/imageresource.aspx?img=9eMP+0FIICgCIk6ZClzZH9Cs+1gwAq6BFWcc22yNLMF\\/UJIXMdxPdRpAyYgh22RZW6auo\\/o\\/RUnV6CO3MxkJCrB43kEfcsqr\\/GjWNekg0YkYkH75mxrwrlOOAGSRPiaH\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury twin room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&rsquo;s legendary hub for all kinds of water fun. Family-friendly water activities, as well as rides for the adrenaline junkies. There is something for everyone. The main attraction at Valley of Waves is the Roaring Lagoon &ndash; a 6 500 square metre wave pool with hydraulic mechanisms that generate waves of nearly 2 metres high every 90 seconds. The Temple of Courage promises an exhilarating adrenalin rush with a 17-metre drop down slide. The almost vertical slide takes riders hurtling under a bridge and splashing into a small pool. There are also two body slides &ndash; the Tarantula and the Scorpion, and two tube rides &ndash; the Viper and the Mamba.\\r\\n\\r\\nNo need to stress, there are many children friendly options to choose from. If you have an inkling to see the park from above, then the new &lsquo;Chimp &amp; Zee&rsquo; rope and adventure course will have you zipping around fast above the swimmers. The grounds of Sun City Resort and Casino are absolutely breath-taking. It houses the largest man made maze in Southern Africa that makes you feel as if you are in the thrills of Jumanji!. The resort also offers two world class 18-hole golf courses designed by our very own Gary Player. One of the courses is also known for the world-famous Nedbank golf challenge.\\r\\n\\r\\nAdults can try their luck in the vast casino while their children are safely looked after at the resorts very own Kamp Kwena. The resort also offers a variety of top class restaurants. So, if it&rsquo;s fun in the sun, playing golf, adventure courses, gaming or exploring the grounds, Sun City Resort and Casino promises an unforgettable experience. Please feel free to ask your guide for a list of all that the resort has to offer.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/2404_1563973587.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":17700,\"Title\":\"Bird Aviary\",\"Description\":\"The bird aviary at Sun City, home to colourful and exotic bird species, is well worth a visit. The &amp;#039;Animal World&amp;#039; is ideal for smaller children where farm animals and Birds of Prey can be observed. &amp;#039;Finder&amp;#039;s Keepers&amp;#039;, which is situated next to the Kamp Kwena Fort children&amp;#039;s camp, allows kids to dig for prizes in a sandpit.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/Bird_Aviary_26381_1602157869.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20586,\"Title\":\"Bush walks\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20587,\"Title\":\"Hiking and Walking Safaris\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20588,\"Title\":\"Plant life\\/flora and footprint tracking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4929,\"Title\":\"Cango Caves\",\"Description\":\"The Cango Caves are located in Precambrian limestones at the foothills of the Swartberg range near the town of Oudtshoorn, in the Western Cape Province of South Africa. the finest dripstone caverns, with their vast halls and towering formations can be find here. Cango Caves is the only show cave in Africa which offers a choice of Heritage  or Adventure Tours.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.392328,\"Long\":22.2127217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20426\\/sightseeing\\/48_1525684402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4930,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"Cango Wildlife Ranch is situated just 3km outside of the picturesque Karoo town of Oudtshoorn. It is the oldest and largest cheetah contact centre worldwide. It is is home to a variety of cats such as lion and jaguar. The Cango Wildlife Ranch is uniquely designed to comfortably host more than 40 species of animals, giving visitors the opportunity to view and, in some cases, even interact with a variety of endangered animals.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.478967,\"Long\":22.1453757,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/140\\/sightseeing\\/48_1525684797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":15654,\"Title\":\"safari ostrich farm\",\"Description\":\"&lt;p&gt;safari ostrich farm&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}},{\"CityId\":16717,\"Title\":\"Manyeleti Game Reserve\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":130270,\"Name\":\"Honeyguide Mantobeni Camp\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-24.597\",\"Long\":\"31.4316\",\"Address\":\"Manyeleti Game Reserve Orpen Gate\"},\"Images\":{\"Image\":[{\"ImagId\":2851931,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/148\\/148333\\/148333_1112052107004773342.jpg?s=312x\"},{\"ImagId\":2851932,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/148\\/148333\\/148333_15051816430027571689.jpg?s=312x\"},{\"ImagId\":2851933,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/148\\/148333\\/148333_0906100229001523392.jpg?s=312x\"},{\"ImagId\":2851934,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/148\\/148333\\/148333_1003091443002895514.jpg?s=312x\"},{\"ImagId\":2851935,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/148\\/148333\\/148333_1003091443002895516.jpg?s=312x\"}]},\"CityId\":16717,\"Brief\":\"Honeyguide Tented Safari Camps Home is perfectly located for both business and leisure guests in Kruger National Park. The hotel has everything you need for a comfortable stay. Service-minded staff will welcome and guide you at the Honeyguide Tented Safari Camps Home. Comfortable guestrooms ensure a good night&#039;s sleep with some rooms featuring facilities such as linens, wake-up service, desk, balcony\\/terrace, fan. Entertain the hotel&#039;s recreational facilities, including outdoor pool, garden. No matter what your reasons are for visiting Kruger National Park, Honeyguide Tented Safari Camps Home will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/148\\/148333\\/148333_1112052107004773342.jpg?s=312x\",\"AccoAminitiesMask\":\"101001001000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":8,\"Title\":\"Bar\"}],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Tented room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&rsquo;s legendary hub for all kinds of water fun. Family-friendly water activities, as well as rides for the adrenaline junkies. There is something for everyone. The main attraction at Valley of Waves is the Roaring Lagoon &ndash; a 6 500 square metre wave pool with hydraulic mechanisms that generate waves of nearly 2 metres high every 90 seconds. The Temple of Courage promises an exhilarating adrenalin rush with a 17-metre drop down slide. The almost vertical slide takes riders hurtling under a bridge and splashing into a small pool. There are also two body slides &ndash; the Tarantula and the Scorpion, and two tube rides &ndash; the Viper and the Mamba.\\r\\n\\r\\nNo need to stress, there are many children friendly options to choose from. If you have an inkling to see the park from above, then the new &lsquo;Chimp &amp; Zee&rsquo; rope and adventure course will have you zipping around fast above the swimmers. The grounds of Sun City Resort and Casino are absolutely breath-taking. It houses the largest man made maze in Southern Africa that makes you feel as if you are in the thrills of Jumanji!. The resort also offers two world class 18-hole golf courses designed by our very own Gary Player. One of the courses is also known for the world-famous Nedbank golf challenge.\\r\\n\\r\\nAdults can try their luck in the vast casino while their children are safely looked after at the resorts very own Kamp Kwena. The resort also offers a variety of top class restaurants. So, if it&rsquo;s fun in the sun, playing golf, adventure courses, gaming or exploring the grounds, Sun City Resort and Casino promises an unforgettable experience. Please feel free to ask your guide for a list of all that the resort has to offer.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/2404_1563973587.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":17700,\"Title\":\"Bird Aviary\",\"Description\":\"The bird aviary at Sun City, home to colourful and exotic bird species, is well worth a visit. The &amp;#039;Animal World&amp;#039; is ideal for smaller children where farm animals and Birds of Prey can be observed. &amp;#039;Finder&amp;#039;s Keepers&amp;#039;, which is situated next to the Kamp Kwena Fort children&amp;#039;s camp, allows kids to dig for prizes in a sandpit.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/Bird_Aviary_26381_1602157869.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20586,\"Title\":\"Bush walks\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20587,\"Title\":\"Hiking and Walking Safaris\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20588,\"Title\":\"Plant life\\/flora and footprint tracking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4929,\"Title\":\"Cango Caves\",\"Description\":\"The Cango Caves are located in Precambrian limestones at the foothills of the Swartberg range near the town of Oudtshoorn, in the Western Cape Province of South Africa. the finest dripstone caverns, with their vast halls and towering formations can be find here. Cango Caves is the only show cave in Africa which offers a choice of Heritage  or Adventure Tours.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.392328,\"Long\":22.2127217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20426\\/sightseeing\\/48_1525684402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4930,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"Cango Wildlife Ranch is situated just 3km outside of the picturesque Karoo town of Oudtshoorn. It is the oldest and largest cheetah contact centre worldwide. It is is home to a variety of cats such as lion and jaguar. The Cango Wildlife Ranch is uniquely designed to comfortably host more than 40 species of animals, giving visitors the opportunity to view and, in some cases, even interact with a variety of endangered animals.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.478967,\"Long\":22.1453757,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/140\\/sightseeing\\/48_1525684797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":15654,\"Title\":\"safari ostrich farm\",\"Description\":\"&lt;p&gt;safari ostrich farm&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}},{\"CityId\":13189,\"Title\":\"Johannesburg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":108130,\"Name\":\"Peermont D\'Oreale Grande\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-26.1441315437\",\"Long\":\"28.22119474411\",\"Address\":\"64 Jones Road Jet Park\"},\"Images\":{\"Image\":[{\"ImagId\":2365636,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/10\\/559\\/951\\/055999B_A.jpg\"},{\"ImagId\":2365637,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/10\\/559\\/955\\/055999C_A.jpg\"},{\"ImagId\":2365638,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/10\\/559\\/947\\/055999A_C.jpg\"},{\"ImagId\":2365639,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/10\\/559\\/959\\/055999E_A.jpg\"}]},\"CityId\":13189,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Kempton Park, Peermont D&amp;apos;oreale Grande at Emperors Palace is connected to the convention center and close to International Terminal Duty Free Mall and Kempton Park Golf Club.  This 5-star hotel is within close proximity of East Rand Mall and Value Mall.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 196 air-conditioned rooms featuring LCD televisions. Your room comes with a memory foam bed. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Gambling sorts can try their luck at the casino, while others may prefer an outdoor pool or a spa tub. Additional features at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare. If you&amp;apos;d like to spend the day shopping, you can hop on the shuttle (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. Event facilities at this hotel consist of conference space and meeting rooms. A roundtrip airport shuttle is complimentary at scheduled times.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/10\\/559\\/951\\/055999B_A.jpg\",\"AccoAminitiesMask\":\"111101110001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Classic Room \",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&rsquo;s legendary hub for all kinds of water fun. Family-friendly water activities, as well as rides for the adrenaline junkies. There is something for everyone. The main attraction at Valley of Waves is the Roaring Lagoon &ndash; a 6 500 square metre wave pool with hydraulic mechanisms that generate waves of nearly 2 metres high every 90 seconds. The Temple of Courage promises an exhilarating adrenalin rush with a 17-metre drop down slide. The almost vertical slide takes riders hurtling under a bridge and splashing into a small pool. There are also two body slides &ndash; the Tarantula and the Scorpion, and two tube rides &ndash; the Viper and the Mamba.\\r\\n\\r\\nNo need to stress, there are many children friendly options to choose from. If you have an inkling to see the park from above, then the new &lsquo;Chimp &amp; Zee&rsquo; rope and adventure course will have you zipping around fast above the swimmers. The grounds of Sun City Resort and Casino are absolutely breath-taking. It houses the largest man made maze in Southern Africa that makes you feel as if you are in the thrills of Jumanji!. The resort also offers two world class 18-hole golf courses designed by our very own Gary Player. One of the courses is also known for the world-famous Nedbank golf challenge.\\r\\n\\r\\nAdults can try their luck in the vast casino while their children are safely looked after at the resorts very own Kamp Kwena. The resort also offers a variety of top class restaurants. So, if it&rsquo;s fun in the sun, playing golf, adventure courses, gaming or exploring the grounds, Sun City Resort and Casino promises an unforgettable experience. Please feel free to ask your guide for a list of all that the resort has to offer.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/2404_1563973587.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":17700,\"Title\":\"Bird Aviary\",\"Description\":\"The bird aviary at Sun City, home to colourful and exotic bird species, is well worth a visit. The &amp;#039;Animal World&amp;#039; is ideal for smaller children where farm animals and Birds of Prey can be observed. &amp;#039;Finder&amp;#039;s Keepers&amp;#039;, which is situated next to the Kamp Kwena Fort children&amp;#039;s camp, allows kids to dig for prizes in a sandpit.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/Bird_Aviary_26381_1602157869.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20586,\"Title\":\"Bush walks\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20587,\"Title\":\"Hiking and Walking Safaris\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20588,\"Title\":\"Plant life\\/flora and footprint tracking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4929,\"Title\":\"Cango Caves\",\"Description\":\"The Cango Caves are located in Precambrian limestones at the foothills of the Swartberg range near the town of Oudtshoorn, in the Western Cape Province of South Africa. the finest dripstone caverns, with their vast halls and towering formations can be find here. Cango Caves is the only show cave in Africa which offers a choice of Heritage  or Adventure Tours.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.392328,\"Long\":22.2127217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20426\\/sightseeing\\/48_1525684402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4930,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"Cango Wildlife Ranch is situated just 3km outside of the picturesque Karoo town of Oudtshoorn. It is the oldest and largest cheetah contact centre worldwide. It is is home to a variety of cats such as lion and jaguar. The Cango Wildlife Ranch is uniquely designed to comfortably host more than 40 species of animals, giving visitors the opportunity to view and, in some cases, even interact with a variety of endangered animals.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.478967,\"Long\":22.1453757,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/140\\/sightseeing\\/48_1525684797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":15654,\"Title\":\"safari ostrich farm\",\"Description\":\"&lt;p&gt;safari ostrich farm&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}},{\"CityId\":14261,\"Title\":\"Knysna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485142,\"Name\":\"Pezula Nature Hotel & Spa\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14261,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Suite\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&rsquo;s legendary hub for all kinds of water fun. Family-friendly water activities, as well as rides for the adrenaline junkies. There is something for everyone. The main attraction at Valley of Waves is the Roaring Lagoon &ndash; a 6 500 square metre wave pool with hydraulic mechanisms that generate waves of nearly 2 metres high every 90 seconds. The Temple of Courage promises an exhilarating adrenalin rush with a 17-metre drop down slide. The almost vertical slide takes riders hurtling under a bridge and splashing into a small pool. There are also two body slides &ndash; the Tarantula and the Scorpion, and two tube rides &ndash; the Viper and the Mamba.\\r\\n\\r\\nNo need to stress, there are many children friendly options to choose from. If you have an inkling to see the park from above, then the new &lsquo;Chimp &amp; Zee&rsquo; rope and adventure course will have you zipping around fast above the swimmers. The grounds of Sun City Resort and Casino are absolutely breath-taking. It houses the largest man made maze in Southern Africa that makes you feel as if you are in the thrills of Jumanji!. The resort also offers two world class 18-hole golf courses designed by our very own Gary Player. One of the courses is also known for the world-famous Nedbank golf challenge.\\r\\n\\r\\nAdults can try their luck in the vast casino while their children are safely looked after at the resorts very own Kamp Kwena. The resort also offers a variety of top class restaurants. So, if it&rsquo;s fun in the sun, playing golf, adventure courses, gaming or exploring the grounds, Sun City Resort and Casino promises an unforgettable experience. Please feel free to ask your guide for a list of all that the resort has to offer.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/2404_1563973587.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":17700,\"Title\":\"Bird Aviary\",\"Description\":\"The bird aviary at Sun City, home to colourful and exotic bird species, is well worth a visit. The &amp;#039;Animal World&amp;#039; is ideal for smaller children where farm animals and Birds of Prey can be observed. &amp;#039;Finder&amp;#039;s Keepers&amp;#039;, which is situated next to the Kamp Kwena Fort children&amp;#039;s camp, allows kids to dig for prizes in a sandpit.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/Bird_Aviary_26381_1602157869.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20586,\"Title\":\"Bush walks\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20587,\"Title\":\"Hiking and Walking Safaris\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20588,\"Title\":\"Plant life\\/flora and footprint tracking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4929,\"Title\":\"Cango Caves\",\"Description\":\"The Cango Caves are located in Precambrian limestones at the foothills of the Swartberg range near the town of Oudtshoorn, in the Western Cape Province of South Africa. the finest dripstone caverns, with their vast halls and towering formations can be find here. Cango Caves is the only show cave in Africa which offers a choice of Heritage  or Adventure Tours.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.392328,\"Long\":22.2127217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20426\\/sightseeing\\/48_1525684402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4930,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"Cango Wildlife Ranch is situated just 3km outside of the picturesque Karoo town of Oudtshoorn. It is the oldest and largest cheetah contact centre worldwide. It is is home to a variety of cats such as lion and jaguar. The Cango Wildlife Ranch is uniquely designed to comfortably host more than 40 species of animals, giving visitors the opportunity to view and, in some cases, even interact with a variety of endangered animals.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.478967,\"Long\":22.1453757,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/140\\/sightseeing\\/48_1525684797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":15654,\"Title\":\"safari ostrich farm\",\"Description\":\"&lt;p&gt;safari ostrich farm&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}},{\"CityId\":20426,\"Title\":\"Oudtshoorn\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":152566,\"Name\":\"Hlangana Lodge\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-33.576162211155\",\"Long\":\"22.206477820873\",\"Address\":\"51 North Street Oudtshoorn 6625\"},\"Images\":{\"Image\":[{\"ImagId\":3342257,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_1_t.jpg\"},{\"ImagId\":3342258,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_2_t.jpg\"},{\"ImagId\":3342259,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_30_t.jpg\"},{\"ImagId\":3342260,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_31_t.jpg\"},{\"ImagId\":3342261,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_7_t.jpg\"},{\"ImagId\":3342262,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_10_t.jpg\"},{\"ImagId\":3342263,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_12_t.jpg\"},{\"ImagId\":3342264,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_16_t.jpg\"},{\"ImagId\":3342265,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_17_t.jpg\"},{\"ImagId\":3342266,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_18_t.jpg\"},{\"ImagId\":3342267,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_19_t.jpg\"},{\"ImagId\":3342268,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_21_t.jpg\"},{\"ImagId\":3342269,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_25_t.jpg\"},{\"ImagId\":3342270,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_28_t.jpg\"},{\"ImagId\":3342271,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_29_t.jpg\"},{\"ImagId\":3342272,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/999af37c_t.jpg\"},{\"ImagId\":3342273,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/f5c5287e_t.jpg\"},{\"ImagId\":3342274,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/7c06ea8a_t.jpg\"},{\"ImagId\":3342275,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/4251c813_t.jpg\"},{\"ImagId\":3342276,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/de8c6e72_t.jpg\"},{\"ImagId\":3342277,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/c0e754cb_t.jpg\"},{\"ImagId\":3342278,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/a34403f1_t.jpg\"},{\"ImagId\":3342279,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_34_t.jpg\"},{\"ImagId\":3342280,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/62bbff66_t.jpg\"},{\"ImagId\":3342281,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/782540b0_t.jpg\"},{\"ImagId\":3342282,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/00fecfe4_t.jpg\"},{\"ImagId\":3342283,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/eb9f285a_t.jpg\"},{\"ImagId\":3342284,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/06cb6033_t.jpg\"},{\"ImagId\":3342285,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/822acc07_t.jpg\"},{\"ImagId\":3342286,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_33_t.jpg\"},{\"ImagId\":3342287,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/6b5ee74e_t.jpg\"},{\"ImagId\":3342288,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/b7ad7e0c_t.jpg\"},{\"ImagId\":3342289,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_32_t.jpg\"},{\"ImagId\":3342290,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/20d1032a_t.jpg\"}]},\"CityId\":20426,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Oudtshoorn, Hlangana Lodge is convenient to Cango Wildlife Ranch and C.P. Nel Museum.  This 4-star guesthouse is within the vicinity of Buffelsdrift Game Lodge and Safari Ostrich Show Farm.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 19 air-conditioned rooms featuring minibars and DVD players. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include safes and desks, and you can also request irons\\/ironing boards.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take advantage of recreation opportunities such as an outdoor pool or take in the view from a rooftop terrace and a garden. Additional features at this guesthouse include concierge services, babysitting\\/childcare, and gift shops\\/newsstands. Getting to nearby attractions is a breeze with the area shuttle (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the guesthouse&amp;apos;s 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include dry cleaning\\/laundry services, a 24-hour front desk, and multilingual staff. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3660000\\/3657500\\/3657407\\/3657407_1_t.jpg\",\"AccoAminitiesMask\":\"101101000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&rsquo;s legendary hub for all kinds of water fun. Family-friendly water activities, as well as rides for the adrenaline junkies. There is something for everyone. The main attraction at Valley of Waves is the Roaring Lagoon &ndash; a 6 500 square metre wave pool with hydraulic mechanisms that generate waves of nearly 2 metres high every 90 seconds. The Temple of Courage promises an exhilarating adrenalin rush with a 17-metre drop down slide. The almost vertical slide takes riders hurtling under a bridge and splashing into a small pool. There are also two body slides &ndash; the Tarantula and the Scorpion, and two tube rides &ndash; the Viper and the Mamba.\\r\\n\\r\\nNo need to stress, there are many children friendly options to choose from. If you have an inkling to see the park from above, then the new &lsquo;Chimp &amp; Zee&rsquo; rope and adventure course will have you zipping around fast above the swimmers. The grounds of Sun City Resort and Casino are absolutely breath-taking. It houses the largest man made maze in Southern Africa that makes you feel as if you are in the thrills of Jumanji!. The resort also offers two world class 18-hole golf courses designed by our very own Gary Player. One of the courses is also known for the world-famous Nedbank golf challenge.\\r\\n\\r\\nAdults can try their luck in the vast casino while their children are safely looked after at the resorts very own Kamp Kwena. The resort also offers a variety of top class restaurants. So, if it&rsquo;s fun in the sun, playing golf, adventure courses, gaming or exploring the grounds, Sun City Resort and Casino promises an unforgettable experience. Please feel free to ask your guide for a list of all that the resort has to offer.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/2404_1563973587.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":17700,\"Title\":\"Bird Aviary\",\"Description\":\"The bird aviary at Sun City, home to colourful and exotic bird species, is well worth a visit. The &amp;#039;Animal World&amp;#039; is ideal for smaller children where farm animals and Birds of Prey can be observed. &amp;#039;Finder&amp;#039;s Keepers&amp;#039;, which is situated next to the Kamp Kwena Fort children&amp;#039;s camp, allows kids to dig for prizes in a sandpit.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/Bird_Aviary_26381_1602157869.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20586,\"Title\":\"Bush walks\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20587,\"Title\":\"Hiking and Walking Safaris\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20588,\"Title\":\"Plant life\\/flora and footprint tracking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4929,\"Title\":\"Cango Caves\",\"Description\":\"The Cango Caves are located in Precambrian limestones at the foothills of the Swartberg range near the town of Oudtshoorn, in the Western Cape Province of South Africa. the finest dripstone caverns, with their vast halls and towering formations can be find here. Cango Caves is the only show cave in Africa which offers a choice of Heritage  or Adventure Tours.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.392328,\"Long\":22.2127217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20426\\/sightseeing\\/48_1525684402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4930,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"Cango Wildlife Ranch is situated just 3km outside of the picturesque Karoo town of Oudtshoorn. It is the oldest and largest cheetah contact centre worldwide. It is is home to a variety of cats such as lion and jaguar. The Cango Wildlife Ranch is uniquely designed to comfortably host more than 40 species of animals, giving visitors the opportunity to view and, in some cases, even interact with a variety of endangered animals.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.478967,\"Long\":22.1453757,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/140\\/sightseeing\\/48_1525684797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":15654,\"Title\":\"safari ostrich farm\",\"Description\":\"&lt;p&gt;safari ostrich farm&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}},{\"CityId\":5069,\"Title\":\"Cape Town\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":484770,\"Name\":\"Table bay\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5069,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury king room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10382,\"Title\":\"Valley of Waves\",\"Description\":\"The Valley of Waves water park is Sun City&rsquo;s legendary hub for all kinds of water fun. Family-friendly water activities, as well as rides for the adrenaline junkies. There is something for everyone. The main attraction at Valley of Waves is the Roaring Lagoon &ndash; a 6 500 square metre wave pool with hydraulic mechanisms that generate waves of nearly 2 metres high every 90 seconds. The Temple of Courage promises an exhilarating adrenalin rush with a 17-metre drop down slide. The almost vertical slide takes riders hurtling under a bridge and splashing into a small pool. There are also two body slides &ndash; the Tarantula and the Scorpion, and two tube rides &ndash; the Viper and the Mamba.\\r\\n\\r\\nNo need to stress, there are many children friendly options to choose from. If you have an inkling to see the park from above, then the new &lsquo;Chimp &amp; Zee&rsquo; rope and adventure course will have you zipping around fast above the swimmers. The grounds of Sun City Resort and Casino are absolutely breath-taking. It houses the largest man made maze in Southern Africa that makes you feel as if you are in the thrills of Jumanji!. The resort also offers two world class 18-hole golf courses designed by our very own Gary Player. One of the courses is also known for the world-famous Nedbank golf challenge.\\r\\n\\r\\nAdults can try their luck in the vast casino while their children are safely looked after at the resorts very own Kamp Kwena. The resort also offers a variety of top class restaurants. So, if it&rsquo;s fun in the sun, playing golf, adventure courses, gaming or exploring the grounds, Sun City Resort and Casino promises an unforgettable experience. Please feel free to ask your guide for a list of all that the resort has to offer.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/2404_1563973587.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":17700,\"Title\":\"Bird Aviary\",\"Description\":\"The bird aviary at Sun City, home to colourful and exotic bird species, is well worth a visit. The &amp;#039;Animal World&amp;#039; is ideal for smaller children where farm animals and Birds of Prey can be observed. &amp;#039;Finder&amp;#039;s Keepers&amp;#039;, which is situated next to the Kamp Kwena Fort children&amp;#039;s camp, allows kids to dig for prizes in a sandpit.\",\"CurrencyType\":0,\"CityId\":26381,\"CityName\":\"Sun City\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/26381\\/sightseeing\\/Bird_Aviary_26381_1602157869.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20586,\"Title\":\"Bush walks\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20587,\"Title\":\"Hiking and Walking Safaris\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20588,\"Title\":\"Plant life\\/flora and footprint tracking\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16717,\"CityName\":\"Manyeleti Game Reserve\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4929,\"Title\":\"Cango Caves\",\"Description\":\"The Cango Caves are located in Precambrian limestones at the foothills of the Swartberg range near the town of Oudtshoorn, in the Western Cape Province of South Africa. the finest dripstone caverns, with their vast halls and towering formations can be find here. Cango Caves is the only show cave in Africa which offers a choice of Heritage  or Adventure Tours.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.392328,\"Long\":22.2127217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20426\\/sightseeing\\/48_1525684402.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4930,\"Title\":\"Cango Wildlife Ranch\",\"Description\":\"Cango Wildlife Ranch is situated just 3km outside of the picturesque Karoo town of Oudtshoorn. It is the oldest and largest cheetah contact centre worldwide. It is is home to a variety of cats such as lion and jaguar. The Cango Wildlife Ranch is uniquely designed to comfortably host more than 40 species of animals, giving visitors the opportunity to view and, in some cases, even interact with a variety of endangered animals.\",\"CurrencyType\":0,\"CityId\":20426,\"CityName\":\"Oudtshoorn\",\"Lat\":-33.478967,\"Long\":22.1453757,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/140\\/sightseeing\\/48_1525684797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":15654,\"Title\":\"safari ostrich farm\",\"Description\":\"&lt;p&gt;safari ostrich farm&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"198782\",\"Title\":\"The Palace of the Lost City, Sun City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Upon your arrival at OR Tambo International Airport,&nbsp;an Albatros Travel representative will be waiting to escort and assist you with your luggage to the vehicle for your transfer to Sun City Resort.&nbsp;<\\/p>\\r\\n\\r\\n<p>With the arrival at your hotel you will be welcomed and checked in before you depart to your room to enjoy the rest of your day unwinding and relaxing in your hotel room, alongside the pool or at the Bar.&nbsp;<\\/p>\\r\\n\\r\\n<p>Enjoy a relaxing spa treatment aroma therapy with African Soil based natural organic products that will make you feel revived.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396411,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury twin room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":10382,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198783\",\"Title\":\"The Palace of the Lost City, Sun City\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast at the hotel, a day is free at leisure to enjoy the Sun City Resort.<\\/p>\\r\\n\\r\\n<p>From the swimming pool to safari, we invite you to experience distinctive African activities at The Palace of the Lost City. Set in the world-renowned Sun City resort and bordering the Pilanesberg National Park, the wide variety of things to do at The Palace of the Lost City runs the gamut between classic luxury and thrilling adventure.<\\/p>\\r\\n\\r\\n<p>From sunrise hot-air balloon rides to sundowner cocktails, this is a destination made for lovers. Discover romantic things to do at The Palace of the Lost City, such as lounging beside our swimming pools, dining out at our five-star restaurants, or enjoying bespoke spa treatments in the privacy of your room. Don&#39;t miss the chance to toast the rising sun on an early morning hot-air balloon ride over the plains of the Pilanesberg National Park or discover the Big Five up close on a game drive or rhino-tracking safari.<\\/p>\\r\\n\\r\\n<p>With so many things to do at The Palace of the Lost City, there&#39;s something for everyone to enjoy. Thrill-seekers, test your mettle down the world&#39;s longest zip slide. Golf enthusiasts, choose from two world-class golf courses (or take a swing for victory at the golf simulator in the Hall of Fame). Dine out at a five-star restaurant, bliss-out at one of our award-winning spas or head out for an adventure at Mankwe Game Trackers.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396411,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury twin room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198784\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198785\",\"Title\":\"Honeyguide Mantobeni Tented Camp, Manyeleti Private Game Reserve \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"<p>Enjoy a warm continental breakfast before you check out and leave your hotel with your representative for your transfer from Sun City Resort to OR Tambo International Airport to connect to your flight to Hoedspruit&nbsp;Airport.<\\/p>\\r\\n\\r\\n<p>Upon arrival at Hoedspruit&nbsp;Airport you will be met and transferred to the lodge.<\\/p>\\r\\n\\r\\n<p>Upon arrival at the Honeyguide Mantobeni Camp&nbsp;check in, unwind and enjoy your surroundings<em>.<\\/em>&nbsp;<\\/p>\\r\\n\\r\\n<p>Once settle in enjoy lunch (time-permitting) and proceed for an afternoon game drive.<\\/p>\\r\\n\\r\\n<p>Late afternoon and evening drives include sunset drinks, views over the Mohwareng Hills, and glimpses of nocturnal creatures. Larger game frequently sighted in the reserve includes elephant, rhino, lion and hippo. In between meals and drives, watch the game and birdlife pass by while relaxing by the pool or take a walking safari through the deep bush, accompanied by an experienced, armed ranger; it can be hot work, but it&rsquo;s very exciting &ndash; seeing the animals from a vehicle just doesn&rsquo;t seem to compare. Group tours are available to the nearby village of Welverdiend, where guests will learn about the relationship between traditional and contemporary living.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16717,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":130270,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Tented room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198786\",\"Title\":\"Honeyguide Mantobeni Tented Camp, Manyeleti Private Game Reserve \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"<p>A typical day at Honeyguide Mantobeni Camp proceeds as follows...<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>05h30:&nbsp;&nbsp;Wakeup call&nbsp;<\\/li>\\r\\n\\t<li>06h00:&nbsp;&nbsp;Morning game drive<\\/li>\\r\\n\\t<li>09h30:&nbsp;&nbsp;Breakfast is served.&nbsp;During breakfast, guests will be offered the opportunity of partaking in a Bush Walk.<\\/li>\\r\\n\\t<li>14h00:&nbsp;&nbsp;Lunch is served&nbsp;<\\/li>\\r\\n\\t<li>16h00:&nbsp; Afternoon game drive&nbsp;<\\/li>\\r\\n\\t<li>20h00:&nbsp;&nbsp;Dinner is served<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Activities on site or nearby include:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Bird watching from a newly built hide opposite a watering hole<\\/li>\\r\\n\\t<li>Bush walks**<\\/li>\\r\\n\\t<li>Hiking and walking safaris<\\/li>\\r\\n\\t<li>Plant life\\/flora and footprint tracking<\\/li>\\r\\n\\t<li>Private guided tours<\\/li>\\r\\n\\t<li>Safaris in a private conservancy or into the neighbouring Kruger National Park<\\/li>\\r\\n\\t<li>Wildlife photography<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16717,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":130270,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Tented room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":17700,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20586,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20587,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20588,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198787\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16717,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198788\",\"Title\":\"Peermont D\'oreale Grande Hotel at Emperors Palace, Johannesburg \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After morning game drive and breakfast, check out and proceed to reception where you will be met by our local representative and&nbsp;transferred to Hoedspruit&nbsp;Airport.<\\/p>\\r\\n\\r\\n<p>On arrival at Hoedspruit&nbsp;Airport, check in for your onward flight to O.R Tambo International Airport.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>On arrival at O.R Tambo International Airport you will proceed with a complimentary shuttle transfer to Peermont D&rsquo;oreale Grande Hotel.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Arriving at Peermont D&rsquo;oreale Grande Hotel, check in, freshen before exploring&nbsp;luxurious accommodation in four unique hotels, a glorious health and beauty spa, a magnificent casino with unparalleled gaming enjoyment, the finest in dining options, spectacular entertainment choices, world-class conference facilities, and impeccable service.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13189,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":108130,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Classic Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198789\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13189,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198790\",\"Title\":\"Pezula Resort Hotel & Spa, Knysna \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, check out and proceed to the foyer, transfer&nbsp;with a complimentary shuttle to O.R Tambo International Airport.&nbsp;<\\/p>\\r\\n\\r\\n<p>On arrival at O.R Tambo International Airport, check in for your onward flight to George Airport.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>On arrival at George&nbsp;Airport,&nbsp;you will be met by our local representative and transferred to Pezula Resort Hotel &amp; Spa.&nbsp;<\\/p>\\r\\n\\r\\n<p>Located on the Eastern Head of Knysna, surrounded by a lush paradise of indigenous forests, mountains, lakes and pristine beaches, Pezula Resort Hotel &amp; Spa offers unsurpassed luxury on South Africa&rsquo;s iconic Garden Route. With a Championship Golf Course on your doorstep and luxurious suites, an award-winning spa and a restaurant focused on locally sourced dining to enjoy<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485142,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Suite\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198791\",\"Title\":\"Pezula Resort Hotel & Spa, Knysna\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After your scrumptious breakfast, enjoy some of the many activities offered by Plettenberg Santuaries.&nbsp;<\\/p>\\r\\n\\r\\n<p>The Plettenberg Bay Sanctuaries which comprises Monkeyland, Birds of Eden and Jukani Wildlife Sanctuary.<\\/p>\\r\\n\\r\\n<p><strong>Monkeyland<\\/strong><\\/p>\\r\\n\\r\\n<p>Monkey land is the world&rsquo;s first free roaming multi-specie primate sanctuary. Its mission is to educate and foster greater understanding of our primate cousins and the threats and challenges they are facing.<\\/p>\\r\\n\\r\\n<p><strong>Birds of Eden<\\/strong><\\/p>\\r\\n\\r\\n<p>Birds of Eden&#39;s unique two-hectare dome (the world&rsquo;s largest) spans over a gorge of indigenous forest. Currently it is home to over 3,500 birds from over 220 species, with the main focus being African birds. Visits to Birds of Eden are usually self-guided, however guided walks are offered on request.<\\/p>\\r\\n\\r\\n<p><strong>Jukani Wildlife Sanctuary<\\/strong><\\/p>\\r\\n\\r\\n<p>At Jukani the&nbsp;mission is to maintain and manage a sustainable wildlife sanctuary, with the focus on creating widespread awareness about the plight of large predators in captivity, in South Africa and all over the world.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485142,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Deluxe Suite\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20589,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20590,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20591,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198792\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198793\",\"Title\":\"Hlangana Lodge, Oudtshoorn \",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast proceed to the foyer of the hotel where you will be met by our&nbsp;our local representative and&nbsp;transferred to Hlangana Lodge in Oudtshoorn.&nbsp;<\\/p>\\r\\n\\r\\n<p>Oudtshoorn is the ostrich capital of the world. The world&rsquo;s biggest bird is just one of the many attractions in this area of exceptional contrasts and natural beauty. The region is home to the spectacular Cango Caves, Africa&rsquo;s largest show cave system; an ecological hotspot where three distinct plant biomes (succulent karoo, cape thicket and fynbos) converge; and the Swartberg mountain range, which is part of the Cape Floral World Heritage Site.<\\/p>\\r\\n\\r\\n<p>Enjoy a Full Day in Oudtshoorn experiencing the following attractions:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cango Caves<\\/li>\\r\\n\\t<li>Cango Wildlife<\\/li>\\r\\n\\t<li>Safari Ostrich Farm<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20426,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":152566,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4929,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4930,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15654,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198794\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20426,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198795\",\"Title\":\"Table Bay Hotel, Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Enjoy&nbsp;a lovely champagne breakfast on the patio before&nbsp;before departing on a long scenic drive to the hustle and bustle of Cape Town.<\\/p>\\r\\n\\r\\n<p>Perched between the ocean and the mountain, with a national park as its heart, there is nowhere like Cape Town. Cape Town, the &ldquo;Mother City&rdquo;, is the oldest city in South Africa and has a cultural heritage spanning more than 300 years.<\\/p>\\r\\n\\r\\n<p>Upon arrival at The Table Bay Hotel, check in and freshen up before exploring the V&amp;A Waterfront.&nbsp;<\\/p>\\r\\n\\r\\n<p>The Table Bay offers unrivalled Victoria and Alfred Waterfront accommodation which celebrates Cape Town&#39;s colourful cultural heritage, evocative romance and irresistible spirit of adventure.&nbsp;Straddling the working V&amp;A harbour and vibrant city bowl beneath the majestic zenith of Table Mountain, The Table Bay enjoys the best address in Cape Town, and invites you to discover an authentic South African 5-star experience in the Mother City.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484770,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury king room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198796\",\"Title\":\"Table Bay Hotel, Cape Town \",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>After your&nbsp;breakfast, proceed to the foyer of the hotel where you will be met by your local guide for your Private Half Day Cape Town &amp; Table Mountain Tour.<\\/p>\\r\\n\\r\\n<p>Situated below Table Mountain, Devil&rsquo;s Peak and Lion&rsquo;s Head, Cape Town offers a rich cultural and industrial heritage, grand splendour and an assurance of activity &amp; excitement. This option is a geographical and cultural extravaganza, showing you Cape Town, from its historical beginnings to the dazzling, modern city it is today.<\\/p>\\r\\n\\r\\n<p><strong>HIGHLIGHTS!<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cape Town City<\\/li>\\r\\n\\t<li>Table Mountain&nbsp;<\\/li>\\r\\n\\t<li>Company Gardens<\\/li>\\r\\n\\t<li>Iziko Museum&nbsp;<\\/li>\\r\\n\\t<li>Castle of Goodhope<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Enjoy the evening with live entertainment, shopping and dining options at the Victoria &amp;&nbsp;Alfred Waterfront on your own.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484770,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury king room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6332,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6328,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20355,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6330,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198797\",\"Title\":\"Table Bay Hotel, Cape Town \",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>After breakfast proceed to the foyer of the hotel where you will be met by your local guide for your Private&nbsp;Full&nbsp;Day Cape Point &amp; Peninsula Tour.<\\/p>\\r\\n\\r\\n<p>This awe-inspiring tour to the towering headland known as Cape Point encompasses magnificent beaches, breath-taking views, and picturesque coastal villages. The Cape Peninsula is one of the world&rsquo;s most scenic areas and stretches from the City centre to Cape Point.&nbsp;<em>Note: The drive via Chapman&rsquo;s Peak is subject to the road being open. Ou Kaapse Weg will be used as an alternative route when necessary.<\\/em><\\/p>\\r\\n\\r\\n<p><strong>HIGHLIGHTS!<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Hout Bay, Seal Island&nbsp;<\\/li>\\r\\n\\t<li>Cape Point &amp; Peninsula<\\/li>\\r\\n\\t<li>Simon&rsquo;s Town, Boulders Beach and the penguin colony<\\/li>\\r\\n\\t<li>Kirstenbosch Gardens<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484770,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Luxury king room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7669,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7670,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4928,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18366,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18365,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198798\",\"Title\":\"Cape town Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>After breakfast, check out and proceed to the foyer of the hotel&nbsp;where you will be met by a local representative and transferred to Cape Town&nbsp;International Airport.<\\/p>\\r\\n\\r\\n<p>On arrival at Cape Town&nbsp;International Airport, proceed to check in for your onward journey back home with wonderful memories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27806\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41791.68\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27806\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41791.68\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":27861,\"priceDoubleOcc\":\"41791.68\",\"priceSingleOcc\":41791.68,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41791.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;All beverages, Telephone Calls, Facsimile, Laundry and Valet, Gratuities, Spas or any other item of personal in nature&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other road transfers not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All other Scheduled or Private Day&amp;nbsp;Tours&amp;nbsp;not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All other meals&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Arrangements&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel&amp;nbsp;Insurance&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flights, flight reservations, amended to flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other item not mentioned as an inclusion&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"Inclusion\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;2 Nights at The Palace Hotel of the&amp;nbsp;Lost City in a luxury room on a bed &amp;amp; breakfast basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Nights at Honeyguide Mantobeni Tented Camp in a tent on a full board basis + 2 game activities&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Night at Peermont D&amp;#39;Oreale Grande Hotel at Emperors Palace in a classic room on a bed &amp;amp; breakfast basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2&amp;nbsp;Nights at Pezula Hotel in a deluxe suite on a bed &amp;amp; breakfast basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Night at Hlangana Lodge in a standard room on a bed &amp;amp; breakfast basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;3 Nights at The Table Bay Hotel in a luxury room on a bed &amp;amp; breakfast basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Plettenberg Bay visiting Sanctuaries&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Oudtshoorn Tour&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Half Day City Tour &amp;amp; Table Mountain&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private&amp;nbsp;Full Day Cape Point &amp;amp; Peninsula Tour&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from O.R. Tambo International Airport to Sun City Resort&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Sun City Resort to OR Tambo International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Kruger Mpumalanga International Airport&amp;nbsp;to Honeyguide Mantobeni Camp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from&amp;nbsp;Honeyguide Mantobeni&amp;nbsp;Camp to Kruger International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary shuttle return transfers from O.R. Tambo International Airport to Peermont D&amp;#39;oreale Grande Hotel at Emperors Palace&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Transfer from George Airport to Pezula Resort Hotel &amp;amp; Spa&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Pezul Resort Hotel &amp;amp; Spa&amp;nbsp;to Oudtshoorn&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Oudtshoorn to Cape Town&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Hotel to Cape Town International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VAT @ 15%&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"198782\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[198782],\"Remark\":[\"&lt;p&gt;Private Transfers for Valley of waves.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198783\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[198783],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198784\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[198784],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198785\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[198785],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"198786\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[198786],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198787\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[198787],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198788\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[198788],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"198789\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[198789],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198790\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[198790],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"198791\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[198791],\"Remark\":[\"&lt;p&gt;Private Transfers to Plettenberg Sanctuary for Sightseeing.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198792\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[198792],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198793\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[198793],\"Remark\":[\"&lt;p&gt;Private transfers from Knysna Hotel to&nbsp;Hlangana Lodge.&lt;br&gt;\\u200b\\u200b\\u200b\\u200b\\u200b\\u200b\\u200bPrivate Transfers for Oudtshoorn Activities.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198794\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[198794],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198795\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[198795],\"Remark\":[\"&lt;p&gt;Private Transfers from Oudtshoorn to Cape town Hotel.&lt;br&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198796\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[198796],\"Remark\":[\"&lt;p&gt;Private Transfers for Half day city tour.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198797\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[198797],\"Remark\":[\"&lt;p&gt;Private Transfers for Full Day City tour.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198798\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[198798],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Sun City,Manyeleti Game Reserve,Johannesburg,Knysna,Oudtshoorn,Cape Town', 'Sun City,Southern Africa,South Africa,Manyeleti Game Reserve,Johannesburg,Knysna,Oudtshoorn,Cape Town', NULL, '26381,16717,13189,14261,20426,5069', 41792, 41792, 11, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-11-30 00:00:00', '2022-11-30 00:00:00', 3, 'South Africa', '195', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'authentic-south-africa-experience', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(22, 27825, 1, 9840, 0, 0, 0, 'Honeymoon,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":27825,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-11-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4839,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4839,\"DestinationPlaces\":\"Cape Town\",\"DestinationPlacesSysId\":5069,\"SourcePlaces\":\"Johannesburg\",\"SourcePlaceSysId\":13189,\"AgencyName\":\"Chalo Dmc (Formerly Sapphire Ventures) !\",\"Name\":\"Classic South Africa\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4511\",\"SupplierName\":\"Chalo South Africa\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-11-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":29352,\"Title\":\"Waterberg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485153,\"Name\":\"Mabula Game lodge\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29352,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Bushtime room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":14261,\"Title\":\"Knysna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":396727,\"Name\":\"Protea Hotel Knysna Quays\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-34.04059829013\",\"Long\":\"23.044941723347\",\"Address\":\"Waterfront Drive, Knysna 6571, Western Cape\"},\"Images\":[],\"CityId\":14261,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Protea Hotel by Marriott Knysna Quays in Knysna (Waterfront), you&#039;ll be minutes from Knysna Quays and close to Pledge Nature Reserve.  This hotel is within close proximity of Knysna Elephant Park and Featherbed Nature Reserve.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 123 air-conditioned rooms featuring refrigerators and LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Treat yourself with massages, body treatments, and facials. This hotel also features complimentary wireless Internet access, babysitting\\/childcare (surcharge), and a television in a common area. Getting to nearby attractions is a breeze with the area shuttle (surcharge).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, where you can take in a pool view, or stay in and take advantage of room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available daily from 6:30 AM to 10:30 AM for a fee.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. A roundtrip airport shuttle is provided for a surcharge (available on request), and self parking (subject to charges) is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/08\\/ee\\/08eedef5dc86eb4cfd2a3794ead66f90eaad5c09.jpg\",\"AccoAminitiesMask\":\"1010000000001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Non lagoon facing room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":5069,\"Title\":\"Cape Town\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":395868,\"Name\":\"The Commodore Hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-33.906229948864\",\"Long\":\"18.417071700096\",\"Address\":\"Portwood Road, Portswood Square, V &amp; A Waterfront, Cape Town 8001\"},\"Images\":[],\"CityId\":5069,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;When you stay at The Commodore Hotel in Cape Town, you&#039;ll be connected to a shopping center and minutes from Two Oceans Aquarium and Nobel Square.  This 4-star hotel is within close proximity of Clock Tower and Cape Town Diamond Museum.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 236 air-conditioned rooms featuring minibars and plasma televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have shower\\/tub combinations and hair dryers. Conveniences include laptop-compatible safes and desks, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You&#039;re sure to appreciate the recreational amenities, including a health club, an outdoor pool, and a sauna. Additional features at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, where you can take in a garden view, or stay in and take advantage of 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar. A complimentary hot\\/cold buffet breakfast is served daily from 6 AM to 10 AM.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, limo\\/town car service, and dry cleaning\\/laundry services. Planning an event in Cape Town? This hotel has 1292 square feet (120 square meters) of space consisting of a conference center and meeting rooms. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0d\\/52\\/0d527526f0faee98280ee60f870ba592983f6fd7.jpg\",\"AccoAminitiesMask\":\"1010000000001001000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"198906\",\"Title\":\"Mabula Game Lodge, The Waterberg Biosphere \",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Upon your arrival at OR Tambo International Airport,&nbsp;an Albatros Travel representative will be waiting to escort and assist you with your luggage to the vehicle for your transfer to Mabula Game Lodge.&nbsp;<\\/p>\\r\\n\\r\\n<p>Upon arrival at the Mabula Game Lodge check in, unwind and enjoy your surroundings<em>.<\\/em>&nbsp;<\\/p>\\r\\n\\r\\n<p>Once settle in enjoy lunch (time-permitting) and proceed for an afternoon game drive.<\\/p>\\r\\n\\r\\n<p>The varied habitats on Mabula Private Game Reserve provide ideal conditions for an astounding selection of large mammals including the Big Five, other predators such as Hyena and Jackal, and a variety of antelope from Red Hartebeest to Eland, Gemsbok to Blesbok. That&rsquo;s not to mention the elusive cheetah, cheeky honey badger and the omnipresent cr&egrave;ches of warthogs that flit across one&rsquo;s path during your safari at Mabula Game Lodge.<\\/p>\\r\\n\\r\\n<p>Enjoy a scrumptious dinner under the stars in Mabula Game Lodge&rsquo;s traditional Boma dining venue accompanied by the rhythmic beat of traditional African dancers.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485153,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Bushtime room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198907\",\"Title\":\"Mabula Game Lodge, The Waterberg Biosphere\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>A typical day at Mabula&nbsp;Game Lodge&nbsp;proceeds as follows...<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>05h30:&nbsp;&nbsp;Wake up call&nbsp;<\\/li>\\r\\n\\t<li>06h00:&nbsp;&nbsp;Morning game drive<\\/li>\\r\\n\\t<li>09h00:&nbsp;&nbsp;Breakfast is served<\\/li>\\r\\n\\t<li>13h30:&nbsp;&nbsp;Lunch is served&nbsp;<\\/li>\\r\\n\\t<li>15h30: Afternoon tea&nbsp;<\\/li>\\r\\n\\t<li>16h00:&nbsp; Afternoon game drive&nbsp;<\\/li>\\r\\n\\t<li>19h30:&nbsp;&nbsp;Dinner is served<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Activities on site or nearby include:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Hot Air Balloon Safaris&nbsp;<\\/li>\\r\\n\\t<li>Golf Courses&nbsp;<\\/li>\\r\\n\\t<li>Horseback Safaris \\/ Trail&nbsp;<\\/li>\\r\\n\\t<li>Eco Adventure Trails (Quad Bike Safaris)<\\/li>\\r\\n\\t<li>Spa &amp; massage treatments&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Dine under the stars in Mabula Game Lodge&rsquo;s Boma, (weather permitting) usually every second or third night.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485153,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Bushtime room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198908\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198909\",\"Title\":\"Protea Hotel by Marriott Knysna Quays, Knysna \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast &amp; morning game drive, check out and proceed to the foyer of hotel where you will be met by our local representative and&nbsp;depart to OR Tambo International Airport for your flight to George.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Upon arrival at George Airport, you will be met by a representative and transferred to Protea Hotel by Marriot Knysna Quays.&nbsp;<\\/p>\\r\\n\\r\\n<p>Protea Hotel Knysna Quays enjoys a spectacular outlook of the popular coastal town of Knysna. The hotel is nestled in the heart of the Garden Route and offers you a unique&nbsp;experience with&nbsp;scenic beauty and natural surrounds. Renowned as the perfect holiday destination, the hotel is set on the Knysna Quays Waterfront with the lagoon at your doorstep.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396727,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Non lagoon facing room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198910\",\"Title\":\"Protea Hotel by Marriott Knysna Quays, Knysna\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast proceed to the foyer of the hotel where you will be met by our&nbsp;our local representative and&nbsp;transferred to&nbsp;Oudtshoorn.&nbsp;<\\/p>\\r\\n\\r\\n<p>Oudtshoorn is the ostrich capital of the world. The world&rsquo;s biggest bird is just one of the many attractions in this area of exceptional contrasts and natural beauty. The region is home to the spectacular Cango Caves, Africa&rsquo;s largest show cave system; an ecological hotspot where three distinct plant biomes (succulent karoo, cape thicket and fynbos) converge; and the Swartberg mountain range, which is part of the Cape Floral World Heritage Site.<\\/p>\\r\\n\\r\\n<p>Enjoy a Full Day in Oudtshoorn experiecing the following attractions:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cango Caves<\\/li>\\r\\n\\t<li>Cango Wildlife<\\/li>\\r\\n\\t<li>Safari Ostrich Farm<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198911\",\"Title\":\"Protea Hotel by Marriott Knysna Quays, Knysna\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast proceed to the foyer of the hotel where you will be met by our&nbsp;our local representative and depart to Tsitsikamma National Park to explore Storms River Mouth.&nbsp;<\\/p>\\r\\n\\r\\n<p>Storms River Mouth in the Tsitsikamma Section of the Garden Route National Park.&nbsp;The park is also well-known for its spectacular coastal scenery, and is home to one of the country&#39;s oldest no-take marine protected areas.<\\/p>\\r\\n\\r\\n<p><strong>Storms River Mouth Highlights!&nbsp;<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Bloukrans Bungee Jump<\\/li>\\r\\n\\t<li>Enjoy stunning coastal scenery in the Garden Route National Park.<\\/li>\\r\\n\\t<li>Take the iconic suspension bridge over the Storms River Mouth.<\\/li>\\r\\n\\t<li>Complete one of a number of short hikes in the area with amazing views.<\\/li>\\r\\n\\t<li>Spot nesting pairs of African Black Oystercatchers,&nbsp;one of South Africa&#39;s most endangered birds, on the rocky shores, and the shy Cape Clawless Otter hunting crabs on the coastline.<\\/li>\\r\\n\\t<li>Look out for dolphins frolicking in the surf and migrating Southern Right Whales passing close by.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396727,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Non lagoon facing room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198912\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198913\",\"Title\":\"Commodore Hotel, Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, check out and proceed to the foyer of hotel where you will be met by our local representative and&nbsp;depart on a long scenic drive to the hustle and bustle of Cape Town.&nbsp;<\\/p>\\r\\n\\r\\n<p>Perched between the ocean and the mountain, with a national park as its heart, there is nowhere like Cape Town. Cape Town, the &ldquo;Mother City&rdquo;, is the oldest city in South Africa and has a cultural heritage spanning more than 300 years.<\\/p>\\r\\n\\r\\n<p>Upon arrival at&nbsp;The Comodore Hotel, check in and freshen up before exploring Cape Town.&nbsp;<\\/p>\\r\\n\\r\\n<p>There are many reasons why Cape Town is regularly selected as one of the top tourist destinations in the world for location, sight-seeing and dining. Experience everything special that Cape Town has to offer whilst&nbsp;staying at The Commodore Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":395868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198914\",\"Title\":\"Commodore Hotel, Cape Town\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After your&nbsp;breakfast, proceed to the foyer of the hotel where you will be met by your local guide for your Private Half Day Cape Town &amp; Table Mountain Tour.<\\/p>\\r\\n\\r\\n<p>Situated below Table Mountain, Devil&rsquo;s Peak and Lion&rsquo;s Head, Cape Town offers a rich cultural and industrial heritage, grand splendour and an assurance of activity &amp; excitement. This option is a geographical and cultural extravaganza, showing you Cape Town, from its historical beginnings to the dazzling, modern city it is today.<\\/p>\\r\\n\\r\\n<p><strong>HIGHLIGHTS!<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cape Town City<\\/li>\\r\\n\\t<li>Table Mountain&nbsp;<\\/li>\\r\\n\\t<li>Company Gardens<\\/li>\\r\\n\\t<li>Iziko Museum&nbsp;<\\/li>\\r\\n\\t<li>Castle of Goodhope<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Enjoy the evening with live entertainment, shopping and dining options at the Victoria &amp;&nbsp;Alfred Waterfront on your own.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":395868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198915\",\"Title\":\"Commodore Hotel, Cape Town \",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast proceed to the foyer of the hotel where you will be met by your local guide for your Private&nbsp;Full&nbsp;Day Cape Point &amp; Peninsula Tour.<\\/p>\\r\\n\\r\\n<p>This awe-inspiring tour to the towering headland known as Cape Point encompasses magnificent beaches, breath-taking views, and picturesque coastal villages. The Cape Peninsula is one of the world&rsquo;s most scenic areas and stretches from the City centre to Cape Point.&nbsp;<em>Note: The drive via Chapman&rsquo;s Peak is subject to the road being open. Ou Kaapse Weg will be used as an alternative route when necessary.<\\/em><\\/p>\\r\\n\\r\\n<p><strong>HIGHLIGHTS!<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Hout Bay, Seal Island&nbsp;<\\/li>\\r\\n\\t<li>Cape Point &amp; Peninsula<\\/li>\\r\\n\\t<li>Simon&rsquo;s Town, Boulders Beach and the penguin colony<\\/li>\\r\\n\\t<li>Kirstenbosch Gardens<\\/li>\\r\\n\\t<li>Cape Point Nature Reserve<\\/li>\\r\\n\\t<li>Cape Point Funicular<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":395868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"198916\",\"Title\":\"Cape town Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>After breakfast, check out and proceed to the foyer of the hotel&nbsp;where you will be met by a local representative and transferred to Cape Town&nbsp;International Airport.<\\/p>\\r\\n\\r\\n<p>On arrival at Cape Town&nbsp;International Airport, proceed to check in for your onward journey back home with wonderful memories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27825\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30617.44\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27825\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30617.44\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":20412,\"priceDoubleOcc\":\"30617.44\",\"priceSingleOcc\":30617.44,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30617.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;All beverages, Telephone Calls, Facsimile, Laundry and Valet, Gratuities, Spas or any other item of personal in nature&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other road transfers not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All other Scheduled or Private Day&amp;nbsp;Tours&amp;nbsp;not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All other meals&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Arrangements&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel&amp;nbsp;Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flights, flight reservations, amended to flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other item not mentioned as an inclusion&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"Inclusion\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;2&amp;nbsp;Nights at Mabula Game Lodge on a full board + activities basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;3&amp;nbsp;Nights at Protea Hotel Knysna Quays in a non-lagoon facing room on a bed &amp;amp; breakfast basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;3&amp;nbsp;Nights at AC Hotel by Marriott Cape Town Waterfront in a standard room on a bed &amp;amp; breakfast basis&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Oudtshoorn Tour&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Half Day City Tour &amp;amp; Table Mountain&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Cape Point &amp;amp; Peninsula Tour&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from OR Tambo Airport to Mabula Game Lodge&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Transfer from Mabula Game Lodge to O.R. International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from George Airport to Knysna&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Knysna to Cape Town&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Transfer from Hotel to Cape Town International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VAT @ 15%&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"198906\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[198906],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198907\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[198907],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198908\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[198908],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198909\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[198909],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"198910\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[198910],\"Remark\":[\"&lt;p&gt;Private transfers for Oudtshoorn.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198911\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[198911],\"Remark\":[\"&lt;p&gt;Private Transfers to Tsitsikamma storm river mouth.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198912\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[198912],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198913\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[198913],\"Remark\":[\"&lt;p&gt;Private transfers from Knysna Hotel to Cape town Hotel.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198914\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[198914],\"Remark\":[\"&lt;p&gt;Private Transfers to Half Day City Tour&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198915\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[198915],\"Remark\":[\"&lt;p&gt;Private Transfers for Full day City tour.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"198916\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[198916],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Waterberg,Knysna,Cape Town', 'Waterberg,Southern Africa,South Africa,Knysna,Cape Town', NULL, '29352,14261,5069', 30617, 30617, 8, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-11-30 00:00:00', '2022-11-30 00:00:00', 3, 'South Africa', '195', '2022-01-21 12:13:06', '2022-01-21 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'classic-south-africa', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(23, 27835, 1, 9840, 0, 0, 0, 'Honeymoon,Wildlife,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":27835,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-11-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"17140\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4839,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4839,\"DestinationPlaces\":\"Johannesburg\",\"DestinationPlacesSysId\":13189,\"SourcePlaces\":\"Johannesburg\",\"SourcePlaceSysId\":13189,\"AgencyName\":\"Chalo Dmc (Formerly Sapphire Ventures) !\",\"Name\":\"Northern Sensational Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4511\",\"SupplierName\":\"Chalo South Africa\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,B\\/fast & Dinner,All Meals,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Wildlife,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-11-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":22094,\"Title\":\"Pretoria\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":163084,\"Name\":\"Zebra Country Lodge\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-25.62848\",\"Long\":\"28.364611\",\"Address\":\"R 573, Kwa Mhalanga Road Roodeplaat Dam\"},\"Images\":{\"Image\":[{\"ImagId\":3604260,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_31_t.jpg\"},{\"ImagId\":3604261,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_38_t.jpg\"},{\"ImagId\":3604262,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_41_t.jpg\"},{\"ImagId\":3604263,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_37_t.jpg\"},{\"ImagId\":3604264,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_40_t.jpg\"},{\"ImagId\":3604265,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_29_t.jpg\"},{\"ImagId\":3604266,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_57_t.jpg\"},{\"ImagId\":3604267,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_58_t.jpg\"},{\"ImagId\":3604268,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_83_t.jpg\"},{\"ImagId\":3604269,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_67_t.jpg\"},{\"ImagId\":3604270,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_69_t.jpg\"},{\"ImagId\":3604271,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_84_t.jpg\"},{\"ImagId\":3604272,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_66_t.jpg\"},{\"ImagId\":3604273,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_77_t.jpg\"},{\"ImagId\":3604274,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_78_t.jpg\"},{\"ImagId\":3604275,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_76_t.jpg\"},{\"ImagId\":3604276,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_73_t.jpg\"},{\"ImagId\":3604277,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_74_t.jpg\"},{\"ImagId\":3604278,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_60_t.jpg\"},{\"ImagId\":3604279,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_62_t.jpg\"},{\"ImagId\":3604280,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_81_t.jpg\"},{\"ImagId\":3604281,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_82_t.jpg\"},{\"ImagId\":3604282,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_71_t.jpg\"},{\"ImagId\":3604283,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_80_t.jpg\"},{\"ImagId\":3604284,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_92_t.jpg\"},{\"ImagId\":3604285,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_102_t.jpg\"},{\"ImagId\":3604286,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_94_t.jpg\"},{\"ImagId\":3604287,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_95_t.jpg\"},{\"ImagId\":3604288,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_99_t.jpg\"},{\"ImagId\":3604289,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_101_t.jpg\"},{\"ImagId\":3604290,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_103_t.jpg\"},{\"ImagId\":3604291,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_105_t.jpg\"},{\"ImagId\":3604292,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_5_t.jpg\"}]},\"CityId\":22094,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Zebra Country Lodge in Cullinan, you&amp;apos;ll be within the region of Sable Hills Recreation Area and Cullinan Diamond Mine.  This hotel is within the region of Premier Mine.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 63 air-conditioned rooms featuring minibars. Satellite television is provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take time to pamper yourself with a visit to the full-service spa. Additional amenities at this hotel include complimentary wireless Internet access, gift shops\\/newsstands, and wedding services. Getting to nearby attractions is a breeze with the area shuttle (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at one of the hotel&amp;apos;s 6 restaurants. Relax with your favorite drink at a bar\\/lounge or a poolside bar.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour front desk and laundry facilities. Event facilities at this hotel consist of conference space and meeting rooms. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2380000\\/2378100\\/2378013\\/2378013_31_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":26381,\"Title\":\"Sun City\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":396398,\"Name\":\"Soho Hotel & Casino\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"-25.347468\",\"Long\":\"27.099811\",\"Address\":\"P.O. Box 2, Sun City 0316, North West Province\"},\"Images\":[],\"CityId\":26381,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Soho Hotel &amp; Casino at Sun City Resort in Sun City, you&#039;ll be connected to the convention center and minutes from Lost City.  This 4-star hotel is within the region of Pilanesberg National Park and Mogwase Shopping Center.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 340 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with separate bathtubs and showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Encounter the local wildlife with a safari, then enjoy recreational amenities including a casino and a golf course. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests who want to try their luck at the slots can hop on the complimentary casino shuttle.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 5 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Relax with a refreshing drink from a poolside bar or one of the 2 bars\\/lounges. A complimentary buffet breakfast is served daily from 6:30 AM to 11 AM.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, express check-out, and complimentary newspapers in the lobby. Event facilities at this hotel consist of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/01\\/c1\\/01c1ae74fbe8ca87cc0fd58b9c0f13940caf7ae8.jpg\",\"AccoAminitiesMask\":\"1000000100011101000\",\"AccoAminities\":[{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":29352,\"Title\":\"Waterberg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485182,\"Name\":\"Honeyguide Ranger Camps\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":29352,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Tent\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"199007\",\"Title\":\"Zebra Country Lodge Reserve, Pretoria \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon your arrival at OR Tambo International Airport,&nbsp;an Albatros Travel representative will be waiting to escort and assist you with your luggage to the vehicle for your transfer to Zebra Country Lodge.&nbsp;<\\/p>\\r\\n\\r\\n<p>Comfortable country living in a tranquil setting has never been more accessible. This 400ha nature reserve and country retreat, with a variety of general game, is located only a thirty minutes&rsquo; drive North-East of Pretoria.<\\/p>\\r\\n\\r\\n<p>Upon arrival, after checking in and shown to your room, the rest of the day is at leisure to relax.<\\/p>\\r\\n\\r\\n<p>Dinner to be served at the lodge<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":163084,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199008\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199009\",\"Title\":\"Soho Hotel, Sun City \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After your scrumptious breakfast, proceed to the foyer of the lodge where you will be met by the driver\\/guide for your transfer to Sun City.<\\/p>\\r\\n\\r\\n<p>Upon arrival at the Soho Hotel check in, freshen up, relax and enjoy your surroundings.<\\/p>\\r\\n\\r\\n<p>The remainder of your stay at the Soho Hotel is at leisure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396398,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199010\",\"Title\":\"Soho Hotel, Sun City \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, proceed to enjoy the activities on offer at the Sun City Resort.<br \\/>\\r\\n<br \\/>\\r\\nOptional Activities:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Valley of Waves<\\/li>\\r\\n\\t<li>Temple of Courage<\\/li>\\r\\n\\t<li>Lost City Golf Course<\\/li>\\r\\n\\t<li>The Maze of The Lost City<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":396398,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199011\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26381,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199012\",\"Title\":\"Honeyguide Ranger Camp, The Waterberg Biosphere \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, check out and proceed to the foyer of hotel where you will be met by our local representative and&nbsp;depart to Honeyguide Ranger Camp.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Upon arrival at Honeyguide Ranger Camp check in, unwind and enjoy your surroundings<em>.<\\/em>&nbsp;<\\/p>\\r\\n\\r\\n<p>Once settle in enjoy lunch (time-permitting) and proceed for an afternoon game drive.<\\/p>\\r\\n\\r\\n<p>Ranger Camp offers guests&rsquo; game drives in new open game viewing vehicles in the early morning and late afternoon\\/evening. Late afternoon and evening drives include sunset drinks, with views of the breath-taking Yellowwood Gorge where the road twists down the escarpment between cliffs, waterfalls and forests.<\\/p>\\r\\n\\r\\n<p>We return to the lodge, where a hearty dinner will be waiting to be enjoyed and a catch up of the day experience with your fellow friends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485182,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Tent\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199013\",\"Title\":\"Honeyguide Ranger Camp, The Waterberg Biosphere \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"<p>A typical day at Honeyguide Ranger Camp proceeds as follows...<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>05h30:&nbsp;&nbsp;Wakeup call&nbsp;<\\/li>\\r\\n\\t<li>06h00:&nbsp;&nbsp;Morning game drive<\\/li>\\r\\n\\t<li>09h30:&nbsp;&nbsp;Breakfast is served.&nbsp;During breakfast, guests will be offered the opportunity of partaking in a Bush Walk.<\\/li>\\r\\n\\t<li>14h00:&nbsp;&nbsp;Lunch is served&nbsp;<\\/li>\\r\\n\\t<li>16h00:&nbsp; Afternoon game drive&nbsp;<\\/li>\\r\\n\\t<li>20h00:&nbsp;&nbsp;Dinner is served<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485182,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Tent\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199014\",\"Title\":\"Honeyguide Ranger Camp, The Waterberg Biosphere \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"<p>After your early morning encounter with a&nbsp;wide variety of animals&nbsp;and birds&nbsp;roaming&nbsp;freely in their natural habitat,&nbsp;return to the lodge for a scrumptious breakfast.<\\/p>\\r\\n\\r\\n<p>Below&nbsp;<strong><em>optional<\\/em><\\/strong>&nbsp;experiences are available at the lodge.&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Bird watching from a newly built hide opposite a watering hole<\\/li>\\r\\n\\t<li>Hiking and walking safaris<\\/li>\\r\\n\\t<li>Plant life\\/flora and footprint tracking<\\/li>\\r\\n\\t<li>Private guided tours<\\/li>\\r\\n\\t<li>Safaris in a private conservancy<\\/li>\\r\\n\\t<li>Wildlife photography<\\/li>\\r\\n\\t<li>Stargazing<\\/li>\\r\\n\\t<li>Moonlit authentic boma dinners<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485182,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Tent\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199015\",\"Title\":\"Waterberg Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Today you can either do an early morning game drive or have a sleep in. Upon return to the lodge, scrumptious breakfast is to be enjoyed before it is time to check out.<\\/p>\\r\\n\\r\\n<p>Time to say goodbyes as we make our way through to OR Tambo International Airport in time to board our onward flight home.<\\/p>\\r\\n\\r\\n<p>As we depart OR Tambo, we take home with us fond memories and souvenirs not to be found anywhere else in the world.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29352,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27835\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19196.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27835\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19196.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":12798,\"priceDoubleOcc\":\"19196.80\",\"priceSingleOcc\":19196.8,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19196.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;All beverages, Telephone Calls, Facsimile, Laundry and Valet, Gratuities, Spas or any other item of personal in nature&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other road transfers not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All other Scheduled or Private Day&amp;nbsp;Tours&amp;nbsp;not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All other meals&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Visa Arrangements&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel&amp;nbsp;Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flights, flight reservations, amended to flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other item not mentioned as an inclusion&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"Inclusion\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;1 Night&amp;nbsp;at&amp;nbsp;Zebra Country Lodge in a standard room on a Dinner, Bed &amp;amp; Breakfast basis, including a Nature Bush Walk&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Nights at Soho Hotel in a standard room on Bed &amp;amp; Breakfast basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;3 Nights&amp;nbsp;at Honeyguide Ranger Camp in a tent on a Full&amp;nbsp;Board basis (all meals and two activities per day)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private road transfers OR Tambo International Airport \\/ Zebra Country Lodge \\/ Soho Hotel \\/ Honeyguide Ranger Camp \\/ OR Tambo International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meet and greet at O.R. Tambo International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable taxes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VAT @ 15%&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"199007\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[199007],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199008\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[199008],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199009\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[199009],\"Remark\":[\"&lt;p&gt;Private Transfers from Pretoria hotel to Sun city hotel.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199010\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[199010],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199011\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[199011],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199012\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[199012],\"Remark\":[\"&lt;p&gt;Private Transfers from Sun City hotel to Waterberg Hotel.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199013\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[199013],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199014\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[199014],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199015\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[199015],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Pretoria,Sun City,Waterberg', 'Pretoria,Southern Africa,South Africa,Sun City,Waterberg', NULL, '22094,26381,29352', 19197, 19197, 6, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-11-30 00:00:00', '2022-11-30 00:00:00', 3, 'South Africa', '195', '2022-01-21 12:13:02', '2022-01-21 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'northern-sensational-package', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(24, 27836, 1, 9840, 0, 0, 0, 'Honeymoon,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":27836,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-11-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"25357\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4839,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":4839,\"DestinationPlaces\":\"Cape Town\",\"DestinationPlacesSysId\":5069,\"SourcePlaces\":\"Johannesburg\",\"SourcePlaceSysId\":13189,\"AgencyName\":\"Chalo Dmc (Formerly Sapphire Ventures) !\",\"Name\":\"Scenic Garden Route and Safari\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4511\",\"SupplierName\":\"Chalo South Africa\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,All Meals,Cab,Airport Transfers,Activity,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-11-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14261,\"Title\":\"Knysna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":484923,\"Name\":\"Rex hotel\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":14261,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18364,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}},{\"CityId\":475,\"Title\":\"Albertinia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485194,\"Name\":\"Garden route game lodge\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":475,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Lodge Room\",\"MealTypeName\":\"FB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18364,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}},{\"CityId\":5069,\"Title\":\"Cape Town\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":484887,\"Name\":\"Cape Milner\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":5069,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20590,\"Title\":\"Birds of eden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20591,\"Title\":\"Jukani wildlife Sanctuary\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20589,\"Title\":\"Monkeyland\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14261,\"CityName\":\"Knysna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6332,\"Title\":\"Table Mountain\",\"Description\":\"Table Mountain (Khoekhoe: Huri &Dagger;oaxa, where the sea rises Afrikaans: Tafelberg) is a flat-topped mountain forming a prominent landmark overlooking the city of Cape Town in South Africa. It is a significant tourist attraction, with many visitors using the cableway or hiking to the top. The mountain forms part of the Table Mountain National Park. Table Mountain is home to a large array of fauna and flora, most of which are endemic\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531463173.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6330,\"Title\":\"Company Gardens\",\"Description\":\"The Company&#039;s Garden is a park and heritage site located in central Cape Town. The garden was originally created in the 1650s by the region&#039;s first European settlers and provided fertile ground to grow fresh produce to replenish ships rounding the Cape. It is watered from the Molteno Dam, which uses water from the springs on the lower slopes of Table Mountain.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":20355,\"Title\":\"Iziko Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":6328,\"Title\":\"Castle of Good Hope\",\"Description\":\"The Castle of Good Hope (Dutch: Kasteel de Goede Hoop Afrikaans: Kasteel van Goeie Hoop) known locally as the Castle or Cape Town Castle[2] is a bastion fort built in the 17th century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land reclamation the fort is now located inland. In 1936 the Castle was declared a historical monument (now a provincial heritage site) and following restorations in the 1980s it is considered the best preserved example of a Dutch East India Company fort.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/36_1531462598.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7669,\"Title\":\"Hout Bay\",\"Description\":\"Hout Bay is a suburb of Cape Town, South Africa situated in a valley on the Atlantic seaboard of the Cape Peninsula, twenty kilometres south of the Central Business District of Cape Town. The name &amp;quot;Hout Bay&amp;quot; can refer to the town, the bay on which it is situated, or the entire valley.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Hout_Bay_5069_1545043877.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7670,\"Title\":\"Seal Island\",\"Description\":\"Seal Island is a small land mass located 5.7 kilometres off the northern beaches of False Bay, near Cape Town, in South Africa. The island is so named because of the great number of Cape fur seals that occupy it. It is 5 acres in area and home to 64,000 cape fur seals.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Seal_Island_5069_1545044014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18364,\"Title\":\"Chapman\'s Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":7676,\"Title\":\"Cape Point\",\"Description\":\"Cape Point is a promontory at the southeast corner of the Cape Peninsula, which is a mountainous and scenic landform that runs north-south for about thirty kilometres at the extreme southwestern tip of the African continent in the Republic of South Africa.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/Cape_Point_5069_1545044664.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18365,\"Title\":\"Funicular Ride\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":4928,\"Title\":\"Boulders Beach\",\"Description\":\"Boulders Beach is a sheltered beach made up of inlets between granite boulders, from which the name originated. It is located in the Cape Peninsula, near Simon&#039;s Town towards Cape Point, near Cape Town in the Western Cape province of South Africa. It is also commonly known as Boulders Bay.  It is a popular tourist stop because of a colony of African penguins which settled there in 1982. Boulders Beach forms part of the Table Mountain National Park.\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":-34.19722,\"Long\":18.4490964,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5069\\/sightseeing\\/48_1525683757.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null},{\"RefSSId\":18366,\"Title\":\"Kirstenbosch Gardens\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5069,\"CityName\":\"Cape Town\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4511,\"SupplierName\":\"Chalo South Africa\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"199016\",\"Title\":\"Aha The Rex Hotel, Knysna \",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>On arrival at Cape Town International Airport <strong><em>OR<\\/em><\\/strong> O.R Tambo International Airport, check in for your onward flight to George Airport.<\\/p>\\r\\n\\r\\n<p>Upon arrival at George Airport, you will be met by a representative and transferred to your AHA The Rex Hotel.&nbsp;<\\/p>\\r\\n\\r\\n<p>Knysna is a haven of beaches, forests, lakes and sea, and&nbsp;aha The Rex Hotel&nbsp;is one of this coastal town&rsquo;s most sophisticated accommodation offerings. A warm welcome and timeless elegance ensure&nbsp;guests enjoy a special experience during their stay.<\\/p>\\r\\n\\r\\n<p>The rest of your day will be free at leisure to relax near the Waterfront in this beautiful town.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484923,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199017\",\"Title\":\"Aha The Rex Hotel, Knysna \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After your scrumptious breakfast, enjoy some of the many activities offered by Plettenberg Santuaries.&nbsp;<\\/p>\\r\\n\\r\\n<p>The Plettenberg Bay Sanctuaries which comprises Monkeyland, Birds of Eden and Jukani Wildlife Sanctuary.<\\/p>\\r\\n\\r\\n<p><strong>Monkeyland<\\/strong><\\/p>\\r\\n\\r\\n<p>Monkeyland is the worlds first free roaming multi-specie primate sanctuary. It&#39;s mission is to educate and foster greater understanding of our primate cousins and the threats and challenges they are facing.<\\/p>\\r\\n\\r\\n<p><strong>Birds of Eden<\\/strong><\\/p>\\r\\n\\r\\n<p>Birds of Eden&#39;s unique two-hectare dome (the world&rsquo;s largest) spans over a gorge of indigenous forest. Currently it is home to over 3,500 birds from over 220 species, with the main focus being African birds. Visits to Birds of Eden are usually self-guided, however guided walks are offered on request.<\\/p>\\r\\n\\r\\n<p><strong>Jukani Wildlife Sanctuary<\\/strong><\\/p>\\r\\n\\r\\n<p>At Jukani the&nbsp;mission is to maintain and manage a sustainable wildlife sanctuary, with the focus on creating widespread awareness about the plight of large predators in captivity, in South Africa and all over the world.<\\/p>\\r\\n\\r\\n<p>Enjoy an exotic dinner around the Waterfront before returning to your hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484923,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20590,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20591,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20589,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199018\",\"Title\":\"Aha The Rex Hotel, Knysna \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast proceed to the foyer of the hotel where you will be met by our&nbsp;our local representative and depart to Tsitsikamma National Park to explore Storms River Mouth.&nbsp;<\\/p>\\r\\n\\r\\n<p>Storms River Mouth in the Tsitsikamma Section of the Garden Route National Park.&nbsp;The park is also well-known for its spectacular coastal scenery, and is home to one of the country&#39;s oldest no-take marine protected areas.<\\/p>\\r\\n\\r\\n<p><strong>Storms River Mouth Highlights!&nbsp;<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Enjoy stunning coastal scenery in the Garden Route National Park.<\\/li>\\r\\n\\t<li>Take the iconic suspension bridge over the Storms River Mouth.<\\/li>\\r\\n\\t<li>Complete one of a number of short hikes in the area with amazing views.<\\/li>\\r\\n\\t<li>Spot nesting pairs of African Black Oystercatchers,&nbsp;one of South Africa&#39;s most endangered birds, on the rocky shores, and the shy Cape Clawless Otter hunting crabs on the coastline.<\\/li>\\r\\n\\t<li>Look out for dolphins frolicking in the surf and migrating Southern Right Whales passing close by.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484923,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199019\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14261,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199020\",\"Title\":\"Garden Route Game Lodge, Albertinia\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast at the hotel, check-out and proceed for transfers to Garden Route Game Lodge. Upon arrival, proceed for an afternoon game drive. Dinner and overnight stay at the Lodge.<\\/p>\\r\\n\\r\\n<p>Garden Route Game Lodge reserve is home to elephant, lion, buffalo, white rhino, giraffe, cheetah and a variety of antelope species so be sure to bring your binoculars and camera. If you are in luck you may be treated with a sighting of our free roaming cheetahs.<\\/p>\\r\\n\\r\\n<p>Evenings and mornings can be cool so be sure to bring a warm top. Ponchos are provided. There will be a sundowner stop at one of our popular look outs in the game reserve on your evening safari.<\\/p>\\r\\n\\r\\n<p>Dinner is a&nbsp;relaxed affair where guests get a chance to discuss the days game viewing and make new friends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":475,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485194,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Lodge Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199021\",\"Title\":\"Garden Route Game Lodge, Albertinia \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"<p>A typical day at Garden Route Game Lodge&nbsp;proceeds as follows...<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>06h30:&nbsp;&nbsp;Wake up call&nbsp;<\\/li>\\r\\n\\t<li>07h00:&nbsp;&nbsp;Morning game drive<\\/li>\\r\\n\\t<li>09h00:&nbsp;&nbsp;Breakfast is served.&nbsp;<\\/li>\\r\\n\\t<li>10h30:&nbsp; Guided Tour of the Reptile &amp; Interpretive Centre&nbsp;<\\/li>\\r\\n\\t<li>14h00:&nbsp;&nbsp;Lunch is served&nbsp;<\\/li>\\r\\n\\t<li>16h00:&nbsp; Afternoon game drive&nbsp;<\\/li>\\r\\n\\t<li>19h30:&nbsp;&nbsp;Dinner is served<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Activities on site or nearby include:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Spa treatments&nbsp;<\\/li>\\r\\n\\t<li>Mountain Biking&nbsp;<\\/li>\\r\\n\\t<li>Guided Game Walk&nbsp;<\\/li>\\r\\n\\t<li>Picnic in the reserve&nbsp;<\\/li>\\r\\n\\t<li>Private Dining&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":475,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485194,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"FB\",\"ROOMTYPENAME\":\"Lodge Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199022\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":475,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199023\",\"Title\":\"The Cape Milner Hotel, Cape Town \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, check out and proceed to the foyer of hotel where you will be met by our local representative and&nbsp;depart on a long scenic drive to the hustle and bustle of Cape Town.&nbsp;<\\/p>\\r\\n\\r\\n<p>Perched between the ocean and the mountain, with a national park as its heart, there is nowhere like Cape Town. Cape Town, the &ldquo;Mother City&rdquo;, is the oldest city in South Africa and has a cultural heritage spanning more than 300 years.<\\/p>\\r\\n\\r\\n<p>Upon arrival at The Cape Milner, check in and freshen up before exploring Cape Town.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199024\",\"Title\":\"The Cape Milner Hotel, Cape Town \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After your&nbsp;breakfast, proceed to the foyer of the hotel where you will be met by your local guide for your Private Half Day Cape Town &amp; Table Mountain Tour.<\\/p>\\r\\n\\r\\n<p>Situated below Table Mountain, Devil&rsquo;s Peak and Lion&rsquo;s Head, Cape Town offers a rich cultural and industrial heritage, grand splendour and an assurance of activity &amp; excitement. This option is a geographical and cultural extravaganza, showing you Cape Town, from its historical beginnings to the dazzling, modern city it is today.<\\/p>\\r\\n\\r\\n<p><strong>HIGHLIGHTS!<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Cape Town City<\\/li>\\r\\n\\t<li>Table Mountain&nbsp;<\\/li>\\r\\n\\t<li>Company Gardens<\\/li>\\r\\n\\t<li>Iziko Museum&nbsp;<\\/li>\\r\\n\\t<li>Castle of Goodhope<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Enjoy the evening with live entertainment, shopping and dining options at the Victoria &amp;&nbsp;Alfred Waterfront on your own.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6332,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6330,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20355,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6328,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199025\",\"Title\":\"The Cape Milner Hotel, Cape Town \",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast proceed to the foyer of the hotel where you will be met by your local guide for your Private&nbsp;Full&nbsp;Day Cape Point &amp; Peninsula Tour.<\\/p>\\r\\n\\r\\n<p>This awe-inspiring tour to the towering headland known as Cape Point encompasses magnificent beaches, breath-taking views, and picturesque coastal villages. The Cape Peninsula is one of the world&rsquo;s most scenic areas and stretches from the City centre to Cape Point.&nbsp;<em>Note: The drive via Chapman&rsquo;s Peak is subject to the road being open. Ou Kaapse Weg will be used as an alternative route when necessary.<\\/em><\\/p>\\r\\n\\r\\n<p><strong>HIGHLIGHTS!<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Hout Bay, Seal Island&nbsp;<\\/li>\\r\\n\\t<li>Cape Point &amp; Peninsula<\\/li>\\r\\n\\t<li>Simon&rsquo;s Town, Boulders Beach and the penguin colony<\\/li>\\r\\n\\t<li>Kirstenbosch Gardens<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":484887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7669,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7670,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18364,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18365,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4928,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18366,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"199026\",\"Title\":\"Cape town Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>After breakfast, check out and proceed to the foyer of the hotel&nbsp;where you will be met by a local representative and transferred to Cape Town&nbsp;International Airport.<\\/p>\\r\\n\\r\\n<p>On arrival at Cape Town&nbsp;International Airport, proceed to check in for your onward journey back home with wonderful memories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5069,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27836\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28399.84\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"27836\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28399.84\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-21\",\"To\":\"2022-11-30\",\"Currency\":31,\"priceTripleOcc\":18933,\"priceDoubleOcc\":\"28399.84\",\"priceSingleOcc\":28399.84,\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28399.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;All beverages, Telephone Calls, Facsimile, Laundry and Valet, Gratuities, Spas or any other item of personal in nature&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other road transfers not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All other Scheduled or Private Day&amp;nbsp;Tours&amp;nbsp;not mentioned as an inclusion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;All other meals&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Visa Arrangements&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel&amp;nbsp;Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Flights, flight reservations, amended to flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other item not mentioned as an inclusion&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"Inclusion\":\"&lt;ol&gt;\\r\\n\\t&lt;li&gt;3 Nights at Rex Hotel in a standard room on a bed &amp;amp; breakfast basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 Nights at Garden Route Game Lodge in a lodge room on dinner,&amp;nbsp;bed &amp;amp; breakfast basis + 2 x game drives&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;3 Nights at The Cape Milner a standard room on a bed &amp;amp; breakfast basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Plettenberg Bay visiting Sanctuaries&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Tsitsikamma National Park, Storms River Mouth&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Half Day City Tour &amp;amp; Table Mountain&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private Full Day Cape Point &amp;amp; Peninsula Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from George Airport to Knysna&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Knysna to Albertina&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Albertina to Cape Town&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Private transfer from Hotel to Cape Town International Airport&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vat @ 15%&lt;\\/li&gt;\\r\\n&lt;\\/ol&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"199016\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[199016],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199017\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[199017],\"Remark\":[\"&lt;p&gt;Private Transfers to Plettenberg bay for Sightseeing.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199018\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[199018],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199019\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[199019],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199020\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[199020],\"Remark\":[\"&lt;p&gt;Private transfers from Knysna Hotel to Garden route Game lodge.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199021\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[199021],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199022\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[199022],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199023\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[199023],\"Remark\":[\"&lt;p&gt;Private Transfers from Garden Route game lodge to Cape Milner, Cape&nbsp; Town&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199024\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[199024],\"Remark\":[\"&lt;p&gt;Private Transfers for half day City Tour.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199025\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[199025],\"Remark\":[\"&lt;p&gt;Private Transfers for Full Day City Tour.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"199026\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[199026],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Knysna,Albertinia,Cape Town', 'Knysna,Southern Africa,South Africa,Albertinia,Cape Town', NULL, '14261,475,5069', 28400, 28400, 8, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-11-30 00:00:00', '2022-11-30 00:00:00', 3, 'South Africa', '195', '2022-01-21 12:12:56', '2022-01-21 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'scenic-garden-route-and-safari', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(25, 31550, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Wildlife,Family,Cruise,Religious,Hill Station,Group Tours,Luxury Tours', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31550,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-12-31\",\"AdvBookingDays\":1,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Tour with Kailash Expeditions India &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Connect India\",\"Name\":\"Ladakh Appetiser \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6792\",\"SupplierName\":\"Kailash Expeditions India\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Lunch\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Cruise,Religious,Hill Station,Group Tours,Luxury Tours\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-12-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493100,\"Name\":\"\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493101,\"Name\":\"Galwan Guest House\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.17628989999999\",\"Long\":\"77.580367\",\"Address\":\"Shanti Stupa Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493102,\"Name\":\"Katpa Residency\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1745457\",\"Long\":\"77.58777660000001\",\"Address\":\"near Shaolin Guest House, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493103,\"Name\":\"Hotel Classic Ladakh\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.171869\",\"Long\":\"77.58481090000001\",\"Address\":\"Karzu Rd, Upper Karzo, Sankar, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493104,\"Name\":\"HOTEL NATURE\'S LAND LEH LADAKH\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1745476\",\"Long\":\"77.5818543\",\"Address\":\"upper, Changspa Rd, yourtung, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":119248,\"Name\":\"Hotel Royal Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642\",\"Long\":\"77.5736\",\"Address\":\"Upper Karzu Road Yourtong Road\"},\"Images\":{\"Image\":[{\"ImagId\":2620311,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150530.jpg?s=312x\"},{\"ImagId\":2620312,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150531.jpg?s=312x\"},{\"ImagId\":2620313,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/338\\/338941\\/338941_14061716100019888889.jpg?s=312x\"},{\"ImagId\":2620314,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/aff.bstatic.com\\/images\\/hotel\\/max300\\/213\\/21338578.jpg\"},{\"ImagId\":2620315,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150528.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ideally located in the prime touristic area of Leh, Hotel Royal Ladakh promises a relaxing and wonderful visit. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Take advantage of the hotel&#039;s Wi-Fi in public areas, valet parking, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. To enhance guests&#039; stay, the hotel offers recreational facilities such as garden. Hotel Royal Ladakh combines warm hospitality with a lovely ambiance to make your stay in Leh unforgettable.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150530.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493105,\"Name\":\"The Silk Route Ladakh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.151453\",\"Long\":\"77.56487690000002\",\"Address\":\"Skara Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493107,\"Name\":\"Hotel Singge Palace\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1616394\",\"Long\":\"77.5834461\",\"Address\":\"Old Leh Road, Ladakh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493108,\"Name\":\"Spic N Span\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1613673\",\"Long\":\"77.5836779\",\"Address\":\"Old Road, Ladakh, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493109,\"Name\":\"Lakrook boutique stay\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1632794\",\"Long\":\"77.5809266\",\"Address\":\"Fort Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":119228,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1573005\",\"Long\":\"77.58020775\",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":486671,\"Name\":\"The Abduz\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1554715\",\"Long\":\"77.57797479999999\",\"Address\":\"Old Road Sheynam, Leh, Jammu and Kashmir 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493127,\"Name\":\"Galwan Guest House\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.17628989999999\",\"Long\":\"77.580367\",\"Address\":\"Shanti Stupa Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493128,\"Name\":\"Katpa Residency\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1745457\",\"Long\":\"77.58777660000001\",\"Address\":\"near Shaolin Guest House, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493129,\"Name\":\"Hotel Classic Ladakh\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.171869\",\"Long\":\"77.58481090000001\",\"Address\":\"Karzu Rd, Upper Karzo, Sankar, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493130,\"Name\":\"HOTEL NATURE\'S LAND LEH LADAKH\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1745476\",\"Long\":\"77.5818543\",\"Address\":\"upper, Changspa Rd, yourtung, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493131,\"Name\":\"Hotel Royal Ladakh\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493132,\"Name\":\"The Silk Route Ladakh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.151453\",\"Long\":\"77.56487690000002\",\"Address\":\"Skara Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493133,\"Name\":\"Hotel Singge Palace\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1616394\",\"Long\":\"77.5834461\",\"Address\":\"Old Leh Road, Ladakh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493134,\"Name\":\"Spic N Span\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1613673\",\"Long\":\"77.5836779\",\"Address\":\"Old Road, Ladakh, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493135,\"Name\":\"Lakrook boutique stay\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1632794\",\"Long\":\"77.5809266\",\"Address\":\"Fort Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3579,\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3580,\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20844,\"Title\":\"Hall of fame\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20846,\"Title\":\"Sangam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7257,\"Title\":\"3 Idiot Shooting\",\"Description\":\"This place is the most popular shooting point in Pangong. Many Bollywood blockbuster movies shooting done here like 3 Idiots , Jab Tak Hai Jaan . It is one of the most crowded locations along the bank of pangong lake. It is the main Sightseeing in Pangong.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/3_Idiot_Shooting_35281_1538049430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20848,\"Title\":\"Pangong lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2617,\"Title\":\"Chang La\",\"Description\":\"The Chang La is a high mountain pass in Ladakh, India. It is claimed to be the second highest motorable road in the world. Chang La is approached from Leh via Kharu and Sekti village by an asphalt road.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0471702,\"Long\":77.930494,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516610144.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486210,\"Name\":\"Stone Hedge Hotel ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5836346\",\"Long\":\"77.46500329999999\",\"Address\":\"Hunder, Jammu and Kashmir 194101\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493004,\"Name\":\"Lchang Nang Retreat- The House of Trees\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6303686\",\"Long\":\"77.60977989999999\",\"Address\":\"Kyagar Village Link Road , Nubra Valley, Ladakh 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493110,\"Name\":\"Hotel Olthang\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5460571\",\"Long\":\"77.5569311\",\"Address\":\"Diskit 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493111,\"Name\":\"Organic Boutique Hunder\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5888092\",\"Long\":\"77.4713779\",\"Address\":\"Hunder Nubra, Leh Ladakh, Hunder, 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493113,\"Name\":\"Naycho Resort - Nubra\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5857522\",\"Long\":\"77.4678504\",\"Address\":\"Nubra Valley, Hunder, Ladakh 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493114,\"Name\":\"Nubra boutique camp\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5846161\",\"Long\":\"77.4733952\",\"Address\":\"Hunder nubra, Inner Rd, Hunder, Ladakh 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493115,\"Name\":\"Shangrila Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493116,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.589215\",\"Long\":\"77.4634335\",\"Address\":\"Choskor, Hunder, Nubra, Hundar, 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493118,\"Name\":\"Desert Himalaya Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.4549746\",\"Long\":\"77.74361139999999\",\"Address\":\"desert Himalaya resort, nubra Valley, Ladakh, 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3579,\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3580,\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20844,\"Title\":\"Hall of fame\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20846,\"Title\":\"Sangam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7257,\"Title\":\"3 Idiot Shooting\",\"Description\":\"This place is the most popular shooting point in Pangong. Many Bollywood blockbuster movies shooting done here like 3 Idiots , Jab Tak Hai Jaan . It is one of the most crowded locations along the bank of pangong lake. It is the main Sightseeing in Pangong.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/3_Idiot_Shooting_35281_1538049430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20848,\"Title\":\"Pangong lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2617,\"Title\":\"Chang La\",\"Description\":\"The Chang La is a high mountain pass in Ladakh, India. It is claimed to be the second highest motorable road in the world. Chang La is approached from Leh via Kharu and Sekti village by an asphalt road.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0471702,\"Long\":77.930494,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516610144.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493119,\"Name\":\"Wild camp pangong lake\",\"Star\":\".00\",\"Rating\":\"3.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.7595131\",\"Long\":\"78.66744039999999\",\"Address\":\"Pangong lake, Ladakh 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Tents\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493120,\"Name\":\"Pangong Tso\",\"Star\":\".00\",\"Rating\":\"4.80\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131\",\"Long\":\"78.66744039999999\",\"Address\":\"Pangong Tso\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Tents\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3579,\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3580,\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20844,\"Title\":\"Hall of fame\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20846,\"Title\":\"Sangam\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7257,\"Title\":\"3 Idiot Shooting\",\"Description\":\"This place is the most popular shooting point in Pangong. Many Bollywood blockbuster movies shooting done here like 3 Idiots , Jab Tak Hai Jaan . It is one of the most crowded locations along the bank of pangong lake. It is the main Sightseeing in Pangong.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/3_Idiot_Shooting_35281_1538049430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20848,\"Title\":\"Pangong lake\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2617,\"Title\":\"Chang La\",\"Description\":\"The Chang La is a high mountain pass in Ladakh, India. It is claimed to be the second highest motorable road in the world. Chang La is approached from Leh via Kharu and Sekti village by an asphalt road.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0471702,\"Long\":77.930494,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516610144.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"224488\",\"Title\":\"Leh  (Visit Shanti Stupa and Leh Palace in Evening)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Experience a wonderful flight over the Himalaya .On arrival, you will be receive by Kailash expeditions representative and transfer to hotel. After welcome tea and coffee, rest for whole day &amp; and let your body take complete acclimatization . Late afternoon , if health permits ,drive to Shanti Stupa &amp; stay back . Overnight Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493100,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493101,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493102,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493103,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":493104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493105,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493107,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493108,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493109,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224492\",\"Title\":\"Hall Of Fame - Magnetic Hill - Gurudwara -Sangam Point\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast at the hotel. After breakfast we take you for a tour of Hall of Fame, GurudwaraPatthar Sahib, Magnetic Hill, Kali Temple and Sangam. At Sangam you can enjoy rafting on Zangskarriver.&nbsp;Hall of Fame is a must visit for every patriotic Indian. It has been built by Indian army in memory of soldiers who lost their lives in Kargil war. Return to Leh in the afternoon.&nbsp;<br \\/>\\r\\nGurdwaraPatthar Sahib located at a distance of 40 kms from Leh, was constructed in 1571, in memory of Guru Nanak to commemorate his visit to this region.&nbsp;<br \\/>\\r\\nMagnetic Hill is the place where you will see your car, with its engine turned off, move upwards on a steep slope. It almost sounds unbelievable.&nbsp;<br \\/>\\r\\nThe Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.<\\/p>\\r\\n\\r\\n<p>ery patriotic Indian. It has been built by Indian army in memory of soldiers who lost their lives in Kargil war. Return to Leh in the afternoon.&nbsp;<br \\/>\\r\\nGurdwaraPatthar Sahib located at a distance of 40 kms from Leh, was constructed in 1571, in memory of Guru Nanak to commemorate his visit to this region.&nbsp;<br \\/>\\r\\nMagnetic Hill is the place where you will see your car, with its engine turned off, move upwards on a steep slope. It almost sounds unbelievable.&nbsp;<br \\/>\\r\\nThe Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493100,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493101,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493102,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493103,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":493104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493105,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493107,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493108,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493109,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20844,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20846,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224496\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224500\",\"Title\":\"Leh-Nubra Valley via Khardongla. 125km.\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After an early breakfast ,drive to beautiful NubraValley via Khardungla (Highest Motorable road in the World, 18,380 ft) with the zig zag trail continues and drive till Hundar&nbsp; village. On arrival check in Nature&#39;s nest North camp. Afternoon enjoy the beauty of sand dune and double hump camel. Overnight at Camp or hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493110,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493111,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":493113,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493114,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493115,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493116,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493118,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":486210,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493004,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20847,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224504\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224508\",\"Title\":\"Disket-Hunder-Pangong Lake (Via Shayok)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Today , we get up early morning visit to Diskit monastery and have wonderful view of Nubra valley. Later drive to Pangong Lake via Shayok.&nbsp;<br \\/>\\r\\nEnjoy the turquoise color panoramic lake and the magnificent mountains and landscapes which will leave you awestruck . Overnight at Camp.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493119,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Tents\"},{\"IsIncluded\":false,\"Id\":493120,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Tents\"}],\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":7257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20848,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224512\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224516\",\"Title\":\"Pangong - Leh via Changla \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After a late breakfast , we stroll in and around lake and watch the mother nature soothes you .Later drive back to Leh via Changla Pass . Overnight Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493127,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493128,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493129,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":493130,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493131,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493132,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493133,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493134,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493135,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":486671,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224520\",\"Title\":\"Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After an early breakfast ,depart to the airport for onward destination &hellip;.fly with sweet memories of Ladakh.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"31550\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12015.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":10055,\"priceDoubleOcc\":\"12015.00\",\"priceSingleOcc\":12015,\"priceExtraBed\":\"6135.00\",\"priceWithoutBed\":\"4605.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12015.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":10545,\"priceDoubleOcc\":\"12750.00\",\"priceSingleOcc\":12750,\"priceExtraBed\":\"6135.00\",\"priceWithoutBed\":\"4605.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":11275,\"priceDoubleOcc\":\"13845.00\",\"priceSingleOcc\":13845,\"priceExtraBed\":\"6135.00\",\"priceWithoutBed\":\"4605.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13845.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":11625,\"priceDoubleOcc\":\"14370.00\",\"priceSingleOcc\":14370,\"priceExtraBed\":\"6135.00\",\"priceWithoutBed\":\"4605.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":13508,\"priceDoubleOcc\":\"17195.00\",\"priceSingleOcc\":17195,\"priceExtraBed\":\"6135.00\",\"priceWithoutBed\":\"4605.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17195.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":19388,\"priceDoubleOcc\":\"26015.00\",\"priceSingleOcc\":26015,\"priceExtraBed\":\"6135.00\",\"priceWithoutBed\":\"4605.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26015.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31551\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16508.25\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":14072,\"priceDoubleOcc\":\"16508.25\",\"priceSingleOcc\":16508.25,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"6900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16508.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":14632,\"priceDoubleOcc\":\"17347.75\",\"priceSingleOcc\":17347.75,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"6900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17347.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":15479,\"priceDoubleOcc\":\"18618.50\",\"priceSingleOcc\":18618.5,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"6900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18618.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":15878,\"priceDoubleOcc\":\"19216.50\",\"priceSingleOcc\":19216.5,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"6900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19216.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":18040,\"priceDoubleOcc\":\"22459.50\",\"priceSingleOcc\":22459.5,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"6900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22459.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":24790,\"priceDoubleOcc\":\"32585.25\",\"priceSingleOcc\":32585.25,\"priceExtraBed\":\"9200.00\",\"priceWithoutBed\":\"6900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32585.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31552\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24966.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":21967,\"priceDoubleOcc\":\"24966.50\",\"priceSingleOcc\":24966.5,\"priceExtraBed\":\"15967.75\",\"priceWithoutBed\":\"11977.25\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24966.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":22527,\"priceDoubleOcc\":\"25806.00\",\"priceSingleOcc\":25806,\"priceExtraBed\":\"15967.75\",\"priceWithoutBed\":\"11977.25\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25806.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":23366,\"priceDoubleOcc\":\"27065.25\",\"priceSingleOcc\":27065.25,\"priceExtraBed\":\"15967.75\",\"priceWithoutBed\":\"11977.25\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27065.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":23769,\"priceDoubleOcc\":\"27669.00\",\"priceSingleOcc\":27669,\"priceExtraBed\":\"15967.75\",\"priceWithoutBed\":\"11977.25\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27669.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":25938,\"priceDoubleOcc\":\"30923.50\",\"priceSingleOcc\":30923.5,\"priceExtraBed\":\"15967.75\",\"priceWithoutBed\":\"11977.25\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30923.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":32700,\"priceDoubleOcc\":\"41066.50\",\"priceSingleOcc\":41066.5,\"priceExtraBed\":\"15967.75\",\"priceWithoutBed\":\"11977.25\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41066.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31553\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"47426.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":42930,\"priceDoubleOcc\":\"47426.00\",\"priceSingleOcc\":47426,\"priceExtraBed\":\"33936.50\",\"priceWithoutBed\":\"25449.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47426.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":42930,\"priceDoubleOcc\":\"47426.00\",\"priceSingleOcc\":47426,\"priceExtraBed\":\"33936.50\",\"priceWithoutBed\":\"25449.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47426.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":43489,\"priceDoubleOcc\":\"48265.50\",\"priceSingleOcc\":48265.5,\"priceExtraBed\":\"33936.50\",\"priceWithoutBed\":\"25449.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48265.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":44731,\"priceDoubleOcc\":\"50128.50\",\"priceSingleOcc\":50128.5,\"priceExtraBed\":\"33936.50\",\"priceWithoutBed\":\"25449.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50128.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":46897,\"priceDoubleOcc\":\"53377.25\",\"priceSingleOcc\":53377.25,\"priceExtraBed\":\"33936.50\",\"priceWithoutBed\":\"25449.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53377.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":53663,\"priceDoubleOcc\":\"63526.00\",\"priceSingleOcc\":63526,\"priceExtraBed\":\"33936.50\",\"priceWithoutBed\":\"25449.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"63526.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"31550\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12020.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":10060,\"priceDoubleOcc\":\"12020.00\",\"priceSingleOcc\":12020,\"priceExtraBed\":\"6140.00\",\"priceWithoutBed\":\"4610.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":10550,\"priceDoubleOcc\":\"12755.00\",\"priceSingleOcc\":12755,\"priceExtraBed\":\"6140.00\",\"priceWithoutBed\":\"4610.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12755.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":11280,\"priceDoubleOcc\":\"13850.00\",\"priceSingleOcc\":13850,\"priceExtraBed\":\"6140.00\",\"priceWithoutBed\":\"4610.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":11630,\"priceDoubleOcc\":\"14375.00\",\"priceSingleOcc\":14375,\"priceExtraBed\":\"6140.00\",\"priceWithoutBed\":\"4610.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":13513,\"priceDoubleOcc\":\"17200.00\",\"priceSingleOcc\":17200,\"priceExtraBed\":\"6140.00\",\"priceWithoutBed\":\"4610.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":19393,\"priceDoubleOcc\":\"26020.00\",\"priceSingleOcc\":26020,\"priceExtraBed\":\"6140.00\",\"priceWithoutBed\":\"4610.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31551\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17226.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":14684,\"priceDoubleOcc\":\"17226.00\",\"priceSingleOcc\":17226,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17226.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":15268,\"priceDoubleOcc\":\"18102.00\",\"priceSingleOcc\":18102,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18102.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":16152,\"priceDoubleOcc\":\"19428.00\",\"priceSingleOcc\":19428,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19428.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":16568,\"priceDoubleOcc\":\"20052.00\",\"priceSingleOcc\":20052,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20052.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":18824,\"priceDoubleOcc\":\"23436.00\",\"priceSingleOcc\":23436,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23436.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":25868,\"priceDoubleOcc\":\"34002.00\",\"priceSingleOcc\":34002,\"priceExtraBed\":\"9600.00\",\"priceWithoutBed\":\"7200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34002.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31552\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26052.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":22922,\"priceDoubleOcc\":\"26052.00\",\"priceSingleOcc\":26052,\"priceExtraBed\":\"16662.00\",\"priceWithoutBed\":\"12498.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26052.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":23506,\"priceDoubleOcc\":\"26928.00\",\"priceSingleOcc\":26928,\"priceExtraBed\":\"16662.00\",\"priceWithoutBed\":\"12498.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26928.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":24382,\"priceDoubleOcc\":\"28242.00\",\"priceSingleOcc\":28242,\"priceExtraBed\":\"16662.00\",\"priceWithoutBed\":\"12498.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28242.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":24802,\"priceDoubleOcc\":\"28872.00\",\"priceSingleOcc\":28872,\"priceExtraBed\":\"16662.00\",\"priceWithoutBed\":\"12498.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28872.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":27066,\"priceDoubleOcc\":\"32268.00\",\"priceSingleOcc\":32268,\"priceExtraBed\":\"16662.00\",\"priceWithoutBed\":\"12498.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32268.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":34122,\"priceDoubleOcc\":\"42852.00\",\"priceSingleOcc\":42852,\"priceExtraBed\":\"16662.00\",\"priceWithoutBed\":\"12498.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42852.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31553\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"49488.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":44796,\"priceDoubleOcc\":\"49488.00\",\"priceSingleOcc\":49488,\"priceExtraBed\":\"35412.00\",\"priceWithoutBed\":\"26556.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"49488.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":44796,\"priceDoubleOcc\":\"49488.00\",\"priceSingleOcc\":49488,\"priceExtraBed\":\"35412.00\",\"priceWithoutBed\":\"26556.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"49488.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":45380,\"priceDoubleOcc\":\"50364.00\",\"priceSingleOcc\":50364,\"priceExtraBed\":\"35412.00\",\"priceWithoutBed\":\"26556.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50364.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":46676,\"priceDoubleOcc\":\"52308.00\",\"priceSingleOcc\":52308,\"priceExtraBed\":\"35412.00\",\"priceWithoutBed\":\"26556.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52308.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":48936,\"priceDoubleOcc\":\"55698.00\",\"priceSingleOcc\":55698,\"priceExtraBed\":\"35412.00\",\"priceWithoutBed\":\"26556.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55698.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-31\",\"Currency\":1,\"priceTripleOcc\":55996,\"priceDoubleOcc\":\"66288.00\",\"priceSingleOcc\":66288,\"priceExtraBed\":\"35412.00\",\"priceWithoutBed\":\"26556.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"66288.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Airfare and Train Tickets&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Lunch and Dinners or Any special Meals unless mentioned otherwise&amp;nbsp;&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Expense of personal nature such as tips, laundry, telephones, beverages etc., &lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Dharshan Tickets &amp;amp; entry fee for all monuments and boating fees &amp;amp; Guide Charges.&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"224488\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[224488],\"Remark\":[\"&lt;p&gt;NON AC INNOVA \\/ ARIA (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC TEMPO TRAVELER ( 6 PAX TO 12 PAX)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}},\"224492\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[224492],\"Remark\":[\"&lt;p&gt;NON AC INNOVA \\/ ARIA (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC TEMPO TRAVELER ( 6 PAX TO 12 PAX)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"224496\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[224496],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"224500\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[224500],\"Remark\":[\"&lt;p&gt;NON AC INNOVA \\/ ARIA (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC TEMPO TRAVELER ( 6 PAX TO 12 PAX)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"3\"]}},\"224504\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[224504],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"224508\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[224508],\"Remark\":[\"&lt;p&gt;NON AC INNOVA \\/ ARIA (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC TEMPO TRAVELER ( 6 PAX TO 12 PAX)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"224512\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[224512],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"224516\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[224516],\"Remark\":[\"&lt;p&gt;NON AC INNOVA \\/ ARIA (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC TEMPO TRAVELER ( 6 PAX TO 12 PAX)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"224520\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[224520],\"Remark\":[\"&lt;p&gt;NON AC INNOVA \\/ ARIA (5 pax)&lt;\\/p&gt;&lt;p&gt;NON AC TEMPO TRAVELER ( 6 PAX TO 12 PAX)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Leh,Nubra,Pangong', 'Leh,Ladakh,Indian Subcontinent,North India,India,Nubra,Jammu and kashmir,Pangong,Lehi', NULL, '15229,35282,35281', 12015, 66288, 5, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-12-31 00:00:00', '2022-12-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'ladakh-appetiser', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(26, 31486, 1, 9840, 0, 0, 0, 'Honeymoon,Wildlife,Family,Religious,Hill Station,Festivals and Events,Romantic,Sr. Citizen', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31486,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-12-30\",\"AdvBookingDays\":50,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Tour with Kailash Expeditions India &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Connect India\",\"Name\":\"Captivating Ladakh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6792\",\"SupplierName\":\"Kailash Expeditions India\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner\",\"PackageType\":\"Honeymoon,Wildlife,Family,Religious,Hill Station,Festivals and Events,Romantic,Sr. Citizen\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-12-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492975,\"Name\":\"Galwan Guest House\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.17628989999999\",\"Long\":\"77.580367\",\"Address\":\"Shanti Stupa Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492976,\"Name\":\"Katpa Residency\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1745457\",\"Long\":\"77.58777660000001\",\"Address\":\"near Shaolin Guest House, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492977,\"Name\":\"Hotel Classic Ladakh\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.171869\",\"Long\":\"77.58481090000001\",\"Address\":\"Karzu Rd, Upper Karzo, Sankar, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492983,\"Name\":\"HOTEL NATURE\'S LAND LEH LADAKH\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1745476\",\"Long\":\"77.5818543\",\"Address\":\"upper, Changspa Rd, yourtung, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":119248,\"Name\":\"Hotel Royal Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642\",\"Long\":\"77.5736\",\"Address\":\"Upper Karzu Road Yourtong Road\"},\"Images\":{\"Image\":[{\"ImagId\":2620311,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150530.jpg?s=312x\"},{\"ImagId\":2620312,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150531.jpg?s=312x\"},{\"ImagId\":2620313,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/338\\/338941\\/338941_14061716100019888889.jpg?s=312x\"},{\"ImagId\":2620314,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/aff.bstatic.com\\/images\\/hotel\\/max300\\/213\\/21338578.jpg\"},{\"ImagId\":2620315,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150528.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ideally located in the prime touristic area of Leh, Hotel Royal Ladakh promises a relaxing and wonderful visit. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Take advantage of the hotel&#039;s Wi-Fi in public areas, valet parking, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. To enhance guests&#039; stay, the hotel offers recreational facilities such as garden. Hotel Royal Ladakh combines warm hospitality with a lovely ambiance to make your stay in Leh unforgettable.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/338\\/338941\\/338941_120717150530.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492984,\"Name\":\"The Silk Route Ladakh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.151453\",\"Long\":\"77.56487690000002\",\"Address\":\"Skara Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":415516,\"Name\":\"Hotel Singge Palace\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1642\",\"Long\":\"77.5736\",\"Address\":\"Old Road, Leh 194101, Ladakh, Jammu and Kashmir\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Singge Palace is a popular choice amongst travelers in Leh, whether exploring or just passing through. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. Facilities like free Wi-Fi in all rooms, 24-hour front desk, car park, room service, car hire are readily available for you to enjoy. Some of the well-appointed guestrooms feature wake-up service, desk, balcony\\/terrace, telephone, television LCD\\/plasma screen. To enhance guests&#039; stay, the hotel offers recreational facilities such as garden. Discover all Leh has to offer by making Singge Palace your base.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1010000000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":119239,\"Name\":\"Spic n Span\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642\",\"Long\":\"77.5736\",\"Address\":\"Old road \"},\"Images\":{\"Image\":[{\"ImagId\":2620215,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/287\\/287535\\/287535_15083109180035388710.jpg?s=312x\"},{\"ImagId\":2620216,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/287\\/287535\\/287535_16090920310046314865.png?s=312x\"},{\"ImagId\":2620217,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/287\\/287535\\/287535_15083109180035388696.png?s=312x\"},{\"ImagId\":2620218,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/287\\/287535\\/287535_15083109180035388698.png?s=312x\"},{\"ImagId\":2620219,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/287\\/287535\\/287535_15083109180035388700.png?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/287\\/287535\\/287535_15083109180035388710.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492985,\"Name\":\"Lakrook boutique stay\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1632794\",\"Long\":\"77.5809266\",\"Address\":\"Fort Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":119228,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1573005\",\"Long\":\"77.58020775\",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":486671,\"Name\":\"The Abduz\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1554715\",\"Long\":\"77.57797479999999\",\"Address\":\"Old Road Sheynam, Leh, Jammu and Kashmir 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493018,\"Name\":\"Katpa Residency\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1745457\",\"Long\":\"77.58777660000001\",\"Address\":\"near Shaolin Guest House, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493019,\"Name\":\"Hotel Classic Ladakh\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.171869\",\"Long\":\"77.58481090000001\",\"Address\":\"Karzu Rd, Upper Karzo, Sankar, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493021,\"Name\":\"Galwan Guest House\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.17628989999999\",\"Long\":\"77.580367\",\"Address\":\"Shanti Stupa Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493022,\"Name\":\"\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493024,\"Name\":\"HOTEL NATURE\'S LAND LEH LADAKH\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1745476\",\"Long\":\"77.5818543\",\"Address\":\"upper, Changspa Rd, yourtung, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493025,\"Name\":\"The Silk Route Ladakh\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.151453\",\"Long\":\"77.56487690000002\",\"Address\":\"Skara Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493026,\"Name\":\"Hotel Singge Palace\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1616394\",\"Long\":\"77.5834461\",\"Address\":\"Old Leh Road, Ladakh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493027,\"Name\":\"Spic N Span\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1613673\",\"Long\":\"77.5836779\",\"Address\":\"Old Road, Ladakh, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493028,\"Name\":\"Lakrook boutique stay\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1632794\",\"Long\":\"77.5809266\",\"Address\":\"Fort Rd, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20842,\"Title\":\"Leh Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20843,\"Title\":\"Shanti stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2644,\"Title\":\"Thikse Monastery\",\"Description\":\"Thiksay Gompa or Thiksay Monastery (also transliterated from Ladakhi as Tikse, Tiksey or Thiksey) is a gompa (monastery) affiliated with the Gelug sect of Tibetan Buddhism. It is located on top of a hill in Thiksey village, approximately 19 kilometres (12 mi) east of Leh in Ladakh, India. It is noted for its resemblance to the Potala Palace in Lhasa, Tibet and is the largest gompa in central Ladakh, notably containing a separate set of buildings for female renunciates that has been the source of significant recent building and reorganisation.\\r\\n\\r\\nThe monastery is located at an altitude of 3,600 metres (11,800 ft) in the Indus Valley. It is a twelve-story complex and houses many items of Buddhist art such as stupas, statues, thangkas, wall paintings and swords. One of the main points of interest is the Maitreya Temple installed to commemorate the visit of the 14th Dalai Lama to this monastery in 1970 it contains a 15 metres (49 ft) high statue of Maitreya, the largest such statue in Ladakh, covering two stories of the building.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0568266,\"Long\":77.6669626,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516684019.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Monastery\",\"Description\":\"Shey Monastery is one of the worth visiting places in Ladakh.It is situated at an altitude of around 11200 feet above the sea level.Shey Monastery is considered as one of the spectacular monasteries in Northern India.It is also known as Shey Palace beacause it was founded by the first King of Ladakh.The 10 meters high gigantic copper-gold gilded statue of a seated Shakyamuni Lord Buddha is the major attraction of the Monastery. This statue of Lord Buddha is said to be the second Buddha statue in Ladakh.There are two major celebrations take place at Shey Monastery Shey Doo Lhoo and Shey Suey Rupla.A number of tourists across the globe visit this monastery every year to experience such unique celebration in the lap of mountains.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0714933,\"Long\":77.6331496,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shey_Monastery_15229_1518611498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3536,\"Title\":\"Sindhu Ghat\",\"Description\":\"&quot;Sindhu Ghat is a beautiful riverbank, situated near the Shey village in Leh. It is known for its unique and scenic landscape, which is consists of barren mountains, rocky terrains, sparse greenery and the Sindhu River traversing the region. The Sindhu River, known as Indus in English, originates near Mansarovar Lake in Tibet and passes through the distinct terrains of India before reaching its confluence in Pakistan. This river is counted amongst the seven prime sacred rivers of the country. Apart from its religious significance, the river earns fame as a cultural entity and symbol of communal harmony. \\r\\n\\r\\nThis riverbank is the venue of a famous cultural event, which is named Ladakh Singhey Khabab Spring Festival. Celebrated annually, this three-day festival takes place in the month of June, on the occasion of Guru Purnima &ndash; the auspicious day of full moon. It is dedicated to the sacred river and is attended by people from surrounding as well as far-flung regions. The festival begins with a ritual that is performed by 50 Buddhist lamas along the riverside. Cultural programmes are organised at the venue that are followed by a short sightseeing trip, campfire and get-together. The third day is marked by a religious ceremony called Sindhu Pujan, during which the river is worshipped.  Apart from being the venue of the famous festival, Sindhu Ghat is an apt place for river rafting. The gurgling waters of this river provide a perfect opportunity for the thrilling activity.&quot;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.084867,\"Long\":77.608666,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518519581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3583,\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7257,\"Title\":\"3 Idiot Shooting\",\"Description\":\"This place is the most popular shooting point in Pangong. Many Bollywood blockbuster movies shooting done here like 3 Idiots , Jab Tak Hai Jaan . It is one of the most crowded locations along the bank of pangong lake. It is the main Sightseeing in Pangong.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/3_Idiot_Shooting_35281_1538049430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7256,\"Title\":\"Indo-China Border\",\"Description\":\"Pangong Tso is a salt lake in the state of Jammu and Kashmir. Situated in the midst of the Himalayas, the lake lies at the Indo-China border with part of the lake in India and the rest in China.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Indo-China_Border_35281_1538049283.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20849,\"Title\":\"Changla pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3595,\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3535,\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492996,\"Name\":\"Hotel Olthang\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5460571\",\"Long\":\"77.5569311\",\"Address\":\"Diskit 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492997,\"Name\":\"Organic Boutique Hunder\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5888092\",\"Long\":\"77.4713779\",\"Address\":\"Hunder Nubra, Leh Ladakh, Hunder, 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492998,\"Name\":\"Shangrila Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492999,\"Name\":\"Nyechu Resorts\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493000,\"Name\":\"Nubra boutique camp\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5846161\",\"Long\":\"77.4733952\",\"Address\":\"Hunder nubra, Inner Rd, Hunder, Ladakh 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493001,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.589215\",\"Long\":\"77.4634335\",\"Address\":\"Choskor, Hunder, Nubra, Hundar, 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493002,\"Name\":\"Desert Himalaya Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.4549746\",\"Long\":\"77.74361139999999\",\"Address\":\"desert Himalaya resort, nubra Valley, Ladakh, 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493003,\"Name\":\"Stone Hedge Hotel ladakh\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5836346\",\"Long\":\"77.46500329999999\",\"Address\":\"Hunder, Jammu and Kashmir 194101\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493004,\"Name\":\"Lchang Nang Retreat- The House of Trees\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6303686\",\"Long\":\"77.60977989999999\",\"Address\":\"Kyagar Village Link Road , Nubra Valley, Ladakh 194401\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20842,\"Title\":\"Leh Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20843,\"Title\":\"Shanti stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2644,\"Title\":\"Thikse Monastery\",\"Description\":\"Thiksay Gompa or Thiksay Monastery (also transliterated from Ladakhi as Tikse, Tiksey or Thiksey) is a gompa (monastery) affiliated with the Gelug sect of Tibetan Buddhism. It is located on top of a hill in Thiksey village, approximately 19 kilometres (12 mi) east of Leh in Ladakh, India. It is noted for its resemblance to the Potala Palace in Lhasa, Tibet and is the largest gompa in central Ladakh, notably containing a separate set of buildings for female renunciates that has been the source of significant recent building and reorganisation.\\r\\n\\r\\nThe monastery is located at an altitude of 3,600 metres (11,800 ft) in the Indus Valley. It is a twelve-story complex and houses many items of Buddhist art such as stupas, statues, thangkas, wall paintings and swords. One of the main points of interest is the Maitreya Temple installed to commemorate the visit of the 14th Dalai Lama to this monastery in 1970 it contains a 15 metres (49 ft) high statue of Maitreya, the largest such statue in Ladakh, covering two stories of the building.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0568266,\"Long\":77.6669626,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516684019.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Monastery\",\"Description\":\"Shey Monastery is one of the worth visiting places in Ladakh.It is situated at an altitude of around 11200 feet above the sea level.Shey Monastery is considered as one of the spectacular monasteries in Northern India.It is also known as Shey Palace beacause it was founded by the first King of Ladakh.The 10 meters high gigantic copper-gold gilded statue of a seated Shakyamuni Lord Buddha is the major attraction of the Monastery. This statue of Lord Buddha is said to be the second Buddha statue in Ladakh.There are two major celebrations take place at Shey Monastery Shey Doo Lhoo and Shey Suey Rupla.A number of tourists across the globe visit this monastery every year to experience such unique celebration in the lap of mountains.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0714933,\"Long\":77.6331496,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shey_Monastery_15229_1518611498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3536,\"Title\":\"Sindhu Ghat\",\"Description\":\"&quot;Sindhu Ghat is a beautiful riverbank, situated near the Shey village in Leh. It is known for its unique and scenic landscape, which is consists of barren mountains, rocky terrains, sparse greenery and the Sindhu River traversing the region. The Sindhu River, known as Indus in English, originates near Mansarovar Lake in Tibet and passes through the distinct terrains of India before reaching its confluence in Pakistan. This river is counted amongst the seven prime sacred rivers of the country. Apart from its religious significance, the river earns fame as a cultural entity and symbol of communal harmony. \\r\\n\\r\\nThis riverbank is the venue of a famous cultural event, which is named Ladakh Singhey Khabab Spring Festival. Celebrated annually, this three-day festival takes place in the month of June, on the occasion of Guru Purnima &ndash; the auspicious day of full moon. It is dedicated to the sacred river and is attended by people from surrounding as well as far-flung regions. The festival begins with a ritual that is performed by 50 Buddhist lamas along the riverside. Cultural programmes are organised at the venue that are followed by a short sightseeing trip, campfire and get-together. The third day is marked by a religious ceremony called Sindhu Pujan, during which the river is worshipped.  Apart from being the venue of the famous festival, Sindhu Ghat is an apt place for river rafting. The gurgling waters of this river provide a perfect opportunity for the thrilling activity.&quot;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.084867,\"Long\":77.608666,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518519581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3583,\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7257,\"Title\":\"3 Idiot Shooting\",\"Description\":\"This place is the most popular shooting point in Pangong. Many Bollywood blockbuster movies shooting done here like 3 Idiots , Jab Tak Hai Jaan . It is one of the most crowded locations along the bank of pangong lake. It is the main Sightseeing in Pangong.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/3_Idiot_Shooting_35281_1538049430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7256,\"Title\":\"Indo-China Border\",\"Description\":\"Pangong Tso is a salt lake in the state of Jammu and Kashmir. Situated in the midst of the Himalayas, the lake lies at the Indo-China border with part of the lake in India and the rest in China.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Indo-China_Border_35281_1538049283.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20849,\"Title\":\"Changla pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3595,\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3535,\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493008,\"Name\":\"Wild camp pangong lake\",\"Star\":\".00\",\"Rating\":\"3.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.7595131\",\"Long\":\"78.66744039999999\",\"Address\":\"Pangong lake, Ladakh 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Tents\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493009,\"Name\":\"Pangong Tso Cottage\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Tents\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493011,\"Name\":\"himalayan wooden cottage\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9076068\",\"Long\":\"78.4594457\",\"Address\":\"Spangmik Pangong Tso Lake leh Ladakh, Spangmik, 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Deluxe Tents\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493012,\"Name\":\"Ibex Wooden Cottage\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Deluxe Tents\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493015,\"Name\":\"Nature\'s Nest Camps Pangong\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9087995\",\"Long\":\"78.4624934\",\"Address\":\"Pangong Lake, Spangmik, Ladakh 194201\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Tents\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493016,\"Name\":\"Pangong Sarai Camps\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.8592975\",\"Long\":\"78.52821349999999\",\"Address\":\"Pangong Lake Rd, Man, 194201\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\"Deluxe Tents\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20842,\"Title\":\"Leh Palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20843,\"Title\":\"Shanti stupa\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2644,\"Title\":\"Thikse Monastery\",\"Description\":\"Thiksay Gompa or Thiksay Monastery (also transliterated from Ladakhi as Tikse, Tiksey or Thiksey) is a gompa (monastery) affiliated with the Gelug sect of Tibetan Buddhism. It is located on top of a hill in Thiksey village, approximately 19 kilometres (12 mi) east of Leh in Ladakh, India. It is noted for its resemblance to the Potala Palace in Lhasa, Tibet and is the largest gompa in central Ladakh, notably containing a separate set of buildings for female renunciates that has been the source of significant recent building and reorganisation.\\r\\n\\r\\nThe monastery is located at an altitude of 3,600 metres (11,800 ft) in the Indus Valley. It is a twelve-story complex and houses many items of Buddhist art such as stupas, statues, thangkas, wall paintings and swords. One of the main points of interest is the Maitreya Temple installed to commemorate the visit of the 14th Dalai Lama to this monastery in 1970 it contains a 15 metres (49 ft) high statue of Maitreya, the largest such statue in Ladakh, covering two stories of the building.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0568266,\"Long\":77.6669626,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516684019.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Monastery\",\"Description\":\"Shey Monastery is one of the worth visiting places in Ladakh.It is situated at an altitude of around 11200 feet above the sea level.Shey Monastery is considered as one of the spectacular monasteries in Northern India.It is also known as Shey Palace beacause it was founded by the first King of Ladakh.The 10 meters high gigantic copper-gold gilded statue of a seated Shakyamuni Lord Buddha is the major attraction of the Monastery. This statue of Lord Buddha is said to be the second Buddha statue in Ladakh.There are two major celebrations take place at Shey Monastery Shey Doo Lhoo and Shey Suey Rupla.A number of tourists across the globe visit this monastery every year to experience such unique celebration in the lap of mountains.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0714933,\"Long\":77.6331496,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shey_Monastery_15229_1518611498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3536,\"Title\":\"Sindhu Ghat\",\"Description\":\"&quot;Sindhu Ghat is a beautiful riverbank, situated near the Shey village in Leh. It is known for its unique and scenic landscape, which is consists of barren mountains, rocky terrains, sparse greenery and the Sindhu River traversing the region. The Sindhu River, known as Indus in English, originates near Mansarovar Lake in Tibet and passes through the distinct terrains of India before reaching its confluence in Pakistan. This river is counted amongst the seven prime sacred rivers of the country. Apart from its religious significance, the river earns fame as a cultural entity and symbol of communal harmony. \\r\\n\\r\\nThis riverbank is the venue of a famous cultural event, which is named Ladakh Singhey Khabab Spring Festival. Celebrated annually, this three-day festival takes place in the month of June, on the occasion of Guru Purnima &ndash; the auspicious day of full moon. It is dedicated to the sacred river and is attended by people from surrounding as well as far-flung regions. The festival begins with a ritual that is performed by 50 Buddhist lamas along the riverside. Cultural programmes are organised at the venue that are followed by a short sightseeing trip, campfire and get-together. The third day is marked by a religious ceremony called Sindhu Pujan, during which the river is worshipped.  Apart from being the venue of the famous festival, Sindhu Ghat is an apt place for river rafting. The gurgling waters of this river provide a perfect opportunity for the thrilling activity.&quot;\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.084867,\"Long\":77.608666,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518519581.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3583,\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7257,\"Title\":\"3 Idiot Shooting\",\"Description\":\"This place is the most popular shooting point in Pangong. Many Bollywood blockbuster movies shooting done here like 3 Idiots , Jab Tak Hai Jaan . It is one of the most crowded locations along the bank of pangong lake. It is the main Sightseeing in Pangong.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/3_Idiot_Shooting_35281_1538049430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":7256,\"Title\":\"Indo-China Border\",\"Description\":\"Pangong Tso is a salt lake in the state of Jammu and Kashmir. Situated in the midst of the Himalayas, the lake lies at the Indo-China border with part of the lake in India and the rest in China.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Indo-China_Border_35281_1538049283.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20849,\"Title\":\"Changla pass\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3595,\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3535,\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223975\",\"Title\":\"Leh  (Visit Shanti Stupa and Leh Palace in Evening).\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Experience a wonderful flight over the Himalaya .On arrival,you will be receive by Kailash expeditions representative and transfer to hotel. After welcome tea and coffee, rest for whole day &amp; and let your body take complete acclimatization . Late afternoon , if health permits ,drive to Shanti Stupa &amp; stay back . Overnight Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492976,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492977,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":492983,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":492984,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":415516,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":119239,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":492985,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":486671,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20842,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20843,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223979\",\"Title\":\"Hemis Monastery\\/ Thiksey Monastery \\/ Shey Palace\\/ Sindhu Darshan \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast full day excursion to Thiksey Monastery (16 Kms), Hemis Monastery (45 Kms) which is one of the biggest in this region. While returning to Leh visit Shey Palace (12 Kms). Later on the way to Leh, visit to Sindhu Ghat for Sindhu Darshan, In the evening return to the hotel for dinner, overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492975,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492976,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492977,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":492983,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":492984,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":415516,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":119239,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":492985,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":486671,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3576,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2644,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3577,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3536,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223983\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223987\",\"Title\":\"Leh-Nubra Valley via Khardongla. 125km.\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After an early breakfast ,drive to beautiful NubraValley via Khardungla (Highest Motorable road in the World, 18,380 ft) with the zig zag trail continues and drive till Hundar&nbsp; village. On arrival check in Nature&#39;s nest North camp. Afternoon enjoy the beauty of sand dune and double hump camel. Overnight at Camp or hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492996,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492997,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":492998,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":492999,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493000,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493001,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493002,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493004,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20847,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223991\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223995\",\"Title\":\"Disket-Hunder-Pangong Lake (Via Shayok)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Today , we get up early morning visit to Diskit monastery and have wonderful view of Nubra valley. Later drive to Pangong Lake via Shayok.&nbsp;<br \\/>\\r\\nEnjoy the turquoise color panoramic lake and the magnificent mountains and landscapes which will leave you awestruck . Overnight at Camp.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493008,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Tents\"},{\"IsIncluded\":false,\"Id\":493009,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Tents\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":493011,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe Tents\"},{\"IsIncluded\":false,\"Id\":493012,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe Tents\"}],\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493015,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Tents\"},{\"IsIncluded\":false,\"Id\":493016,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Tents\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7257,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7256,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223999\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224003\",\"Title\":\"Pangong - Leh via Changla \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After a late breakfast , we stroll in and around lake and watch the mother nature soothes you .Later drive back to Leh via Changla Pass . Overnight Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493019,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493021,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":true,\"Id\":493022,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493024,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493025,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493026,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493027,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":493028,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":486671,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20849,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224007\",\"Title\":\"Hall Of Fame - Magnetic Hill - Gurudwara -Sangam Point\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Breakfast at the hotel. After breakfast we take you for a tour of Hall of Fame, GurudwaraPatthar Sahib, Magnetic Hill, Kali Temple and Sangam. At Sangam you can enjoy rafting on Zangskarriver.&nbsp;Hall of Fame is a must visit for every patriotic Indian. It has been built by Indian army in memory of soldiers who lost their lives in Kargil war. Return to Leh in the afternoon.&nbsp;<br \\/>\\r\\nGurdwaraPatthar Sahib located at a distance of 40 kms from Leh, was constructed in 1571, in memory of Guru Nanak to commemorate his visit to this region.&nbsp;<br \\/>\\r\\nMagnetic Hill is the place where you will see your car, with its engine turned off, move upwards on a steep slope. It almost sounds unbelievable.&nbsp;<br \\/>\\r\\nThe Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.<\\/p>\\r\\n\\r\\n<p>ery patriotic Indian. It has been built by Indian army in memory of soldiers who lost their lives in Kargil war. Return to Leh in the afternoon.&nbsp;<br \\/>\\r\\nGurdwaraPatthar Sahib located at a distance of 40 kms from Leh, was constructed in 1571, in memory of Guru Nanak to commemorate his visit to this region.&nbsp;<br \\/>\\r\\nMagnetic Hill is the place where you will see your car, with its engine turned off, move upwards on a steep slope. It almost sounds unbelievable.&nbsp;<br \\/>\\r\\nThe Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493018,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493019,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":493021,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":493022,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493024,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":119248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"},{\"IsIncluded\":false,\"Id\":493025,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Standard Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493026,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493027,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":493028,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":486671,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"224011\",\"Title\":\"Departure: Leh- Delhi\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After an early breakfast ,depart to the airport for onward destination &hellip;.fly with sweet memories of Ladakh.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"31486\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13685.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":11560,\"priceDoubleOcc\":\"13685.00\",\"priceSingleOcc\":13685,\"priceExtraBed\":\"7310.00\",\"priceWithoutBed\":\"5485.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13685.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":12073,\"priceDoubleOcc\":\"14455.00\",\"priceSingleOcc\":14455,\"priceExtraBed\":\"7310.00\",\"priceWithoutBed\":\"5485.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14455.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":12843,\"priceDoubleOcc\":\"15610.00\",\"priceSingleOcc\":15610,\"priceExtraBed\":\"7310.00\",\"priceWithoutBed\":\"5485.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15610.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":13310,\"priceDoubleOcc\":\"16310.00\",\"priceSingleOcc\":16310,\"priceExtraBed\":\"7310.00\",\"priceWithoutBed\":\"5485.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16310.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":15350,\"priceDoubleOcc\":\"19370.00\",\"priceSingleOcc\":19370,\"priceExtraBed\":\"7310.00\",\"priceWithoutBed\":\"5485.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":21702,\"priceDoubleOcc\":\"28898.00\",\"priceSingleOcc\":28898,\"priceExtraBed\":\"7310.00\",\"priceWithoutBed\":\"5485.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28898.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31487\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16625.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":14305,\"priceDoubleOcc\":\"16625.00\",\"priceSingleOcc\":16625,\"priceExtraBed\":\"9665.00\",\"priceWithoutBed\":\"7250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16625.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":14818,\"priceDoubleOcc\":\"17395.00\",\"priceSingleOcc\":17395,\"priceExtraBed\":\"9665.00\",\"priceWithoutBed\":\"7250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17395.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":15588,\"priceDoubleOcc\":\"18550.00\",\"priceSingleOcc\":18550,\"priceExtraBed\":\"9665.00\",\"priceWithoutBed\":\"7250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":16055,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":19250,\"priceExtraBed\":\"9665.00\",\"priceWithoutBed\":\"7250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":18098,\"priceDoubleOcc\":\"22315.00\",\"priceSingleOcc\":22315,\"priceExtraBed\":\"9665.00\",\"priceWithoutBed\":\"7250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22315.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":24448,\"priceDoubleOcc\":\"31840.00\",\"priceSingleOcc\":31840,\"priceExtraBed\":\"9665.00\",\"priceWithoutBed\":\"7250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31488\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24865.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":21993,\"priceDoubleOcc\":\"24865.00\",\"priceSingleOcc\":24865,\"priceExtraBed\":\"16250.00\",\"priceWithoutBed\":\"12195.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24865.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":22503,\"priceDoubleOcc\":\"25630.00\",\"priceSingleOcc\":25630,\"priceExtraBed\":\"16250.00\",\"priceWithoutBed\":\"12195.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25630.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":23273,\"priceDoubleOcc\":\"26785.00\",\"priceSingleOcc\":26785,\"priceExtraBed\":\"16250.00\",\"priceWithoutBed\":\"12195.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":23740,\"priceDoubleOcc\":\"27485.00\",\"priceSingleOcc\":27485,\"priceExtraBed\":\"16250.00\",\"priceWithoutBed\":\"12195.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27485.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":25793,\"priceDoubleOcc\":\"30565.00\",\"priceSingleOcc\":30565,\"priceExtraBed\":\"16250.00\",\"priceWithoutBed\":\"12195.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30565.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":32127,\"priceDoubleOcc\":\"40065.00\",\"priceSingleOcc\":40065,\"priceExtraBed\":\"16250.00\",\"priceWithoutBed\":\"12195.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40065.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31489\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50215.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":45655,\"priceDoubleOcc\":\"50215.00\",\"priceSingleOcc\":50215,\"priceExtraBed\":\"36535.00\",\"priceWithoutBed\":\"27405.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50215.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":46168,\"priceDoubleOcc\":\"50985.00\",\"priceSingleOcc\":50985,\"priceExtraBed\":\"36535.00\",\"priceWithoutBed\":\"27405.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50985.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":46938,\"priceDoubleOcc\":\"52140.00\",\"priceSingleOcc\":52140,\"priceExtraBed\":\"36535.00\",\"priceWithoutBed\":\"27405.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52140.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":47405,\"priceDoubleOcc\":\"52840.00\",\"priceSingleOcc\":52840,\"priceExtraBed\":\"36535.00\",\"priceWithoutBed\":\"27405.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":49448,\"priceDoubleOcc\":\"55905.00\",\"priceSingleOcc\":55905,\"priceExtraBed\":\"36535.00\",\"priceWithoutBed\":\"27405.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":55798,\"priceDoubleOcc\":\"65430.00\",\"priceSingleOcc\":65430,\"priceExtraBed\":\"36535.00\",\"priceWithoutBed\":\"27405.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"65430.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"31486\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13690.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":11565,\"priceDoubleOcc\":\"13690.00\",\"priceSingleOcc\":13690,\"priceExtraBed\":\"7315.00\",\"priceWithoutBed\":\"5490.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":12078,\"priceDoubleOcc\":\"14460.00\",\"priceSingleOcc\":14460,\"priceExtraBed\":\"7315.00\",\"priceWithoutBed\":\"5490.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":12848,\"priceDoubleOcc\":\"15615.00\",\"priceSingleOcc\":15615,\"priceExtraBed\":\"7315.00\",\"priceWithoutBed\":\"5490.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15615.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":13315,\"priceDoubleOcc\":\"16315.00\",\"priceSingleOcc\":16315,\"priceExtraBed\":\"7315.00\",\"priceWithoutBed\":\"5490.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16315.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":15355,\"priceDoubleOcc\":\"19375.00\",\"priceSingleOcc\":19375,\"priceExtraBed\":\"7315.00\",\"priceWithoutBed\":\"5490.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19375.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":21707,\"priceDoubleOcc\":\"28903.00\",\"priceSingleOcc\":28903,\"priceExtraBed\":\"7315.00\",\"priceWithoutBed\":\"5490.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28903.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31487\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16630.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":14310,\"priceDoubleOcc\":\"16630.00\",\"priceSingleOcc\":16630,\"priceExtraBed\":\"9670.00\",\"priceWithoutBed\":\"7255.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16630.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":14823,\"priceDoubleOcc\":\"17400.00\",\"priceSingleOcc\":17400,\"priceExtraBed\":\"9670.00\",\"priceWithoutBed\":\"7255.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":15593,\"priceDoubleOcc\":\"18555.00\",\"priceSingleOcc\":18555,\"priceExtraBed\":\"9670.00\",\"priceWithoutBed\":\"7255.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":16060,\"priceDoubleOcc\":\"19255.00\",\"priceSingleOcc\":19255,\"priceExtraBed\":\"9670.00\",\"priceWithoutBed\":\"7255.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19255.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":18103,\"priceDoubleOcc\":\"22320.00\",\"priceSingleOcc\":22320,\"priceExtraBed\":\"9670.00\",\"priceWithoutBed\":\"7255.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22320.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":24453,\"priceDoubleOcc\":\"31845.00\",\"priceSingleOcc\":31845,\"priceExtraBed\":\"9670.00\",\"priceWithoutBed\":\"7255.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31845.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31488\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24870.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":21998,\"priceDoubleOcc\":\"24870.00\",\"priceSingleOcc\":24870,\"priceExtraBed\":\"16255.00\",\"priceWithoutBed\":\"12200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24870.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":22508,\"priceDoubleOcc\":\"25635.00\",\"priceSingleOcc\":25635,\"priceExtraBed\":\"16255.00\",\"priceWithoutBed\":\"12200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25635.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":23278,\"priceDoubleOcc\":\"26790.00\",\"priceSingleOcc\":26790,\"priceExtraBed\":\"16255.00\",\"priceWithoutBed\":\"12200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":23745,\"priceDoubleOcc\":\"27490.00\",\"priceSingleOcc\":27490,\"priceExtraBed\":\"16255.00\",\"priceWithoutBed\":\"12200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27490.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":25798,\"priceDoubleOcc\":\"30570.00\",\"priceSingleOcc\":30570,\"priceExtraBed\":\"16255.00\",\"priceWithoutBed\":\"12200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30570.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":32132,\"priceDoubleOcc\":\"40070.00\",\"priceSingleOcc\":40070,\"priceExtraBed\":\"16255.00\",\"priceWithoutBed\":\"12200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31489\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50220.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":45660,\"priceDoubleOcc\":\"50220.00\",\"priceSingleOcc\":50220,\"priceExtraBed\":\"36540.00\",\"priceWithoutBed\":\"27410.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50220.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":46173,\"priceDoubleOcc\":\"50990.00\",\"priceSingleOcc\":50990,\"priceExtraBed\":\"36540.00\",\"priceWithoutBed\":\"27410.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":46943,\"priceDoubleOcc\":\"52145.00\",\"priceSingleOcc\":52145,\"priceExtraBed\":\"36540.00\",\"priceWithoutBed\":\"27410.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52145.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":47410,\"priceDoubleOcc\":\"52845.00\",\"priceSingleOcc\":52845,\"priceExtraBed\":\"36540.00\",\"priceWithoutBed\":\"27410.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52845.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":49453,\"priceDoubleOcc\":\"55910.00\",\"priceSingleOcc\":55910,\"priceExtraBed\":\"36540.00\",\"priceWithoutBed\":\"27410.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55910.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-12-30\",\"Currency\":1,\"priceTripleOcc\":55803,\"priceDoubleOcc\":\"65435.00\",\"priceSingleOcc\":65435,\"priceExtraBed\":\"36540.00\",\"priceWithoutBed\":\"27410.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"65435.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;Oslash; GST.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Air Fare\\/Train Fare and all entry fees at sightseeing spots.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Any additional meals other than mentioned in the &amp;lsquo;inclusive&amp;rsquo; column.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Travel insurances.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Items of personal nature like porterage, tips, laundry, telephone calls, mineral water etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Expenses caused by factors beyond our control like rail and flight delays, roadblocks, political disturbances etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Any item not specifically mentioned in Inclusions column.&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;&amp;Oslash; Accommodation on double sharing basis as per the details given above.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Meal Plan MPAI (Breakfast and dinner inclusive).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Inner line permit.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; NAC Innova\\/ Aria\\/ Xylo (upto 6 pax) and NAC Tempo (from 6 -12 pax) for all the sightseeing as per the itinerary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Arrival\\/departure transfer and all land transfers as per the itinerary&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Pickup and Drop from Leh Airport&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;Oslash; Driver allowance\\/toll\\/parking\\/road tax\\/fuel charge.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223975\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223975],\"Remark\":[\"&lt;p&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;NON AC Innova \\/ Aria (5 pax)&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;NON AC Tempo Traveler ( More then 5 pax upto 12 pax)&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}},\"223979\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223979],\"Remark\":[\"&lt;p&gt;NON AC Innova \\/ Aria (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC Tempo Traveler ( More then 5 pax upto 12 pax)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"223983\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223983],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223987\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223987],\"Remark\":[\"&lt;p&gt;NON AC Innova \\/ Aria (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC Tempo Traveler ( More then 5 pax upto 12 pax)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"223991\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223991],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223995\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223995],\"Remark\":[\"&lt;p&gt;NON AC Innova \\/ Aria (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC Tempo Traveler ( More then 5 pax upto 12 pax)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"223999\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223999],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"224003\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[224003],\"Remark\":[\"&lt;p&gt;NON AC Innova \\/ Aria (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC Tempo Traveler ( More then 5 pax upto 12 pax)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"224007\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[224007],\"Remark\":[\"&lt;p&gt;NON AC Innova \\/ Aria (5 pax)&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;NON AC Tempo Traveler ( More then 5 pax upto 12 pax)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"224011\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[224011],\"Remark\":[\"&lt;p&gt;NON AC Innova \\/ Aria (5 pax)&lt;\\/p&gt;&lt;p&gt;NON AC Tempo Traveler ( More then 5 pax upto 12 pax)&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Leh,Nubra,Pangong', 'Leh,Ladakh,Indian Subcontinent,North India,India,Nubra,Jammu and kashmir,Pangong', NULL, '15229,35282,35281', 13685, 65435, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-12-30 00:00:00', '2022-12-30 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'captivating-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(27, 29890, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Romantic', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29890,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/southern_triangle_tour_1637412573.png\",\"BookingValidUntill\":\"2022-02-20\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Nature&amp;#39;s beautiful trinity in South India! A journey that combines the heavenly hill stations of Ooty Coorg with the cultural yet contemporary vibe of Mysore city. Watch stunning landscapes unfold at the Nilgiri ranges and experience grandeur &amp;amp; opulence at the cultural capital of Karnataka, Mysore.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"SOUTHERN TRIANGLE TOUR\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-02-20\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422002,\"Name\":\"Meadows Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.41141725\",\"Long\":\"76.70972725\",\"Address\":\"Charring Cross, Coonoor Road,\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Ooty, Meadows Residency is minutes from Diyanamyam Mutt and Union Church.  This hotel is within close proximity of Ooty Rose Garden and Muniswarar Temple.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 21 guestrooms. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones and complimentary bottled water.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a satisfying meal at a restaurant serving guests of Meadows Residency.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour front desk and laundry facilities. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/3f\\/7f\\/3f7fdcc21c2c72193ebb19edb189e76ebf3bc3ef.jpg\",\"AccoAminitiesMask\":\"1010000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488487,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.413623\",\"Long\":\"76.698205\",\"Address\":\"Welbeck Circle Club Road, Ooty, Tamil Nadu 643001, India\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422042,\"Name\":\"Hotel Darshan\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.406786\",\"Long\":\"76.687164\",\"Address\":\"Near Lake Boat House, , Woodcock Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Along with breakfast and Wi-Fi access, Hotel Darshan has a restaurant that serves various cuisines. This hotel in Ooty is located on the lake road and is situated 6 km from The Tea Factory and The Tea Museum. The Udagamandalam Railway Station is 2 km away from the property.  The 6-storey property accommodates 44 well-maintained and comfortable rooms. Closet, wardrobe, television, makeup mirror, sitting area and attached bathroom with bathtub and hair dryer facility are few of the conveniences offered in the room.  This hotel in Ooty offers services like doctor on call, laundry and room service. Front desk, travel desk and garden are few of the facilities offered by the property.  Places worth visiting are Government Botanical Garden (4 km), Doddabetta Peak (10 km), Ooty Lake (0.3 km) and Stone House Government Museum (4 km). The Ooty Main Bus Stand is 2 km away and the Coimbatore International Airport (CJB) is 88 away from the Hotel Darshan. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/4\\/nxd\\/maw\\/vyh\\/lbp\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":150721,\"Name\":\"Club Mahindra Derby Green\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.401699\",\"Long\":\"76.696865\",\"Address\":\"29-49 Baikey Road Off Etinnes Road\"},\"Images\":{\"Image\":[{\"ImagId\":3301512,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_5_t.jpg\"},{\"ImagId\":3301513,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_6_t.jpg\"},{\"ImagId\":3301514,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_9_t.jpg\"},{\"ImagId\":3301515,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_18_t.jpg\"},{\"ImagId\":3301516,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_19_t.jpg\"},{\"ImagId\":3301517,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_21_t.jpg\"},{\"ImagId\":3301518,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_24_t.jpg\"},{\"ImagId\":3301519,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_27_t.jpg\"},{\"ImagId\":3301520,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_30_t.jpg\"},{\"ImagId\":3301521,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_23_t.jpg\"},{\"ImagId\":3301522,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_26_t.jpg\"},{\"ImagId\":3301523,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_29_t.jpg\"},{\"ImagId\":3301524,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_22_t.jpg\"},{\"ImagId\":3301525,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_28_t.jpg\"},{\"ImagId\":3301526,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_25_t.jpg\"}]},\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_5_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422003,\"Name\":\"Fortune Resort Sullivan Court\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.411721919251\",\"Long\":\"76.69454023333\",\"Address\":\"Rose Garden Road, Ooty 643001, Tamil Nadu\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Ooty, Fortune Resort Sullivan Court is minutes from Ooty Rose Garden and close to St. Stephen&#039;s Church.  This 4-star resort is within close proximity of Upper Bhavani Lake and Botanical Gardens.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 67 guestrooms featuring minibars and DVD players. Satellite television is provided for your entertainment. Partially open bathrooms with separate bathtubs and showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Enjoy recreational amenities such as a health club and a sauna. This resort also features wedding services and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite at one of the resort&#039;s 2 restaurants, or stay in and take advantage of room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour business center, dry cleaning\\/laundry services, and luggage storage. This resort has 2 meeting rooms available for events. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/34\\/c8\\/34c891710d0e86c1d2aac35af7cdfeda96e7dd03.jpg\",\"AccoAminitiesMask\":\"1000000100001000000\",\"AccoAminities\":[{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children&amp;#039;s playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485066,\"Name\":\"Woodstock Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4308796\",\"Long\":\"75.7535262\",\"Address\":\"Next to Big Cup Cafe Madikeri, Mangalore - Mysore Hwy, near Sampigekatte Junction, Kannanda Bane, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488489,\"Name\":\"Hotel Mayura Valley View\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4167567\",\"Long\":\"75.7344383\",\"Address\":\"near Raja&#039;s Seat, Stuart Hill, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67209,\"Name\":\"Heritage Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.459831052393\",\"Long\":\"75.694889624345\",\"Address\":\"Monnangeri Village Galibeedu\"},\"Images\":{\"Image\":[{\"ImagId\":1489630,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_1_t.jpg\"},{\"ImagId\":1489631,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_2_t.jpg\"},{\"ImagId\":1489632,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_3_t.jpg\"},{\"ImagId\":1489633,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_4_t.jpg\"},{\"ImagId\":1489634,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_6_t.jpg\"},{\"ImagId\":1489635,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_8_t.jpg\"},{\"ImagId\":1489636,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_14_t.jpg\"},{\"ImagId\":1489637,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_18_t.jpg\"},{\"ImagId\":1489638,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_10_t.jpg\"},{\"ImagId\":1489639,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_12_t.jpg\"},{\"ImagId\":1489640,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_11_t.jpg\"},{\"ImagId\":1489641,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_19_t.jpg\"},{\"ImagId\":1489642,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_16_t.jpg\"},{\"ImagId\":1489643,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_21_t.jpg\"},{\"ImagId\":1489644,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_9_t.jpg\"},{\"ImagId\":1489645,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_13_t.jpg\"},{\"ImagId\":1489646,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_7_t.jpg\"},{\"ImagId\":1489647,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_15_t.jpg\"},{\"ImagId\":1489648,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_20_t.jpg\"},{\"ImagId\":1489649,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_23_t.jpg\"},{\"ImagId\":1489650,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_17_t.jpg\"},{\"ImagId\":1489651,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_22_t.jpg\"},{\"ImagId\":1489652,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_24_t.jpg\"}]},\"CityId\":6879,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Madikeri, Heritage Resort Coorg is within the vicinity of Gaddige - Raja&amp;apos;s Tomb and Madikeri Fort.  This hotel is within the vicinity of Raja&amp;apos;s Seat.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 26 guestrooms featuring LCD televisions. Conveniences include phones, as well as desks and coffee\\/tea makers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a satisfying meal at a restaurant serving guests of Heritage Resort Coorg.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour front desk and a safe deposit box at the front desk.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_1_t.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488490,\"Name\":\"Abbydhama Estate Stay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4413371\",\"Long\":\"75.7327273\",\"Address\":\"Abbyfalls Road, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488491,\"Name\":\"Club Mahindra Madikeri Resort In Coorg\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4408997\",\"Long\":\"75.71660039999999\",\"Address\":\"Galibeedu, Road, Karavale Badaga, Madikeri, Karnataka 571204, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488492,\"Name\":\"Paddington Resorts & Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.418691\",\"Long\":\"75.87716999999999\",\"Address\":\"7th Hosakote, Thondoor Village, Suntikoppa Post, Somwarpet, Madikeri, Karnataka 571237, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67229,\"Name\":\"The Windflower Resorts & Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3968\",\"Long\":\"75.7992\",\"Address\":\"Survey No. 201\\/P1, Kedakal Village \"},\"Images\":{\"Image\":[{\"ImagId\":1489798,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_1_t.jpg\"},{\"ImagId\":1489799,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_2_t.jpg\"},{\"ImagId\":1489800,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_3_t.jpg\"},{\"ImagId\":1489801,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_4_t.jpg\"},{\"ImagId\":1489802,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_5_t.jpg\"},{\"ImagId\":1489803,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_6_t.jpg\"},{\"ImagId\":1489804,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_7_t.jpg\"},{\"ImagId\":1489805,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_8_t.jpg\"},{\"ImagId\":1489806,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_9_t.jpg\"},{\"ImagId\":1489807,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_10_t.jpg\"},{\"ImagId\":1489808,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_11_t.jpg\"},{\"ImagId\":1489809,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_12_t.jpg\"},{\"ImagId\":1489810,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_13_t.jpg\"},{\"ImagId\":1489811,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_14_t.jpg\"},{\"ImagId\":1489812,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_15_t.jpg\"},{\"ImagId\":1489813,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_16_t.jpg\"}]},\"CityId\":6879,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Suntikoppa, The Windflower Resorts &amp;amp; Spa is within the vicinity of Gaddige - Raja&amp;apos;s Tomb and Madikeri Fort.  This 4.5-star resort is within the region of Raja&amp;apos;s Seat and Harangi Dam.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 44 air-conditioned guestrooms. Rooms have private balconies or patios. Complimentary wireless Internet access is available to keep you connected. Bathrooms have designer toiletries and hair dryers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Additional amenities at this resort include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at the resort&amp;apos;s restaurant, where you can take in a pool view and dine alfresco (weather permitting). Or stay in and take advantage of room service (during limited hours). A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a business center and dry cleaning\\/laundry services.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_1_t.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488493,\"Name\":\"Taj Madikeri Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4459096\",\"Long\":\"75.6850139\",\"Address\":\"1st Monnangeri Galibeedu, Post, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67199,\"Name\":\"The Tamara  Coorg\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.424275\",\"Long\":\"75.738224\",\"Address\":\"Kabbinakad Estate Napoklu Nad\"},\"Images\":{\"Image\":[{\"ImagId\":1489467,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\"},{\"ImagId\":1489468,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_2_b.jpg\"},{\"ImagId\":1489469,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_3_b.jpg\"},{\"ImagId\":1489470,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_4_b.jpg\"},{\"ImagId\":1489471,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_5_b.jpg\"},{\"ImagId\":1489472,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_6_b.jpg\"},{\"ImagId\":1489473,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_7_b.jpg\"},{\"ImagId\":1489474,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_8_b.jpg\"},{\"ImagId\":1489475,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_9_b.jpg\"},{\"ImagId\":1489476,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_10_b.jpg\"},{\"ImagId\":1489477,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_11_b.jpg\"},{\"ImagId\":1489478,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_12_b.jpg\"},{\"ImagId\":1489479,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_13_b.jpg\"},{\"ImagId\":1489480,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_14_b.jpg\"},{\"ImagId\":1489481,\"Type\":\"FullImage\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_15_b.jpg\"},{\"ImagId\":1489482,\"Type\":\"FullImage\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_16_b.jpg\"},{\"ImagId\":1489483,\"Type\":\"FullImage\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_17_b.jpg\"},{\"ImagId\":1489484,\"Type\":\"FullImage\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_18_b.jpg\"},{\"ImagId\":1489485,\"Type\":\"FullImage\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_19_b.jpg\"},{\"ImagId\":1489486,\"Type\":\"FullImage\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_20_b.jpg\"},{\"ImagId\":1489487,\"Type\":\"FullImage\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_21_b.jpg\"},{\"ImagId\":1489488,\"Type\":\"FullImage\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_22_b.jpg\"},{\"ImagId\":1489489,\"Type\":\"FullImage\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_23_b.jpg\"},{\"ImagId\":1489490,\"Type\":\"FullImage\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_24_b.jpg\"},{\"ImagId\":1489491,\"Type\":\"FullImage\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_25_b.jpg\"},{\"ImagId\":1489492,\"Type\":\"FullImage\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_26_b.jpg\"},{\"ImagId\":1489493,\"Type\":\"FullImage\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_27_b.jpg\"},{\"ImagId\":1489494,\"Type\":\"FullImage\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_28_b.jpg\"}]},\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488494,\"Name\":\"Evolve Back\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.322031\",\"Long\":\"75.89011760000001\",\"Address\":\"Karadigodu Rd, Post, Siddapura, Karnataka 571253, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children&amp;#039;s playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":142117,\"Name\":\"The Windflower Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.292475498918\",\"Long\":\"76.672442698276\",\"Address\":\"Maharanapratap Road Nazarbad\"},\"Images\":{\"Image\":[{\"ImagId\":3126046,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_69_t.jpg\"},{\"ImagId\":3126047,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_72_t.jpg\"},{\"ImagId\":3126048,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_78_t.jpg\"},{\"ImagId\":3126049,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_68_t.jpg\"},{\"ImagId\":3126050,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_71_t.jpg\"},{\"ImagId\":3126051,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_81_t.jpg\"},{\"ImagId\":3126052,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_67_t.jpg\"},{\"ImagId\":3126053,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_70_t.jpg\"},{\"ImagId\":3126054,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_77_t.jpg\"},{\"ImagId\":3126055,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_83_t.jpg\"},{\"ImagId\":3126056,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_76_t.jpg\"},{\"ImagId\":3126057,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_85_t.jpg\"},{\"ImagId\":3126058,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_86_t.jpg\"},{\"ImagId\":3126059,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_89_t.jpg\"},{\"ImagId\":3126060,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_103_t.jpg\"},{\"ImagId\":3126061,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_102_t.jpg\"},{\"ImagId\":3126062,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_90_t.jpg\"},{\"ImagId\":3126063,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_101_t.jpg\"},{\"ImagId\":3126064,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_87_t.jpg\"},{\"ImagId\":3126065,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_91_t.jpg\"},{\"ImagId\":3126066,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_92_t.jpg\"},{\"ImagId\":3126067,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_94_t.jpg\"},{\"ImagId\":3126068,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_96_t.jpg\"},{\"ImagId\":3126069,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_100_t.jpg\"},{\"ImagId\":3126070,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_88_t.jpg\"},{\"ImagId\":3126071,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_99_t.jpg\"},{\"ImagId\":3126072,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_98_t.jpg\"},{\"ImagId\":3126073,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_104_t.jpg\"},{\"ImagId\":3126074,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_93_t.jpg\"},{\"ImagId\":3126075,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_95_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_69_t.jpg\",\"AccoAminitiesMask\":\"111110000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142163,\"Name\":\"Fortune JP Palace\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.318362991545\",\"Long\":\"76.662981212139\",\"Address\":\"3 Abba Road Nazarbad\"},\"Images\":{\"Image\":[{\"ImagId\":3126506,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/778\\/Fortune_1_C.jpg\"},{\"ImagId\":3126507,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/796\\/Fortune_3_A.jpg\"},{\"ImagId\":3126508,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/787\\/Fortune_2_A.jpg\"}]},\"CityId\":18821,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Centrally located in Mysore, Fortune JP Palace is minutes from Jayachamarajendra Art Gallery and Jaganmohan Palace and Art Gallery.  This 4-star hotel is within close proximity of Mysore Palace and St. Philomenas Church.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 108 individually furnished guestrooms, featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Treat yourself with massages and body treatments. You&amp;apos;re sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. This Art Deco hotel also features wireless Internet access (surcharge), concierge services, and gift shops\\/newsstands.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;All-inclusive rates are available at this hotel. Meals and beverages at onsite dining establishments are included in all-inclusive rates. Charges may be applied for dining at some restaurants, special dinners and dishes, some beverages, and other amenities. &amp;lt;p&amp;gt;Grab a bite at one of the hotel&amp;apos;s 3 restaurants, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet breakfast is served daily. &amp;lt;\\/p&amp;gt;&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include high-speed (wired) Internet access (surcharge), a 24-hour business center, and limo\\/town car service. Planning an event in Mysore? This hotel has facilities measuring 11700 square feet (1087 square meters), including a conference center. Free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/41\\/250\\/778\\/Fortune_1_C.jpg\",\"AccoAminitiesMask\":\"100100000000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142168,\"Name\":\"Lalitha Mahal Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.298263\",\"Long\":\"76.692342\",\"Address\":\"Mysore  570028 Karnataka\"},\"Images\":{\"Image\":[{\"ImagId\":3126535,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\"},{\"ImagId\":3126536,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/910\\/Property_pic_C.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\",\"AccoAminitiesMask\":\"110010001010100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142174,\"Name\":\"Pai Vista\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"35\\/A Bangalore-Nilgiri Mysore 570 001\"},\"Images\":{\"Image\":[{\"ImagId\":3126569,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\"},{\"ImagId\":3126570,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_2_t.jpg\"},{\"ImagId\":3126571,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_3_t.jpg\"},{\"ImagId\":3126572,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_4_t.jpg\"},{\"ImagId\":3126573,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_5_t.jpg\"},{\"ImagId\":3126574,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_6_t.jpg\"},{\"ImagId\":3126575,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_7_t.jpg\"},{\"ImagId\":3126576,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_8_t.jpg\"},{\"ImagId\":3126577,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_9_t.jpg\"},{\"ImagId\":3126578,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_10_t.jpg\"},{\"ImagId\":3126579,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_11_t.jpg\"},{\"ImagId\":3126580,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_12_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\",\"AccoAminitiesMask\":\"111000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142181,\"Name\":\"Radisson Blu Plaza Hotel Mysore\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.298202\",\"Long\":\"76.665169\",\"Address\":\"1 MG Road Mysore 570010\"},\"Images\":{\"Image\":[{\"ImagId\":3126621,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_33_t.jpg\"},{\"ImagId\":3126622,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_74_t.jpg\"},{\"ImagId\":3126623,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_86_t.jpg\"},{\"ImagId\":3126624,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_95_t.jpg\"},{\"ImagId\":3126625,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_97_t.jpg\"},{\"ImagId\":3126626,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_98_t.jpg\"},{\"ImagId\":3126627,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_99_t.jpg\"},{\"ImagId\":3126628,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_100_t.jpg\"},{\"ImagId\":3126629,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_109_t.jpg\"},{\"ImagId\":3126630,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_116_t.jpg\"},{\"ImagId\":3126631,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_110_t.jpg\"},{\"ImagId\":3126632,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_143_t.jpg\"},{\"ImagId\":3126633,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_144_t.jpg\"},{\"ImagId\":3126634,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_147_t.jpg\"},{\"ImagId\":3126635,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_145_t.jpg\"},{\"ImagId\":3126636,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_153_t.jpg\"},{\"ImagId\":3126637,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_154_t.jpg\"},{\"ImagId\":3126638,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_148_t.jpg\"},{\"ImagId\":3126639,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_149_t.jpg\"},{\"ImagId\":3126640,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_142_t.jpg\"},{\"ImagId\":3126641,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_141_t.jpg\"},{\"ImagId\":3126642,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_140_t.jpg\"},{\"ImagId\":3126643,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_132_t.jpg\"},{\"ImagId\":3126644,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_136_t.jpg\"},{\"ImagId\":3126645,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_137_t.jpg\"},{\"ImagId\":3126646,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_129_t.jpg\"},{\"ImagId\":3126647,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_124_t.jpg\"},{\"ImagId\":3126648,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_123_t.jpg\"},{\"ImagId\":3126649,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_122_t.jpg\"},{\"ImagId\":3126650,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_126_t.jpg\"},{\"ImagId\":3126651,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_135_t.jpg\"},{\"ImagId\":3126652,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_104_t.jpg\"},{\"ImagId\":3126653,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_102_t.jpg\"},{\"ImagId\":3126654,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_112_t.jpg\"},{\"ImagId\":3126655,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_107_t.jpg\"},{\"ImagId\":3126656,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_71_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Radisson Blu Plaza Hotel Mysore is centrally located in Mysore, walking distance from Mysore Zoo and close to Mysore Palace.  This hotel is within close proximity of Jaganmohan Palace and Art Gallery and Jayachamarajendra Art Gallery.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 140 air-conditioned rooms featuring kitchens. LED televisions with digital programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include safes and complimentary newspapers, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take time to pamper yourself with a visit to the full-service spa. You can take advantage of recreational amenities such as an outdoor pool, a spa tub, and a steam room. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can catch a ride to nearby destinations on the area shuttle (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at the hotel&amp;apos;s restaurant, where you can take in a pool view, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour business center, express check-in, and express check-out. Event facilities at this hotel consist of a conference center and meeting rooms. Guests may use a roundtrip airport shuttle for a surcharge, and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_33_t.jpg\",\"AccoAminitiesMask\":\"111100100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142207,\"Name\":\"Grand Mercure Mysuru\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"2203 60 New Sayyaji Rao Road Nelson Mandela Circle\"},\"Images\":{\"Image\":[{\"ImagId\":3126993,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/506b7ed0_t.jpg\"},{\"ImagId\":3126994,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/902a67ef_t.jpg\"},{\"ImagId\":3126995,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ca4bde3d_t.jpg\"},{\"ImagId\":3126996,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/cf5b9a37_t.jpg\"},{\"ImagId\":3126997,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/fe08e400_t.jpg\"},{\"ImagId\":3126998,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ac24d99c_t.jpg\"},{\"ImagId\":3126999,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/6a0bc58b_t.jpg\"},{\"ImagId\":3127000,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/397ab849_t.jpg\"},{\"ImagId\":3127001,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/628ea7dd_t.jpg\"},{\"ImagId\":3127002,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/c0738c57_t.jpg\"},{\"ImagId\":3127003,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/67b48545_t.jpg\"},{\"ImagId\":3127004,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/69484559_t.jpg\"},{\"ImagId\":3127005,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/8c962bc2_t.jpg\"},{\"ImagId\":3127006,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f9e9b9de_t.jpg\"},{\"ImagId\":3127007,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/b5e5a047_t.jpg\"},{\"ImagId\":3127008,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/c7eb91b8_t.jpg\"},{\"ImagId\":3127009,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ad925e9f_t.jpg\"},{\"ImagId\":3127010,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/98f8b086_t.jpg\"},{\"ImagId\":3127011,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/8c588a44_t.jpg\"},{\"ImagId\":3127012,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/920ee181_t.jpg\"},{\"ImagId\":3127013,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/fc2a70ea_t.jpg\"},{\"ImagId\":3127014,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/d901422e_t.jpg\"},{\"ImagId\":3127015,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/b44f33ac_t.jpg\"},{\"ImagId\":3127016,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/11df3d8f_t.jpg\"},{\"ImagId\":3127017,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/0ca6db9f_t.jpg\"},{\"ImagId\":3127018,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/36c48503_t.jpg\"},{\"ImagId\":3127019,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/4cc34915_t.jpg\"},{\"ImagId\":3127020,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/4e0d91fb_t.jpg\"},{\"ImagId\":3127021,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/5e3ca853_t.jpg\"},{\"ImagId\":3127022,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/6a7f18b2_t.jpg\"},{\"ImagId\":3127023,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/7b687121_t.jpg\"},{\"ImagId\":3127024,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/85b03ef8_t.jpg\"},{\"ImagId\":3127025,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/a671acb3_t.jpg\"},{\"ImagId\":3127026,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/b2f76668_t.jpg\"},{\"ImagId\":3127027,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/e00d222f_t.jpg\"},{\"ImagId\":3127028,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/e6bc269f_t.jpg\"},{\"ImagId\":3127029,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/e944d9d7_t.jpg\"},{\"ImagId\":3127030,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f0f9492c_t.jpg\"},{\"ImagId\":3127031,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f1381f51_t.jpg\"},{\"ImagId\":3127032,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f85dd9ec_t.jpg\"},{\"ImagId\":3127033,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/f9e1fe88_t.jpg\"},{\"ImagId\":3127034,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/fe9b77fc_t.jpg\"},{\"ImagId\":3127035,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_6_t.jpg\"},{\"ImagId\":3127036,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_7_t.jpg\"},{\"ImagId\":3127037,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_8_t.jpg\"},{\"ImagId\":3127038,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/13455660_9_t.jpg\"},{\"ImagId\":3127039,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/22d5805c_t.jpg\"},{\"ImagId\":3127040,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/570c2406_t.jpg\"},{\"ImagId\":3127041,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/59f48b37_t.jpg\"},{\"ImagId\":3127042,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/a84cea09_t.jpg\"},{\"ImagId\":3127043,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/d0e3599f_t.jpg\"},{\"ImagId\":3127044,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/da1235f3_t.jpg\"},{\"ImagId\":3127045,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/ff84c4a0_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/14000000\\/13460000\\/13455700\\/13455660\\/506b7ed0_t.jpg\",\"AccoAminitiesMask\":\"110100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418695,\"Name\":\"Sandesh the Prince\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.309323265104\",\"Long\":\"76.662366362788\",\"Address\":\"3 Nazarbad Main Road, Mysore 570010, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"It is a distinctively beautiful hotel with modern architecture and interiors. The hotel houses elegant guestrooms adorned with modern amenities. Its serene atmosphere, unmatched hospitality and efficient services will surely enchant you.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0d\\/3e\\/0d3ea9332b546559e2a8632e3e4e97ef54adb795.jpg\",\"AccoAminitiesMask\":\"1110101010101101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418697,\"Name\":\"Hotel Southern Star Mysore\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.311993\",\"Long\":\"76.643181\",\"Address\":\"14-15 Vinobha Road, Mysore 570005, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"Conveniently located close to the city centre, whilst also easily accessible from the airport.  TO1007 The hotel is located one kilometre from the city centre and ten from the airport.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/48\\/85\\/488593146ac0dd0bbd63ec2e3d7e82aff781d394.jpg\",\"AccoAminitiesMask\":\"1010000000001111000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418705,\"Name\":\"Spree Roopa Elite\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"29 6th Main Road, V.V Mohalla, Mysore 570002\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":485058,\"Name\":\"Hotel Rio Meridian\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3289022\",\"Long\":\"76.6445608\",\"Address\":\"#2203, 54, Sayyaji Rao Rd, Bamboo Bazar, Tilak Nagar, Mysuru, Karnataka 570015, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children&amp;#039;s playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212739\",\"Title\":\"Bangalore \\/ Ooty: (300Kms \\/ 7 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet at KSTDC Kumarakrupa Hotel at 07.30hrs and drive to Ooty. On arrival check into Hotel. Relax, drive around Ooty town. Dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422002,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422042,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":150721,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":422003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212742\",\"Title\":\"Ooty\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast, proceed for full day sightseeing visit Botanical Garden - is spread over 22 hectares ascending the slopes on the hill, Rose Garden - the rose varieties planted in this park were assembled from different sources with 17,256 rose plants from 1919 varieties, Deer Park - is one of the high altitude animal park in India, Doddabetta is highest peak (2634 meters) in the Nilgiris, Ooty Lake - which extends to an area of 65 acres, good for boating. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422002,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422042,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":150721,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":422003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11319,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1489,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212745\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212748\",\"Title\":\"Ooty \\/ Coorg - Madikeri (280 Km \\/ 7 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Morning breakfast checkout and drive to Coorg &ndash; Madikeri, en-route visit Bylakuppe - largest Tibetan settlement in South India. The temple has 62 feet Buddha statues covered with gold plates is a wonderful sight anytime, Cauvery Nisargadhama - is an island formed by river Cauvery and is used as a picnic spot island, with lush foliage of thick bamboo groves, On arrival check into Hotel for dinner and Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":67209,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":67229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":263,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212751\",\"Title\":\"Coorg - Madikeri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Morning breakfast, proceed to visit Bhagamandala - situated at the confluence of two rivers, the Cauvery and the Kanika. A third river, the Sujyothi is said to join from underground, visit Talacauvery - known as Dakshin Kashi is the birthplace of river Cauvery at the foot of the breathtaking Brahmagiri Hills in Coorg. The river flows down inconspicuously as &#39;Guptagamini&#39; from here before re-emerging a small distance downwards at Nagateerta. Back to hotel for dinner and Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":67209,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":67229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1719,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212754\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212757\",\"Title\":\"Coorg \\u2013 Madikeri \\/ Mysore (120 Km \\/ 3 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Early breakfast checkout and drive to Mysore, en-route visit Dubare Elephant Camp (to reach the place before 09.00Hrs) offer the 3 hour experience with Elephants consisting of elephant Grooming, feeding, Later drive to Mysore. On arrival check into Hotel. Later proceed to visit Maharaja Palace - the palace is a splendid structure in the Indo-Saracenic style, among its many attractions are a magnificent gold throne. St. Philomena&#39;s Church - this imposing Gothic structure with beautiful stained glass windows and lofty towers is a must see. Later in the evening visit Brindavan Garden, musical fountains and colored lights transform this place into a magical fairyland. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":142174,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":418705,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":true,\"Id\":485058,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":142117,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":142163,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418695,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":true,\"Id\":418697,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":142168,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":142181,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":142207,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212760\",\"Title\":\"Mysore \\/ Bangalore (140Kms \\/ 3 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Breakfast checkout and proceed to visit Chamundi Hill - perched atop a hill. The 4.8m tall monolith of Nandi and the gigantic Mahishasura statue are added attractions. Later drive to Bangalore en-route visit Srirangapatna - Island fortress of Tippu Sultan. Visit Tippu&#39;s summer Palace, Mosque, and Sriranganatha Temple. On arrival drop to KSTDC Kumarakrupa Hotel at 18.00hrs. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20454,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20565,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29890\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14499.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"12499.20\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29891\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23500.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29892\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"53500.65\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29890\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13809.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"11904.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29891\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22381.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29892\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50953.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-23\",\"To\":\"2021-11-23\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-30\",\"To\":\"2021-11-30\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-07\",\"To\":\"2021-12-07\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-14\",\"To\":\"2021-12-14\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-21\",\"To\":\"2021-12-21\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-12-28\",\"To\":\"2021-12-28\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-04\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-11\",\"To\":\"2022-01-11\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-18\",\"To\":\"2022-01-18\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-25\",\"To\":\"2022-01-25\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-01\",\"To\":\"2022-02-01\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-08\",\"To\":\"2022-02-08\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-15\",\"To\":\"2022-02-15\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses such as Laundry, telephone calls, tips &amp;amp; gratuity, Bottled water, soft &amp;amp; hard drinks, and Adventure Activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost arising due to natural calamities like, landslides, road blockage, political disturbances (strikes), etc (to be borne by the client, which is directly payable on the spot).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Driver Allowance, parking, toll &amp;amp; interstate taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% GST.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212739\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212739],\"Remark\":[\"&lt;p&gt;Pickup form KSTDC Kumarakrupa Hotel Bangalore and drive to Ooty&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212742\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212742],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212745\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212745],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212748\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212748],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212751\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[212751],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212754\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[212754],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212757\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[212757],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212760\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[212760],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Ooty,Coorg,Mysore', 'Ooty,Tamil Nadu,Indian Subcontinent,South India,India,Coorg,Karnataka,Mysore', NULL, '20161,6879,18821', 13809, 61001, 5, NULL, NULL, 1, 'Departure', 0, '2022-01-21 00:00:00', '2022-02-20 00:00:00', '2022-02-20 00:00:00', 3, 'India', '101', '2022-01-21 12:13:51', '2022-01-21 00:00:00', 1, 1, '0', '0', '0', NULL, NULL, NULL, NULL, 'southern-triangle-tour', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(28, 29831, 1, 9840, 0, 0, 0, 'Honeymoon,Hill Station,Weekend,Romantic', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29831,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/chikmagalur_2n_3d_1637233298.png\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;Chikmagalur is another hill station in Karnataka known for Coffee plantations. It is located in Mullyanagiri range, the city&amp;rsquo;s favourite climate attracts many tourists from other parts of our country apart from weekenders from Bangalore, the capital city of Karnataka. Come and explore this part of Westerns Ghats.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"Chikmagalur 2N 3D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Hill Station,Weekend,Romantic\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":34552,\"Title\":\"Chikmagalur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485083,\"Name\":\"Eagle Eye Resorts\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.3589365\",\"Long\":\"75.55554149999999\",\"Address\":\"Hoscodu Estate, Kadavanthi, Sangameshwarpet, Karnataka 577136, India\"},\"Images\":[],\"CityId\":34552,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488514,\"Name\":\"Nexstay Coffee Grove Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"13.229089\",\"Long\":\"75.66559099999999\",\"Address\":\"Anishka Plantation, Kelagur, Aldur Hobli, Chikkamagaluru District, Yelagudige, Karnataka 577101, India\"},\"Images\":[],\"CityId\":34552,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488515,\"Name\":\"Trivik Hotels & Resorts Chikmagalur\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.3922793\",\"Long\":\"75.6901286\",\"Address\":\"Sy No.216 &amp; 344 Channagondanahalli, Vasthur Hobli, Elunoorkhan Rd, Mullayangiri, Chikmagalur, Karnataka 577101, India\"},\"Images\":[],\"CityId\":34552,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488516,\"Name\":\"Java Rain Resorts\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"13.3620613\",\"Long\":\"75.7253791\",\"Address\":\"Girija Estates, Survey no &ndash; 618, Karnataka 577101, India\"},\"Images\":[],\"CityId\":34552,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488517,\"Name\":\"Hotel Taj\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"13.3215552\",\"Long\":\"75.7721656\",\"Address\":\"Indira Gandhi Rd, Joythinagar, Chikmagalur, Karnataka 577101, India\"},\"Images\":[],\"CityId\":34552,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488518,\"Name\":\"The Serai Chikmagalur\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"13.2749981\",\"Long\":\"75.7316113\",\"Address\":\"Mugthihalli Post, KM Rd, Chikmagalur, Karnataka 577133, India\"},\"Images\":[],\"CityId\":34552,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20572,\"Title\":\"Mullayanagiri Peak\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34552,\"CityName\":\"Chikmagalur\",\"Lat\":13.3908855,\"Long\":75.7213295,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20573,\"Title\":\"Baba Budangiri Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34552,\"CityName\":\"Chikmagalur\",\"Lat\":13.4776512,\"Long\":75.7531424,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20574,\"Title\":\"Belur\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34552,\"CityName\":\"Chikmagalur\",\"Lat\":13.1623166,\"Long\":75.8679195,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20575,\"Title\":\"Halebeedu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":34552,\"CityName\":\"Chikmagalur\",\"Lat\":13.2129844,\"Long\":75.9942162,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212439\",\"Title\":\"Bangalore to Chikmagalur: (270Kms \\/ 5 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet at KSTDC Kumarakrupa Hotel at 07.30hrs and drive to Chikmagalur. On arrival check into Hotel. Evening relax, have dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34552,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":488514,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488515,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488516,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488517,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488518,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212442\",\"Title\":\"Local Sightseeing in Chikmagalur\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast proceed to visit to Mullayanagiri and Bababudan Giri the highest peak of Karnataka. Back to hotel for dinner and Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34552,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485083,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":488514,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488515,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488516,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488517,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488518,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20572,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20573,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212445\",\"Title\":\"Chikmagalur to Bangalore\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Morning breakfast checkout and drive to Bangalore, enroute visit Belur &amp; Halebid. On arrival drop to KSTDC Kumarakrupa Hotel at 18.00hrs. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34552,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20574,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29831\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6500.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5667,\"priceDoubleOcc\":\"6500.55\",\"priceSingleOcc\":23501.1,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6000,\"priceDoubleOcc\":\"7000.35\",\"priceSingleOcc\":24000.9,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":25000.5,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":25000.5,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":25000.5,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8334,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":27500.55,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29832\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9500.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8334,\"priceDoubleOcc\":\"9500.40\",\"priceSingleOcc\":30500.4,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8667,\"priceDoubleOcc\":\"10000.20\",\"priceSingleOcc\":31000.2,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":32000.85,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":32000.85,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":32000.85,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11001,\"priceDoubleOcc\":\"13500.90\",\"priceSingleOcc\":34500.9,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13500.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29833\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17000,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":64000.65,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17667,\"priceDoubleOcc\":\"22000.65\",\"priceSingleOcc\":65001.3,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18334,\"priceDoubleOcc\":\"23000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18334,\"priceDoubleOcc\":\"23000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18334,\"priceDoubleOcc\":\"23000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":69000.75,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29831\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6191.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5397,\"priceDoubleOcc\":\"6191.00\",\"priceSingleOcc\":22382,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6191.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5715,\"priceDoubleOcc\":\"6667.00\",\"priceSingleOcc\":22858,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6667.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":23810,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":23810,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":23810,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7937,\"priceDoubleOcc\":\"10000.00\",\"priceSingleOcc\":26191,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29832\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9048.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7937,\"priceDoubleOcc\":\"9048.00\",\"priceSingleOcc\":29048,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8254,\"priceDoubleOcc\":\"9524.00\",\"priceSingleOcc\":29524,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9524.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":30477,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":30477,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":30477,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10477,\"priceDoubleOcc\":\"12858.00\",\"priceSingleOcc\":32858,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12858.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29833\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16191,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":60953,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16826,\"priceDoubleOcc\":\"20953.00\",\"priceSingleOcc\":61906,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17461,\"priceDoubleOcc\":\"21905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17461,\"priceDoubleOcc\":\"21905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17461,\"priceDoubleOcc\":\"21905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19365,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":65715,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses such as Laundry, telephone calls, tips &amp;amp; gratuity, Bottled water, soft &amp;amp; hard drinks, and Adventure Activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost arising due to natural calamities like, landslides, road blockage, political disturbances (strikes), etc (to be borne by the client, which is directly payable on the spot).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Driver Allowance, parking, toll &amp;amp; taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% GST.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212439\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212439],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212442\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212442],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212445\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212445],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Chikmagalur', 'Chikmagalur,Karnataka,Indian Subcontinent,South India,India', NULL, '34552', 6191, 26000, 2, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'chikmagalur-2n-3d', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(29, 29825, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Romantic', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29825,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/coorg_2n_3d_1637231981.png\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;Coorg or Kodagu is a tiny district nestling in the lap of mighty Western Ghats in the State of Karnataka, India. A district with unique culture of its own, this verdant landscape has been eulogized by many an acclaimed personality in vivid terms. Coorg is the &amp;lsquo;Coffee Bowl&amp;rsquo; of the country as it accounts for nearly 40 per cent of the country&amp;rsquo;s total coffee production. The land is also called by many as the &amp;ldquo;Scotland of India&amp;rdquo; for its sheer natural beauty.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"Coorg 2N 3D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485066,\"Name\":\"Woodstock Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4308796\",\"Long\":\"75.7535262\",\"Address\":\"Next to Big Cup Cafe Madikeri, Mangalore - Mysore Hwy, near Sampigekatte Junction, Kannanda Bane, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Base room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488489,\"Name\":\"Hotel Mayura Valley View\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4167567\",\"Long\":\"75.7344383\",\"Address\":\"near Raja&#039;s Seat, Stuart Hill, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Base room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418760,\"Name\":\"Heritage Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.459831052393\",\"Long\":\"75.694889624345\",\"Address\":\"Monnangeri Village, Galibeedu, Kodagu, Karnataka 571201\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Madikeri, Heritage Resort Coorg is within the vicinity of Gaddige - Raja&#039;s Tomb and Madikeri Fort.  This hotel is within the vicinity of Raja&#039;s Seat and Abbey Falls.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Stay in one of 26 guestrooms featuring LCD televisions. Conveniences include phones, as well as desks and coffee\\/tea makers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a satisfying meal at a restaurant serving guests of Heritage Resort Coorg.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour front desk and a safe deposit box at the front desk.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/10\\/4d\\/104d5a0dc6767c429a07f33b77954a2c19c8b3fb.jpg\",\"AccoAminitiesMask\":\"1010000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Base room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488490,\"Name\":\"Abbydhama Estate Stay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4413371\",\"Long\":\"75.7327273\",\"Address\":\"Abbyfalls Road, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Base room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488491,\"Name\":\"Club Mahindra Madikeri Resort In Coorg\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4408997\",\"Long\":\"75.71660039999999\",\"Address\":\"Galibeedu, Road, Karavale Badaga, Madikeri, Karnataka 571204, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488492,\"Name\":\"Paddington Resorts & Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.418691\",\"Long\":\"75.87716999999999\",\"Address\":\"7th Hosakote, Thondoor Village, Suntikoppa Post, Somwarpet, Madikeri, Karnataka 571237, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67229,\"Name\":\"The Windflower Resorts & Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3968\",\"Long\":\"75.7992\",\"Address\":\"Survey No. 201\\/P1, Kedakal Village \"},\"Images\":{\"Image\":[{\"ImagId\":1489798,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_1_t.jpg\"},{\"ImagId\":1489799,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_2_t.jpg\"},{\"ImagId\":1489800,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_3_t.jpg\"},{\"ImagId\":1489801,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_4_t.jpg\"},{\"ImagId\":1489802,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_5_t.jpg\"},{\"ImagId\":1489803,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_6_t.jpg\"},{\"ImagId\":1489804,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_7_t.jpg\"},{\"ImagId\":1489805,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_8_t.jpg\"},{\"ImagId\":1489806,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_9_t.jpg\"},{\"ImagId\":1489807,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_10_t.jpg\"},{\"ImagId\":1489808,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_11_t.jpg\"},{\"ImagId\":1489809,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_12_t.jpg\"},{\"ImagId\":1489810,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_13_t.jpg\"},{\"ImagId\":1489811,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_14_t.jpg\"},{\"ImagId\":1489812,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_15_t.jpg\"},{\"ImagId\":1489813,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_16_t.jpg\"}]},\"CityId\":6879,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Suntikoppa, The Windflower Resorts &amp;amp; Spa is within the vicinity of Gaddige - Raja&amp;apos;s Tomb and Madikeri Fort.  This 4.5-star resort is within the region of Raja&amp;apos;s Seat and Harangi Dam.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 44 air-conditioned guestrooms. Rooms have private balconies or patios. Complimentary wireless Internet access is available to keep you connected. Bathrooms have designer toiletries and hair dryers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Additional amenities at this resort include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at the resort&amp;apos;s restaurant, where you can take in a pool view and dine alfresco (weather permitting). Or stay in and take advantage of room service (during limited hours). A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a business center and dry cleaning\\/laundry services.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_1_t.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488493,\"Name\":\"Taj Madikeri Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4459096\",\"Long\":\"75.6850139\",\"Address\":\"1st Monnangeri Galibeedu, Post, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67199,\"Name\":\"The Tamara  Coorg\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.424275\",\"Long\":\"75.738224\",\"Address\":\"Kabbinakad Estate Napoklu Nad\"},\"Images\":{\"Image\":[{\"ImagId\":1489467,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\"},{\"ImagId\":1489468,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_2_b.jpg\"},{\"ImagId\":1489469,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_3_b.jpg\"},{\"ImagId\":1489470,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_4_b.jpg\"},{\"ImagId\":1489471,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_5_b.jpg\"},{\"ImagId\":1489472,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_6_b.jpg\"},{\"ImagId\":1489473,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_7_b.jpg\"},{\"ImagId\":1489474,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_8_b.jpg\"},{\"ImagId\":1489475,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_9_b.jpg\"},{\"ImagId\":1489476,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_10_b.jpg\"},{\"ImagId\":1489477,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_11_b.jpg\"},{\"ImagId\":1489478,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_12_b.jpg\"},{\"ImagId\":1489479,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_13_b.jpg\"},{\"ImagId\":1489480,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_14_b.jpg\"},{\"ImagId\":1489481,\"Type\":\"FullImage\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_15_b.jpg\"},{\"ImagId\":1489482,\"Type\":\"FullImage\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_16_b.jpg\"},{\"ImagId\":1489483,\"Type\":\"FullImage\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_17_b.jpg\"},{\"ImagId\":1489484,\"Type\":\"FullImage\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_18_b.jpg\"},{\"ImagId\":1489485,\"Type\":\"FullImage\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_19_b.jpg\"},{\"ImagId\":1489486,\"Type\":\"FullImage\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_20_b.jpg\"},{\"ImagId\":1489487,\"Type\":\"FullImage\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_21_b.jpg\"},{\"ImagId\":1489488,\"Type\":\"FullImage\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_22_b.jpg\"},{\"ImagId\":1489489,\"Type\":\"FullImage\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_23_b.jpg\"},{\"ImagId\":1489490,\"Type\":\"FullImage\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_24_b.jpg\"},{\"ImagId\":1489491,\"Type\":\"FullImage\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_25_b.jpg\"},{\"ImagId\":1489492,\"Type\":\"FullImage\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_26_b.jpg\"},{\"ImagId\":1489493,\"Type\":\"FullImage\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_27_b.jpg\"},{\"ImagId\":1489494,\"Type\":\"FullImage\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_28_b.jpg\"}]},\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488494,\"Name\":\"Evolve Back\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.322031\",\"Long\":\"75.89011760000001\",\"Address\":\"Karadigodu Rd, Post, Siddapura, Karnataka 571253, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1014,\"Title\":\"Madikeri Fort\",\"Description\":\"The Madikeri Fort is a famous historical landmark that is located in Coorg. The elevated structures of the fort also provide panoramic views of the town, which is undoubtedly breathtaking and beautiful. It cannot be argued that the Madikeri Fort is the most famous and most loved tourist attraction in Coorg, which is precisely why tourists enjoy visiting the attraction time and again.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4208474,\"Long\":75.7389661,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/285\\/thumb\\/Madikeri Fort_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20452,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.420754,\"Long\":75.741653,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20570,\"Title\":\"Bylakuppe Budda temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4025539,\"Long\":75.9811564,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20569,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3730482,\"Long\":75.9044833,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children&amp;#039;s playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212430\",\"Title\":\"Bangalore \\/ Coorg: (270Kms \\/ 5 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet at KSTDC Kumarakrupa Hotel at 07.30hrs and drive to Coorg &ndash; Madikeri. On arrival check into your hotel, lunch &amp; relax. Later proceed to Madikeri Fort - The 19th century Madikeri fort with its stone ramparts now houses the prison, a temple, a chapel, a small museum, and assorted government offices, Omkareshwara Temple - built in 1820 and featuring a blend of red-tile roofed Kerela architecture and Islamic-style domes. Evening visit Raja Seat- is an enchanting picnic spot with a swathing in the nature&#39;s lap. A visitor to this spot is sure to enjoy the marvelous sight of Sun set and gorgeous valley and mountain ranges. Musical fountain has been attracting a large number of visitors to the garden. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"},{\"IsIncluded\":false,\"Id\":418760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":67229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1014,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20452,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212433\",\"Title\":\"Coorg - Madikeri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast, proceed to visit Bhagamandala - situated at the confluence of two rivers, the Cauvery and the Kanika. A third river, the Sujyothi is said to join from underground. It is considered sacred as a river confluence, visit Talacauvery - known as Dakshin Kashi is the birthplace of river Cauvery at the foot of the breathtaking Brahmagiri Hills. Later visit Abbey falls-Tucked away between private coffee and spice estates, Abbey Falls offers a splendid backdrop for picnics. Back to hotel for dinner. Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"},{\"IsIncluded\":false,\"Id\":418760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Base room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":67229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1719,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212436\",\"Title\":\"Coorg - Madikeri \\/ Bangalore\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Early breakfast checkout and proceed to Dubare elephant camp (to reach the place before 09.00Hrs) for a 3 hour experience with Elephants consisting of elephant Grooming, feeding &amp; Coracle Ride, later visit Cauvery Nisargadhama - is an island formed by river Cauvery and is used as a picnic spot island, with lush foliage of thick bamboo groves, sandalwood and teak trees and surrounded by the Cauvery river. The island is accessible through a hanging rope bridge. Proceed to Kushalnagar and later visit Bylakuppe - largest Tibetan settlement in South India. A beautiful Monastery with three large and imposing Golden Buddha statues and in a serene setting beckons you. The temple has 62 feet Buddha statues covered with gold plates is a wonderful sight anytime. Later drive to Bangalore. On arrival drop to KSTDC Kumarakrupa Hotel at 18.00hrs. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20570,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20569,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29825\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6500.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5667,\"priceDoubleOcc\":\"6500.55\",\"priceSingleOcc\":23501.1,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6500.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6000,\"priceDoubleOcc\":\"7000.35\",\"priceSingleOcc\":24000.9,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":25000.5,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":25000.5,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":25000.5,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8334,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":27500.55,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29826\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9500.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8334,\"priceDoubleOcc\":\"9500.40\",\"priceSingleOcc\":30500.4,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8667,\"priceDoubleOcc\":\"10000.20\",\"priceSingleOcc\":31000.2,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":32000.85,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":32000.85,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":32000.85,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11001,\"priceDoubleOcc\":\"13500.90\",\"priceSingleOcc\":34500.9,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13500.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29827\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17000,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":64000.65,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17667,\"priceDoubleOcc\":\"22000.65\",\"priceSingleOcc\":65001.3,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18334,\"priceDoubleOcc\":\"23000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18334,\"priceDoubleOcc\":\"23000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18334,\"priceDoubleOcc\":\"23000.25\",\"priceSingleOcc\":66000.9,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":69000.75,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29825\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6191.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5397,\"priceDoubleOcc\":\"6191.00\",\"priceSingleOcc\":22382,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6191.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5715,\"priceDoubleOcc\":\"6667.00\",\"priceSingleOcc\":22858,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6667.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":23810,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":23810,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":23810,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7937,\"priceDoubleOcc\":\"10000.00\",\"priceSingleOcc\":26191,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29826\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9048.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7937,\"priceDoubleOcc\":\"9048.00\",\"priceSingleOcc\":29048,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8254,\"priceDoubleOcc\":\"9524.00\",\"priceSingleOcc\":29524,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9524.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":30477,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":30477,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":30477,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10477,\"priceDoubleOcc\":\"12858.00\",\"priceSingleOcc\":32858,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12858.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29827\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16191,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":60953,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16826,\"priceDoubleOcc\":\"20953.00\",\"priceSingleOcc\":61906,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17461,\"priceDoubleOcc\":\"21905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17461,\"priceDoubleOcc\":\"21905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17461,\"priceDoubleOcc\":\"21905.00\",\"priceSingleOcc\":62858,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21905.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19365,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":65715,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses such as Laundry, telephone calls, tips &amp;amp; gratuity, Bottled water, soft &amp;amp; hard drinks, and Adventure Activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost arising due to natural calamities like, landslides, road blockage, political disturbances (strikes), etc (to be borne by the client, which is directly payable on the spot).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Driver Allowance, parking, toll &amp;amp; taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% GST.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212430\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212430],\"Remark\":[\"&lt;p&gt;Pickup form KSTDC Kumarakrupa Hotel Bangalore&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212433\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212433],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212436\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212436],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Coorg', 'Coorg,Karnataka,Indian Subcontinent,South India,India', NULL, '6879', 6191, 26000, 2, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'coorg-2n-3d', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(30, 29822, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Weekend', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29822,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/ooty_2n_3d_1637231051.png\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;Ooty popularly known as the Queen of hills in Southern India which is nestled in the Neelagiri range of Mountains. The town is connected to Bangalore by the Nilgiri ghat road via Mysore and Nilgiri Mountain Railway which is connected to Mettupalayam via Coonoor which is another scenic town located around 20 Kms from Ooty. One can reach Coonoor from Ooty by road or by Nilgiri Mountain train. Its natural environment attracts tourists and it is a popular summer destination. Ooty is well known for rolling hills covered with dense vegetation, smaller hills and plateaus engulfed with tea gardens and eucalyptus groves. The town is also known for production of Eucalyptus oil. You will be definitely wish come back again.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"Ooty 2N 3D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Weekend\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422002,\"Name\":\"Meadows Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.41141725\",\"Long\":\"76.70972725\",\"Address\":\"Charring Cross, Coonoor Road,\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Ooty, Meadows Residency is minutes from Diyanamyam Mutt and Union Church.  This hotel is within close proximity of Ooty Rose Garden and Muniswarar Temple.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 21 guestrooms. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones and complimentary bottled water.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a satisfying meal at a restaurant serving guests of Meadows Residency.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour front desk and laundry facilities. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/3f\\/7f\\/3f7fdcc21c2c72193ebb19edb189e76ebf3bc3ef.jpg\",\"AccoAminitiesMask\":\"1010000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422082,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.413606\",\"Long\":\"76.6981969\",\"Address\":\"Welbeck Circle, Club Road, Near Hill Bunk,Tamil Nadu,India, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Hotel Welbeck Residency, Ooty offers one of the most spectacular views of the city. It is a favourite spot for tourists as it is strategically located with easy access to other parts of the city. It is a relaxing retreat with a luxurious environment. The exteriors and interiors are majestic with classy furniture and a grand reception area.\\n\\n&lt;b&gt;Location: &lt;\\/b&gt;\\nHotel Welbeck Residency located on the Club Road, Ooty. It is an amazing place with unmatched scenic beauty. Some of the nearby places guests can visit include St. Stephens Church, the oldest in the Nilgiris district (Approx. 1km) and Jaamia Masjid (Approx. 1km). Other attractions in Ooty are the Pykara Lake, Ketti Valley and Ooty Lake. Animal lovers can visit the Mudumalai National Park, a haven for Bengal tigers and Indian leopards as well as other threatened species, including a large variety of birds.\\n\\nDistance from Coimbatore International Airport: Approx. 95km\\nDistance from Ooty Railway Station: Approx. 1km\\n\\n&lt;b&gt;Hotel Feature: &lt;\\/b&gt;\\nHotel Welbeck Residency personifies sophistication, comfort and luxury. It has state-of-the-art business and entertainment technology and all the modern amenities for business and leisure travellers. The conference hall designed to accommodate 60 guests is equipped to cater to any event with complete conference facilities and customized menus. The basic amenities include internet, 24-hour front desk, security and room service, wake-up service, transportation, daily housekeeping and outdoor parking. Gourmet Gataway is the in-house restaurant with a modern setting that serves authentic cuisine from the north and south of India to tantalize guests&#039; taste buds. Enjoy and relax at the hotel&#039;s bar stocked with a wide range of vintages and cocktails as well as traditional pub favourites for meals or snacks.\\n\\n&lt;b&gt;Rooms: &lt;\\/b&gt;\\nHotel Welbeck Residency accommodations have an elegant, warmly lit ambience that is inviting and relaxing. The beds are comfortable and the rooms are perfect for guests to unwind after a long and hectic day. Accommodation options are deluxe, super deluxe, luxury, queen suite, king suite and prince suite. All rooms are well-equipped with a variety of amenities, including colour television, in-room safe, in-room menu and phone line with direct dialling.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3173\\/317301\\/images\\/At_Night_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422042,\"Name\":\"Hotel Darshan\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.406786\",\"Long\":\"76.687164\",\"Address\":\"Near Lake Boat House, , Woodcock Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Along with breakfast and Wi-Fi access, Hotel Darshan has a restaurant that serves various cuisines. This hotel in Ooty is located on the lake road and is situated 6 km from The Tea Factory and The Tea Museum. The Udagamandalam Railway Station is 2 km away from the property.  The 6-storey property accommodates 44 well-maintained and comfortable rooms. Closet, wardrobe, television, makeup mirror, sitting area and attached bathroom with bathtub and hair dryer facility are few of the conveniences offered in the room.  This hotel in Ooty offers services like doctor on call, laundry and room service. Front desk, travel desk and garden are few of the facilities offered by the property.  Places worth visiting are Government Botanical Garden (4 km), Doddabetta Peak (10 km), Ooty Lake (0.3 km) and Stone House Government Museum (4 km). The Ooty Main Bus Stand is 2 km away and the Coimbatore International Airport (CJB) is 88 away from the Hotel Darshan. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/4\\/nxd\\/maw\\/vyh\\/lbp\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":150721,\"Name\":\"Club Mahindra Derby Green\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.401699\",\"Long\":\"76.696865\",\"Address\":\"29-49 Baikey Road Off Etinnes Road\"},\"Images\":{\"Image\":[{\"ImagId\":3301512,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_5_t.jpg\"},{\"ImagId\":3301513,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_6_t.jpg\"},{\"ImagId\":3301514,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_9_t.jpg\"},{\"ImagId\":3301515,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_18_t.jpg\"},{\"ImagId\":3301516,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_19_t.jpg\"},{\"ImagId\":3301517,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_21_t.jpg\"},{\"ImagId\":3301518,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_24_t.jpg\"},{\"ImagId\":3301519,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_27_t.jpg\"},{\"ImagId\":3301520,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_30_t.jpg\"},{\"ImagId\":3301521,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_23_t.jpg\"},{\"ImagId\":3301522,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_26_t.jpg\"},{\"ImagId\":3301523,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_29_t.jpg\"},{\"ImagId\":3301524,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_22_t.jpg\"},{\"ImagId\":3301525,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_28_t.jpg\"},{\"ImagId\":3301526,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_25_t.jpg\"}]},\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_5_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422003,\"Name\":\"Fortune Resort Sullivan Court\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.411721919251\",\"Long\":\"76.69454023333\",\"Address\":\"Rose Garden Road, Ooty 643001, Tamil Nadu\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Ooty, Fortune Resort Sullivan Court is minutes from Ooty Rose Garden and close to St. Stephen&#039;s Church.  This 4-star resort is within close proximity of Upper Bhavani Lake and Botanical Gardens.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 67 guestrooms featuring minibars and DVD players. Satellite television is provided for your entertainment. Partially open bathrooms with separate bathtubs and showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Enjoy recreational amenities such as a health club and a sauna. This resort also features wedding services and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite at one of the resort&#039;s 2 restaurants, or stay in and take advantage of room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour business center, dry cleaning\\/laundry services, and luggage storage. This resort has 2 meeting rooms available for events. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/34\\/c8\\/34c891710d0e86c1d2aac35af7cdfeda96e7dd03.jpg\",\"AccoAminitiesMask\":\"1000000100001000000\",\"AccoAminities\":[{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422014,\"Name\":\"Taj Savoy\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.41469801223\",\"Long\":\"76.693860708355\",\"Address\":\"Ootacamund 77 Sylks Road,\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Taj Savoy Hotel in Ooty, you&#039;ll be minutes from Government Museum and Upper Bhavani Lake.  This 5-star hotel is within close proximity of St. Stephen&#039;s Church and Thread Garden.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 40 individually decorated guestrooms, featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and babysitting\\/childcare (surcharge). Additional features at this hotel include gift shops\\/newsstands, a television in a common area, and a picnic area.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar and a garden view. You can also stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available daily from 7 AM to 11 AM for a fee.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include wired Internet access (surcharge), a 24-hour business center, and express check-in. Planning an event in Ooty? This hotel has 753 square feet (70 square meters) of space consisting of a conference center and a meeting room. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/07\\/8f\\/078f2586ffbf5993bb06c2344110a85144081638.jpg\",\"AccoAminitiesMask\":\"1010000000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20567,\"Title\":\"Bandipur National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.7787611,\"Long\":76.46468039999999,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20566,\"Title\":\"Mudumalai National Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.5622767,\"Long\":76.53452209999999,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212401\",\"Title\":\"Bangalore \\/ Ooty: (300Kms \\/ 7 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet at KSTDC Kumarakrupa Hotel at 07.30hrs and drive to Ooty called the Queen of Hill Stations picturesque, green Udhagamandalam better known as Ooty, is the most popular hill station in the South, Enroute visit Bandipur National Park and Madumalai National Park, on arrival check in to a hotel, evening free, have dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422002,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422042,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":150721,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":422003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":422014,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":20567,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20566,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212404\",\"Title\":\"Ooty\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast, proceed for full day sightseeing visit Botanical Garden - is spread over 22 hectares ascending the slopes on the hill, Rose Garden - the rose varieties planted in this park were assembled from different sources with 17,256 rose plants from 1919 varieties, Deer Park - is one of the high altitude animal park in India, Doddabetta is highest peak (2634 meters) in the Nilgiris, Ooty Lake - which extends to an area of 65 acres, good for boating. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422002,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422042,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":150721,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":422003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":422014,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11319,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1489,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212407\",\"Title\":\"Ooty \\/ Bangalore\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Morning breakfast checkout and drive to Bangalore. On arrival drop to KSTDC Kumarakrupa Hotel at 18.00hrs. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29822\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7000.35\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6000,\"priceDoubleOcc\":\"7000.35\",\"priceSingleOcc\":25000.5,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7000.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6334,\"priceDoubleOcc\":\"7500.15\",\"priceSingleOcc\":25500.300000000003,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7500.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":26000.100000000002,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":26000.100000000002,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6667,\"priceDoubleOcc\":\"7999.95\",\"priceSingleOcc\":26000.100000000002,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7999.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8667,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":29001,\"priceExtraBed\":\"4000.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29823\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10000.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8667,\"priceDoubleOcc\":\"10000.20\",\"priceSingleOcc\":32000.850000000002,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9000,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":32500.65,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":33001.5,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":33001.5,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":33001.5,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11334,\"priceDoubleOcc\":\"14000.70\",\"priceSingleOcc\":36001.350000000006,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29824\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17000.55\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14334,\"priceDoubleOcc\":\"17000.55\",\"priceSingleOcc\":52001.25,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17000.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14667,\"priceDoubleOcc\":\"17500.35\",\"priceSingleOcc\":52501.049999999996,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17500.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15000,\"priceDoubleOcc\":\"18000.15\",\"priceSingleOcc\":53000.85,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18000.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15000,\"priceDoubleOcc\":\"18000.15\",\"priceSingleOcc\":53000.85,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18000.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15000,\"priceDoubleOcc\":\"18000.15\",\"priceSingleOcc\":53000.85,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18000.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17667,\"priceDoubleOcc\":\"22000.65\",\"priceSingleOcc\":57001.35,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29822\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"6667.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":5715,\"priceDoubleOcc\":\"6667.00\",\"priceSingleOcc\":23810,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"6667.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6032,\"priceDoubleOcc\":\"7143.00\",\"priceSingleOcc\":24286,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7143.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":24762,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":24762,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":6349,\"priceDoubleOcc\":\"7619.00\",\"priceSingleOcc\":24762,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8255,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":27620,\"priceExtraBed\":\"3810.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29823\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9524.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8254,\"priceDoubleOcc\":\"9524.00\",\"priceSingleOcc\":30477,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9524.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8572,\"priceDoubleOcc\":\"10000.00\",\"priceSingleOcc\":30953,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":31430,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":31430,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":31430,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10794,\"priceDoubleOcc\":\"13334.00\",\"priceSingleOcc\":34287,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29824\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16191.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13651,\"priceDoubleOcc\":\"16191.00\",\"priceSingleOcc\":49525,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16191.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13969,\"priceDoubleOcc\":\"16667.00\",\"priceSingleOcc\":50001,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16667.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14286,\"priceDoubleOcc\":\"17143.00\",\"priceSingleOcc\":50477,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17143.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14286,\"priceDoubleOcc\":\"17143.00\",\"priceSingleOcc\":50477,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17143.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14286,\"priceDoubleOcc\":\"17143.00\",\"priceSingleOcc\":50477,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17143.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16826,\"priceDoubleOcc\":\"20953.00\",\"priceSingleOcc\":54287,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses such as Laundry, telephone calls, tips &amp;amp; gratuity, Bottled water, soft &amp;amp; hard drinks, and Adventure Activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost arising due to natural calamities like, landslides, road blockage, political disturbances (strikes), etc (to be borne by the client, which is directly payable on the spot).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Driver Allowance, parking, toll &amp;amp; interstate taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% GST.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212401\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212401],\"Remark\":[\"&lt;p&gt;Pickup form KSTDC Kumarakrupa Hotel Bangalore&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212404\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212404],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212407\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212407],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Ooty', 'Ooty,Tamil Nadu,Indian Subcontinent,South India,India', NULL, '20161', 6667, 22001, 2, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'ooty-2n-3d', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(31, 29818, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Weekend,Romantic', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29818,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/coorg_mysore_3n_4d_1637229267.png\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;Coorg is called &amp;ldquo;The Scotland of India&amp;rdquo;, because of its rolling hills and scenic countryside. Located in the Kodagu district, the elevation of this hill station town is over 1500 meters above sea level. It is the land of Kodavas known for hospitality, coffee, cardamom, pepper, orange and honey. Kodavas are known for their own tradition and culture. You get to see one of the fastest-growing cities in the world, also known as the garden city, silicon valley of India. Mysore is declared as a heritage city, rich in history and heritage. Major places of interest Mysore Palace, Brindavan garden, Chamundi hill, Srirangapatna.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"Coorg Mysore 3N 4D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Weekend,Romantic\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485066,\"Name\":\"Woodstock Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4308796\",\"Long\":\"75.7535262\",\"Address\":\"Next to Big Cup Cafe Madikeri, Mangalore - Mysore Hwy, near Sampigekatte Junction, Kannanda Bane, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488489,\"Name\":\"Hotel Mayura Valley View\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4167567\",\"Long\":\"75.7344383\",\"Address\":\"near Raja&#039;s Seat, Stuart Hill, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67209,\"Name\":\"Heritage Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.459831052393\",\"Long\":\"75.694889624345\",\"Address\":\"Monnangeri Village Galibeedu\"},\"Images\":{\"Image\":[{\"ImagId\":1489630,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_1_t.jpg\"},{\"ImagId\":1489631,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_2_t.jpg\"},{\"ImagId\":1489632,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_3_t.jpg\"},{\"ImagId\":1489633,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_4_t.jpg\"},{\"ImagId\":1489634,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_6_t.jpg\"},{\"ImagId\":1489635,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_8_t.jpg\"},{\"ImagId\":1489636,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_14_t.jpg\"},{\"ImagId\":1489637,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_18_t.jpg\"},{\"ImagId\":1489638,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_10_t.jpg\"},{\"ImagId\":1489639,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_12_t.jpg\"},{\"ImagId\":1489640,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_11_t.jpg\"},{\"ImagId\":1489641,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_19_t.jpg\"},{\"ImagId\":1489642,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_16_t.jpg\"},{\"ImagId\":1489643,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_21_t.jpg\"},{\"ImagId\":1489644,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_9_t.jpg\"},{\"ImagId\":1489645,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_13_t.jpg\"},{\"ImagId\":1489646,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_7_t.jpg\"},{\"ImagId\":1489647,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_15_t.jpg\"},{\"ImagId\":1489648,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_20_t.jpg\"},{\"ImagId\":1489649,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_23_t.jpg\"},{\"ImagId\":1489650,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_17_t.jpg\"},{\"ImagId\":1489651,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_22_t.jpg\"},{\"ImagId\":1489652,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_24_t.jpg\"}]},\"CityId\":6879,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Madikeri, Heritage Resort Coorg is within the vicinity of Gaddige - Raja&amp;apos;s Tomb and Madikeri Fort.  This hotel is within the vicinity of Raja&amp;apos;s Seat.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 26 guestrooms featuring LCD televisions. Conveniences include phones, as well as desks and coffee\\/tea makers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a satisfying meal at a restaurant serving guests of Heritage Resort Coorg.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour front desk and a safe deposit box at the front desk.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3770000\\/3768300\\/3768252\\/3768252_1_t.jpg\",\"AccoAminitiesMask\":\"101000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488490,\"Name\":\"Abbydhama Estate Stay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4413371\",\"Long\":\"75.7327273\",\"Address\":\"Abbyfalls Road, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488491,\"Name\":\"Club Mahindra Madikeri Resort In Coorg\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4408997\",\"Long\":\"75.71660039999999\",\"Address\":\"Galibeedu, Road, Karavale Badaga, Madikeri, Karnataka 571204, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488492,\"Name\":\"Paddington Resorts & Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.418691\",\"Long\":\"75.87716999999999\",\"Address\":\"7th Hosakote, Thondoor Village, Suntikoppa Post, Somwarpet, Madikeri, Karnataka 571237, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67229,\"Name\":\"The Windflower Resorts & Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3968\",\"Long\":\"75.7992\",\"Address\":\"Survey No. 201\\/P1, Kedakal Village \"},\"Images\":{\"Image\":[{\"ImagId\":1489798,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_1_t.jpg\"},{\"ImagId\":1489799,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_2_t.jpg\"},{\"ImagId\":1489800,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_3_t.jpg\"},{\"ImagId\":1489801,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_4_t.jpg\"},{\"ImagId\":1489802,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_5_t.jpg\"},{\"ImagId\":1489803,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_6_t.jpg\"},{\"ImagId\":1489804,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_7_t.jpg\"},{\"ImagId\":1489805,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_8_t.jpg\"},{\"ImagId\":1489806,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_9_t.jpg\"},{\"ImagId\":1489807,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_10_t.jpg\"},{\"ImagId\":1489808,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_11_t.jpg\"},{\"ImagId\":1489809,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_12_t.jpg\"},{\"ImagId\":1489810,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_13_t.jpg\"},{\"ImagId\":1489811,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_14_t.jpg\"},{\"ImagId\":1489812,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_15_t.jpg\"},{\"ImagId\":1489813,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_16_t.jpg\"}]},\"CityId\":6879,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Suntikoppa, The Windflower Resorts &amp;amp; Spa is within the vicinity of Gaddige - Raja&amp;apos;s Tomb and Madikeri Fort.  This 4.5-star resort is within the region of Raja&amp;apos;s Seat and Harangi Dam.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 44 air-conditioned guestrooms. Rooms have private balconies or patios. Complimentary wireless Internet access is available to keep you connected. Bathrooms have designer toiletries and hair dryers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Additional amenities at this resort include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at the resort&amp;apos;s restaurant, where you can take in a pool view and dine alfresco (weather permitting). Or stay in and take advantage of room service (during limited hours). A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a business center and dry cleaning\\/laundry services.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5620000\\/5615900\\/5615807\\/5615807_1_t.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488493,\"Name\":\"Taj Madikeri Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4459096\",\"Long\":\"75.6850139\",\"Address\":\"1st Monnangeri Galibeedu, Post, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67199,\"Name\":\"The Tamara  Coorg\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.424275\",\"Long\":\"75.738224\",\"Address\":\"Kabbinakad Estate Napoklu Nad\"},\"Images\":{\"Image\":[{\"ImagId\":1489467,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\"},{\"ImagId\":1489468,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_2_b.jpg\"},{\"ImagId\":1489469,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_3_b.jpg\"},{\"ImagId\":1489470,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_4_b.jpg\"},{\"ImagId\":1489471,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_5_b.jpg\"},{\"ImagId\":1489472,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_6_b.jpg\"},{\"ImagId\":1489473,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_7_b.jpg\"},{\"ImagId\":1489474,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_8_b.jpg\"},{\"ImagId\":1489475,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_9_b.jpg\"},{\"ImagId\":1489476,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_10_b.jpg\"},{\"ImagId\":1489477,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_11_b.jpg\"},{\"ImagId\":1489478,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_12_b.jpg\"},{\"ImagId\":1489479,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_13_b.jpg\"},{\"ImagId\":1489480,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_14_b.jpg\"},{\"ImagId\":1489481,\"Type\":\"FullImage\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_15_b.jpg\"},{\"ImagId\":1489482,\"Type\":\"FullImage\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_16_b.jpg\"},{\"ImagId\":1489483,\"Type\":\"FullImage\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_17_b.jpg\"},{\"ImagId\":1489484,\"Type\":\"FullImage\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_18_b.jpg\"},{\"ImagId\":1489485,\"Type\":\"FullImage\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_19_b.jpg\"},{\"ImagId\":1489486,\"Type\":\"FullImage\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_20_b.jpg\"},{\"ImagId\":1489487,\"Type\":\"FullImage\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_21_b.jpg\"},{\"ImagId\":1489488,\"Type\":\"FullImage\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_22_b.jpg\"},{\"ImagId\":1489489,\"Type\":\"FullImage\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_23_b.jpg\"},{\"ImagId\":1489490,\"Type\":\"FullImage\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_24_b.jpg\"},{\"ImagId\":1489491,\"Type\":\"FullImage\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_25_b.jpg\"},{\"ImagId\":1489492,\"Type\":\"FullImage\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_26_b.jpg\"},{\"ImagId\":1489493,\"Type\":\"FullImage\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_27_b.jpg\"},{\"ImagId\":1489494,\"Type\":\"FullImage\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_28_b.jpg\"}]},\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488494,\"Name\":\"Evolve Back\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.322031\",\"Long\":\"75.89011760000001\",\"Address\":\"Karadigodu Rd, Post, Siddapura, Karnataka 571253, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1014,\"Title\":\"Madikeri Fort\",\"Description\":\"The Madikeri Fort is a famous historical landmark that is located in Coorg. The elevated structures of the fort also provide panoramic views of the town, which is undoubtedly breathtaking and beautiful. It cannot be argued that the Madikeri Fort is the most famous and most loved tourist attraction in Coorg, which is precisely why tourists enjoy visiting the attraction time and again.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4208474,\"Long\":75.7389661,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/285\\/thumb\\/Madikeri Fort_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20452,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.420754,\"Long\":75.741653,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20569,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3730482,\"Long\":75.9044833,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1196,\"Title\":\"Nandi Bull Temple\",\"Description\":\"test\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2750498,\"Long\":76.6713205,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/312\\/thumb\\/Nandi Bull_986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":142117,\"Name\":\"The Windflower Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.292475498918\",\"Long\":\"76.672442698276\",\"Address\":\"Maharanapratap Road Nazarbad\"},\"Images\":{\"Image\":[{\"ImagId\":3126046,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_69_t.jpg\"},{\"ImagId\":3126047,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_72_t.jpg\"},{\"ImagId\":3126048,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_78_t.jpg\"},{\"ImagId\":3126049,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_68_t.jpg\"},{\"ImagId\":3126050,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_71_t.jpg\"},{\"ImagId\":3126051,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_81_t.jpg\"},{\"ImagId\":3126052,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_67_t.jpg\"},{\"ImagId\":3126053,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_70_t.jpg\"},{\"ImagId\":3126054,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_77_t.jpg\"},{\"ImagId\":3126055,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_83_t.jpg\"},{\"ImagId\":3126056,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_76_t.jpg\"},{\"ImagId\":3126057,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_85_t.jpg\"},{\"ImagId\":3126058,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_86_t.jpg\"},{\"ImagId\":3126059,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_89_t.jpg\"},{\"ImagId\":3126060,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_103_t.jpg\"},{\"ImagId\":3126061,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_102_t.jpg\"},{\"ImagId\":3126062,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_90_t.jpg\"},{\"ImagId\":3126063,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_101_t.jpg\"},{\"ImagId\":3126064,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_87_t.jpg\"},{\"ImagId\":3126065,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_91_t.jpg\"},{\"ImagId\":3126066,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_92_t.jpg\"},{\"ImagId\":3126067,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_94_t.jpg\"},{\"ImagId\":3126068,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_96_t.jpg\"},{\"ImagId\":3126069,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_100_t.jpg\"},{\"ImagId\":3126070,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_88_t.jpg\"},{\"ImagId\":3126071,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_99_t.jpg\"},{\"ImagId\":3126072,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_98_t.jpg\"},{\"ImagId\":3126073,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_104_t.jpg\"},{\"ImagId\":3126074,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_93_t.jpg\"},{\"ImagId\":3126075,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_95_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/2000000\\/1570000\\/1563900\\/1563817\\/1563817_69_t.jpg\",\"AccoAminitiesMask\":\"111110000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142168,\"Name\":\"Lalitha Mahal Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.298263\",\"Long\":\"76.692342\",\"Address\":\"Mysore  570028 Karnataka\"},\"Images\":{\"Image\":[{\"ImagId\":3126535,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\"},{\"ImagId\":3126536,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/910\\/Property_pic_C.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\",\"AccoAminitiesMask\":\"110010001010100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142174,\"Name\":\"Pai Vista\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"35\\/A Bangalore-Nilgiri Mysore 570 001\"},\"Images\":{\"Image\":[{\"ImagId\":3126569,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\"},{\"ImagId\":3126570,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_2_t.jpg\"},{\"ImagId\":3126571,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_3_t.jpg\"},{\"ImagId\":3126572,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_4_t.jpg\"},{\"ImagId\":3126573,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_5_t.jpg\"},{\"ImagId\":3126574,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_6_t.jpg\"},{\"ImagId\":3126575,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_7_t.jpg\"},{\"ImagId\":3126576,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_8_t.jpg\"},{\"ImagId\":3126577,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_9_t.jpg\"},{\"ImagId\":3126578,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_10_t.jpg\"},{\"ImagId\":3126579,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_11_t.jpg\"},{\"ImagId\":3126580,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_12_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\",\"AccoAminitiesMask\":\"111000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365601,\"Name\":\"Radisson Blu Plaza Hotel Mysore\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.298202\",\"Long\":\"76.665169\",\"Address\":\"1 MG Road, Mysore 570010, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Radisson Blu Plaza Hotel Mysore is centrally located in Mysore, walking distance from Mysore Zoo and close to Thonnur Lake.  This 5-star hotel is within close proximity of Mysore Palace and Kukkaranahalli Lake.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 140 air-conditioned rooms featuring kitchens. LED televisions with digital programming provide entertainment, while complimentary wireless Internet access keeps you connected. Bathrooms with separate bathtubs and showers feature deep soaking bathtubs and designer toiletries. Conveniences include safes and desks, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take time to pamper yourself with a visit to the full-service spa. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a spa tub. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Getting to nearby attractions is a breeze with the area shuttle (surcharge) that operates within 185 km.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar and a pool view. You can also stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available for a fee.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour business center, express check-in, and express check-out. Planning an event in Mysore? This hotel has 5063 square feet (470 square meters) of space consisting of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0b\\/73\\/0b737b06a81d2282173e3996afc06c2da4adc38d.jpg\",\"AccoAminitiesMask\":\"1010000100001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418695,\"Name\":\"Sandesh the Prince\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.309323265104\",\"Long\":\"76.662366362788\",\"Address\":\"3 Nazarbad Main Road, Mysore 570010, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"It is a distinctively beautiful hotel with modern architecture and interiors. The hotel houses elegant guestrooms adorned with modern amenities. Its serene atmosphere, unmatched hospitality and efficient services will surely enchant you.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0d\\/3e\\/0d3ea9332b546559e2a8632e3e4e97ef54adb795.jpg\",\"AccoAminitiesMask\":\"1110101010101101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418696,\"Name\":\"Southern Star Mysore\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"14-15 Vinoba Road, Mysuru (Mysore) 570005, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Mysore, Southernstar Mysore is minutes from Lingabudi Lake and Jayachamarajendra Art Gallery.  This spa hotel is within close proximity of Kukkaranahalli Lake and Jaganmohan Palace and Art Gallery.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 107 air-conditioned rooms featuring minibars and flat-screen televisions. Your room comes with a pillowtop bed. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary hot\\/cold buffet breakfast is served daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, limo\\/town car service, and complimentary newspapers in the lobby. Planning an event in Mysore? This hotel has 5000 square feet (465 square meters) of space consisting of conference space and meeting rooms. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/48\\/85\\/488593146ac0dd0bbd63ec2e3d7e82aff781d394.jpg\",\"AccoAminitiesMask\":\"1010100000000001000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418704,\"Name\":\"Fortune JP Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.318362991545\",\"Long\":\"76.662981212139\",\"Address\":\"3 Abba Road, Nazarbad, Mysore 570007\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Centrally located in Mysore, Fortune JP Palace is minutes from Lingabudi Lake and Jayachamarajendra Art Gallery.  This 5-star hotel is within close proximity of Jaganmohan Palace and Art Gallery and Mysore Palace.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 108 individually furnished guestrooms, featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Treat yourself with massages and body treatments. You&#039;re sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. This Art Deco hotel also features wireless Internet access (surcharge), concierge services, and gift shops\\/newsstands.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;All-inclusive rates are available at this hotel. Meals and beverages at onsite dining establishments are included in all-inclusive rates. Charges may be applied for dining at some restaurants, special dinners and dishes, some beverages, and other amenities. &lt;p&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 3 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. &lt;\\/p&gt;&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include wired Internet access (surcharge), a 24-hour business center, and limo\\/town car service. Planning an event in Mysore? This hotel has facilities measuring 11700 square feet (1087 square meters), including a conference center. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/21\\/47\\/2147e9b8085fe4044e70c99c4900a6257a736e3e.jpg\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418705,\"Name\":\"Spree Roopa Elite\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"29 6th Main Road, V.V Mohalla, Mysore 570002\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418712,\"Name\":\"Grand Mercure Mysuru\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"2203 60 New Sayyaji Rao Road, Nelson Mandela Circle, Karnataka 570021\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Mysore, Grand Mercure Mysuru, an AccorHotels Brand is close to Mysore Palace and Mysore Zoo.  This 5-star hotel is within the region of Brindavan Gardens.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 146 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Enjoy recreational amenities such as an outdoor pool and a 24-hour fitness center. This hotel also features complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 2 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet breakfast is served daily from 7 AM to 10:30 AM.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include complimentary wired Internet access, a business center, and complimentary newspapers in the lobby. Planning an event in Mysore? This hotel has facilities measuring 2153 square feet (200 square meters), including meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/4b\\/3f\\/4b3f59eb7ec651e2be3aef88b92e073902fc6eb5.jpg\",\"AccoAminitiesMask\":\"1000000000001101000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":485058,\"Name\":\"Hotel Rio Meridian\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3289022\",\"Long\":\"76.6445608\",\"Address\":\"#2203, 54, Sayyaji Rao Rd, Bamboo Bazar, Tilak Nagar, Mysuru, Karnataka 570015, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1014,\"Title\":\"Madikeri Fort\",\"Description\":\"The Madikeri Fort is a famous historical landmark that is located in Coorg. The elevated structures of the fort also provide panoramic views of the town, which is undoubtedly breathtaking and beautiful. It cannot be argued that the Madikeri Fort is the most famous and most loved tourist attraction in Coorg, which is precisely why tourists enjoy visiting the attraction time and again.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4208474,\"Long\":75.7389661,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/285\\/thumb\\/Madikeri Fort_713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20452,\"Title\":\"Omkareshwara Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.420754,\"Long\":75.741653,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20569,\"Title\":\"Dubare Elephant Camp\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.3730482,\"Long\":75.9044833,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1196,\"Title\":\"Nandi Bull Temple\",\"Description\":\"test\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2750498,\"Long\":76.6713205,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/312\\/thumb\\/Nandi Bull_986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212380\",\"Title\":\"Bangalore \\/ Coorg: (270Kms \\/ 5 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet at KSTDC Kumarakrupa Hotel at 07.30hrs and drive to Coorg &ndash; Madikeri. On arrival check into resort, lunch &amp; relax. Later proceed to&nbsp;Madikeri Fort - The 19th century Madikeri fort with its stone ramparts now houses the prison, Omkareshwara Temple - Built in 1820 and featuring a blend of red-tile roofed Kerala architecture and Islamic-style domes. Evening visit Raja Seat- is an enchanting picnic spot with a swathing in the nature&#39;s lap. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":67209,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":67229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1014,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20452,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212383\",\"Title\":\"Coorg - Madikeri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Morning breakfast, proceed to visit Bhagamandala - situated at the confluence of two rivers, the Cauvery and the Kanika. A third river, the Sujyothi is said to join from underground, visit Talacauvery - known as Dakshin Kashi is the birthplace of river Cauvery at the foot of the breathtaking Brahmagiri Hills in Coorg. The river flows down inconspicuously as &#39;Guptagamini&#39; from here before re-emerging a small distance downwards at Nagateerta. Later proceed to visit Abbey falls-Tucked away between private coffee and spice estate. Back to hotel for dinner and Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":67209,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":67229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1719,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212386\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212389\",\"Title\":\"Coorg - Madikeri \\/ Mysore (130 Km \\/ 03 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Early breakfast checkout and proceed to Dubare elephant camp (to reach the place before 08.30Hrs) offer the 3 hour experience with Elephants consisting of elephant Grooming, feeding, later visit Cauvery Nisargadhama - is an island formed by river Cauvery and is used as a picnic spot island, with lush foliage of thick bamboo groves, Lunch at Kushalnagar and later visit Bylakuppe - largest Tibetan settlement in South India. The temple has 62 feet Buddha statues covered with gold plates is a wonderful sight anytime. Later drive to Mysore. On arrival check into hotel. Later proceed to visit Maharaja Palace - the palace is a splendid structure in the Indo - Saracenic style, among its many attractions are a magnificent gold throne, evening visit Brindavan Garden - musical fountains and colored lights transform this place into a magical fairyland. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":142174,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":418705,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":true,\"Id\":485058,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":142117,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418695,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":true,\"Id\":418696,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":false,\"Id\":142168,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":true,\"Id\":365601,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":418712,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":263,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20569,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212392\",\"Title\":\"Mysore \\/ Bangalore (160 Km \\/ 04 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Breakfast, checkout and proceed to visit Chamundi Hill - perched atop a hill. The 4.8m tall monolith of Nandi and the gigantic Mahishasura statue are added attractions and later drive to Bangalore enroute visit Enroute visit St. Philomena&rsquo;s Church - this imposing Gothic structure with beautiful stained glass windows and lofty towers is a must see. Visit Srirangapatna - island fortress of Tippu Sultan. On arrival drop to KSTDC Kumarakrupa Hotel at 18.00hrs. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1196,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20454,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20565,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29818\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8096.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7302,\"priceDoubleOcc\":\"8096.00\",\"priceSingleOcc\":28096,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7620,\"priceDoubleOcc\":\"8572.00\",\"priceSingleOcc\":28572,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8572.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8572,\"priceDoubleOcc\":\"10000.00\",\"priceSingleOcc\":30000,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8572,\"priceDoubleOcc\":\"10000.00\",\"priceSingleOcc\":30000,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8572,\"priceDoubleOcc\":\"10000.00\",\"priceSingleOcc\":30000,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10477,\"priceDoubleOcc\":\"12858.00\",\"priceSingleOcc\":32858,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12858.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29819\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12381.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11111,\"priceDoubleOcc\":\"12381.00\",\"priceSingleOcc\":39048,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11747,\"priceDoubleOcc\":\"13334.00\",\"priceSingleOcc\":40001,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12064,\"priceDoubleOcc\":\"13810.00\",\"priceSingleOcc\":40477,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12064,\"priceDoubleOcc\":\"13810.00\",\"priceSingleOcc\":40477,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12064,\"priceDoubleOcc\":\"13810.00\",\"priceSingleOcc\":40477,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14603,\"priceDoubleOcc\":\"17619.00\",\"priceSingleOcc\":44286,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17619.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29820\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24762.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20794,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":68096,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21429,\"priceDoubleOcc\":\"25715.00\",\"priceSingleOcc\":69049,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25715.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20477,\"priceDoubleOcc\":\"24286.00\",\"priceSingleOcc\":67620,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24286.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20477,\"priceDoubleOcc\":\"24286.00\",\"priceSingleOcc\":67620,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24286.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20477,\"priceDoubleOcc\":\"24286.00\",\"priceSingleOcc\":67620,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24286.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23017,\"priceDoubleOcc\":\"28096.00\",\"priceSingleOcc\":71430,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29819\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13000.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11667,\"priceDoubleOcc\":\"13000.05\",\"priceSingleOcc\":41000.399999999994,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13000.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12334,\"priceDoubleOcc\":\"14000.70\",\"priceSingleOcc\":42001.05,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.50\",\"priceSingleOcc\":42500.85,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14500.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.50\",\"priceSingleOcc\":42500.85,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14500.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14500.50\",\"priceSingleOcc\":42500.85,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14500.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15334,\"priceDoubleOcc\":\"18499.95\",\"priceSingleOcc\":46500.3,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18499.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29820\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26000.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21834,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":71500.79999999999,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22501,\"priceDoubleOcc\":\"27000.75\",\"priceSingleOcc\":72501.45,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21501,\"priceDoubleOcc\":\"25500.30\",\"priceSingleOcc\":71001,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25500.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21501,\"priceDoubleOcc\":\"25500.30\",\"priceSingleOcc\":71001,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25500.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21501,\"priceDoubleOcc\":\"25500.30\",\"priceSingleOcc\":71001,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25500.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-19\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24168,\"priceDoubleOcc\":\"29500.80\",\"priceSingleOcc\":75001.5,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29500.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses such as Laundry, telephone calls, tips &amp;amp; gratuity, Bottled water, soft &amp;amp; hard drinks, and Adventure Activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost arising due to natural calamities like, landslides, road blockage, political disturbances (strikes), etc (to be borne by the client, which is directly payable on the spot).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Driver Allowance, parking, toll &amp;amp; taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% GST.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212380\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212380],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212383\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212383],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212386\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212386],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212389\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212389],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212392\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[212392],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Coorg,Mysore', 'Coorg,Karnataka,Indian Subcontinent,South India,India,Mysore', NULL, '6879,18821', 8096, 29501, 3, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'coorg-mysore-3n-4d', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(32, 29813, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Weekend,Romantic', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29813,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/mysore_ooty_3n_4d_1637228083.png\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;This is the most popular tour among honeymooners from the rest of the country. You get to see one of the fastest-growing cities in the world, also known as the garden city, silicon valley of India. Mysore is declared as a heritage city, rich in history and heritage. Major places of interest Mysore Palace, Brindavan garden, Chamundi hill, Srirangapatna. Ooty - the queen of hill stations majestically placed on the slopes of Western Ghats, is a well-set place for honeymooners to experience the lake, garden, and mountain and many more including a ride on Ooty Toy train to Coonoor which is one of the top activity on a travelers bucket list.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"Mysore Ooty 3N 4D\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Weekend,Romantic\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485058,\"Name\":\"Hotel Rio Meridian\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3289022\",\"Long\":\"76.6445608\",\"Address\":\"#2203, 54, Sayyaji Rao Rd, Bamboo Bazar, Tilak Nagar, Mysuru, Karnataka 570015, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418705,\"Name\":\"Spree Roopa Elite\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"29 6th Main Road, V.V Mohalla, Mysore 570002\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142174,\"Name\":\"Pai Vista\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"35\\/A Bangalore-Nilgiri Mysore 570 001\"},\"Images\":{\"Image\":[{\"ImagId\":3126569,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\"},{\"ImagId\":3126570,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_2_t.jpg\"},{\"ImagId\":3126571,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_3_t.jpg\"},{\"ImagId\":3126572,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_4_t.jpg\"},{\"ImagId\":3126573,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_5_t.jpg\"},{\"ImagId\":3126574,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_6_t.jpg\"},{\"ImagId\":3126575,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_7_t.jpg\"},{\"ImagId\":3126576,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_8_t.jpg\"},{\"ImagId\":3126577,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_9_t.jpg\"},{\"ImagId\":3126578,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_10_t.jpg\"},{\"ImagId\":3126579,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_11_t.jpg\"},{\"ImagId\":3126580,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_12_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\",\"AccoAminitiesMask\":\"111000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418696,\"Name\":\"Southern Star Mysore\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"14-15 Vinoba Road, Mysuru (Mysore) 570005, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Mysore, Southernstar Mysore is minutes from Lingabudi Lake and Jayachamarajendra Art Gallery.  This spa hotel is within close proximity of Kukkaranahalli Lake and Jaganmohan Palace and Art Gallery.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 107 air-conditioned rooms featuring minibars and flat-screen televisions. Your room comes with a pillowtop bed. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary hot\\/cold buffet breakfast is served daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, limo\\/town car service, and complimentary newspapers in the lobby. Planning an event in Mysore? This hotel has 5000 square feet (465 square meters) of space consisting of conference space and meeting rooms. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/48\\/85\\/488593146ac0dd0bbd63ec2e3d7e82aff781d394.jpg\",\"AccoAminitiesMask\":\"1010100000000001000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142170,\"Name\":\"Sandesh the Prince\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.309323265104\",\"Long\":\"76.662366362788\",\"Address\":\"3 Nazarbad Main Road Mysore 570010\"},\"Images\":{\"Image\":[{\"ImagId\":3126542,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/54\\/1136736cdmssabrevfm_img_pho_000_nc__382510_Recreational_F_A.jpg\"},{\"ImagId\":3126543,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/64\\/1136736cdmssabrevfm_img_pho_000_nc__382513_Guest_Room___A.jpg\"},{\"ImagId\":3126544,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/74\\/1136736cdmssabrevfm_img_pho_000_nc__382514_Exterior___C.jpg\"},{\"ImagId\":3126545,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/94\\/1136736cdmssabrevfm_img_pho_000_nc__382520_Interior___A.jpg\"},{\"ImagId\":3126546,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/84\\/1136736cdmssabrevfm_img_pho_000_nc__382519_Other___A.jpg\"},{\"ImagId\":3126547,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/114\\/1136736cdmssabrevfm_img_pho_000_nc__382525_Other___A.jpg\"}]},\"CityId\":18821,\"Brief\":\"This 4 star hotel is located in the city centre of Mysore and was established in 2002. It is close to the Mysore Palace and the nearest station is Mysore Junction Railway Statio.\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/17\\/647\\/54\\/1136736cdmssabrevfm_img_pho_000_nc__382510_Recreational_F_A.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418704,\"Name\":\"Fortune JP Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.318362991545\",\"Long\":\"76.662981212139\",\"Address\":\"3 Abba Road, Nazarbad, Mysore 570007\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Centrally located in Mysore, Fortune JP Palace is minutes from Lingabudi Lake and Jayachamarajendra Art Gallery.  This 5-star hotel is within close proximity of Jaganmohan Palace and Art Gallery and Mysore Palace.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 108 individually furnished guestrooms, featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Treat yourself with massages and body treatments. You&#039;re sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. This Art Deco hotel also features wireless Internet access (surcharge), concierge services, and gift shops\\/newsstands.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;All-inclusive rates are available at this hotel. Meals and beverages at onsite dining establishments are included in all-inclusive rates. Charges may be applied for dining at some restaurants, special dinners and dishes, some beverages, and other amenities. &lt;p&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 3 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. &lt;\\/p&gt;&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include wired Internet access (surcharge), a 24-hour business center, and limo\\/town car service. Planning an event in Mysore? This hotel has facilities measuring 11700 square feet (1087 square meters), including a conference center. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/21\\/47\\/2147e9b8085fe4044e70c99c4900a6257a736e3e.jpg\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418717,\"Name\":\"The Windflower Resort & Spa\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.292475498918\",\"Long\":\"76.672442698276\",\"Address\":\"Maharanapratap Road, Nazarbad, Mysore 570010, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;A stay at The Windflower Resorts and Spa places you in the heart of Mysore, convenient to Mysore Zoo and Chamundi Temple.  This 4-star resort is within close proximity of Thonnur Lake and Mysore Palace.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 39 air-conditioned rooms featuring refrigerators and minibars. Rooms have private balconies or patios. Premium TV channels and DVD players are provided for your entertainment, while complimentary wireless Internet access keeps you connected. Bathrooms have complimentary toiletries and hair dryers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You&#039;re sure to appreciate the recreational amenities, including a health club, an indoor pool, and bicycles to rent. Additional features at this resort include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant or in a coffee shop\\/cafe. Or stay in and take advantage of the resort&#039;s 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, express check-out, and a 24-hour front desk. Event facilities at this resort consist of conference space and meeting rooms. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/02\\/18\\/02184d863826a377351dea4b1b0cd1f6fbb48b25.jpg\",\"AccoAminitiesMask\":\"1110000000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365601,\"Name\":\"Radisson Blu Plaza Hotel Mysore\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.298202\",\"Long\":\"76.665169\",\"Address\":\"1 MG Road, Mysore 570010, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Radisson Blu Plaza Hotel Mysore is centrally located in Mysore, walking distance from Mysore Zoo and close to Thonnur Lake.  This 5-star hotel is within close proximity of Mysore Palace and Kukkaranahalli Lake.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 140 air-conditioned rooms featuring kitchens. LED televisions with digital programming provide entertainment, while complimentary wireless Internet access keeps you connected. Bathrooms with separate bathtubs and showers feature deep soaking bathtubs and designer toiletries. Conveniences include safes and desks, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take time to pamper yourself with a visit to the full-service spa. You can take advantage of recreational amenities such as a health club, an outdoor pool, and a spa tub. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Getting to nearby attractions is a breeze with the area shuttle (surcharge) that operates within 185 km.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar and a pool view. You can also stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available for a fee.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour business center, express check-in, and express check-out. Planning an event in Mysore? This hotel has 5063 square feet (470 square meters) of space consisting of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0b\\/73\\/0b737b06a81d2282173e3996afc06c2da4adc38d.jpg\",\"AccoAminitiesMask\":\"1010000100001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418712,\"Name\":\"Grand Mercure Mysuru\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"2203 60 New Sayyaji Rao Road, Nelson Mandela Circle, Karnataka 570021\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Mysore, Grand Mercure Mysuru, an AccorHotels Brand is close to Mysore Palace and Mysore Zoo.  This 5-star hotel is within the region of Brindavan Gardens.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 146 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Enjoy recreational amenities such as an outdoor pool and a 24-hour fitness center. This hotel also features complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 2 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet breakfast is served daily from 7 AM to 10:30 AM.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include complimentary wired Internet access, a business center, and complimentary newspapers in the lobby. Planning an event in Mysore? This hotel has facilities measuring 2153 square feet (200 square meters), including meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/4b\\/3f\\/4b3f59eb7ec651e2be3aef88b92e073902fc6eb5.jpg\",\"AccoAminitiesMask\":\"1000000000001101000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142168,\"Name\":\"Lalitha Mahal Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.298263\",\"Long\":\"76.692342\",\"Address\":\"Mysore  570028 Karnataka\"},\"Images\":{\"Image\":[{\"ImagId\":3126535,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\"},{\"ImagId\":3126536,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/910\\/Property_pic_C.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\",\"AccoAminitiesMask\":\"110010001010100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1196,\"Title\":\"Nandi Bull Temple\",\"Description\":\"test\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2750498,\"Long\":76.6713205,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/312\\/thumb\\/Nandi Bull_986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":133,\"Title\":\"Bandipur National Park\",\"Description\":\"Bandipur National Park, an 874-sq.-km forested reserve in the southern Indian state of Karnataka, is known for its small population of tigers. Once the private hunting ground of the Maharajas of Mysore, the park also harbors Indian elephants, spotted deer, gaurs (bison), antelopes and numerous other native species. The 14th-century Himavad Gopalaswamy Temple offers views from the park&amp;#039;s highest peak.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":11.6842963,\"Long\":76.5719414,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4894\\/thumb\\/Bandipur National Park_133.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20451,\"Title\":\"Deer Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4009889,\"Long\":76.6904926,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422098,\"Name\":\"Hotel Meadows Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.411425\",\"Long\":\"76.711011\",\"Address\":\"Charring Cross, Coonoor Road,Tamil Nadu,India, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Hotel Meadows Residency, Ooty is a leading holiday destination that gives guests a slice of paradise. Guests stay is sure to be memorable with its warm hospitality and beautiful location. Filled with luxury and charm, the hotel is a right choice for all kinds of travellers who wish to enjoy the true beauty of the hill station.\\n\\n&lt;b&gt;Location: &lt;\\/b&gt;\\nHotel Meadows Residency is located on Coonoor Road, which is right in the heart of Ooty and in close proximity to the commercial and sightseeing spots. Tourists&#039; sights at walking distance include Masjid E Sarah (Approx. 0.5km) and St. Stephens Church (Approx. 1km). Ooty has many breathtaking lakes such as Ooty Lake set among groves of Eucalyptus trees and Pykara Lake. In addition, guests can take a trip to the Ooty Botanical Gardens, Tiger Hill and Wax World.\\n\\nDistance from Coimbatore International Airport: Approx. 92km\\nDistance from Ooty Railway Station: Approx. 3km\\n\\n&lt;b&gt;Hotel Features: &lt;\\/b&gt;\\nHotel Meadows Residency provides comfortable and welcoming change from the hectic city life. The hotel offers an array of modern amenities, including 24-hour front desk, room service and security, laundry and valet services, catering services, non-smoking rooms, indoor parking, doctor-on-call, express check-out\\/check-in facility, phone service, transportation, daily housekeeping, and wake-up services. Oven is the in-house multi cuisine restaurant with a friendly atmosphere that serves delicious South and North Indian delicacies as well as Chinese fare.\\n\\n&lt;b&gt;Rooms: &lt;\\/b&gt;\\nHotel Meadows Residency provides guests with Pearl Room, Diamond Room and Platinum Room. The decor is subtle with fine-furnishings and understated luxury. These rooms feature modern amenities like internet access, iron, safe, telephone, flat-screen TV and in-room menu.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3152\\/315250\\/images\\/IMG_7458_1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422082,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.413606\",\"Long\":\"76.6981969\",\"Address\":\"Welbeck Circle, Club Road, Near Hill Bunk,Tamil Nadu,India, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Hotel Welbeck Residency, Ooty offers one of the most spectacular views of the city. It is a favourite spot for tourists as it is strategically located with easy access to other parts of the city. It is a relaxing retreat with a luxurious environment. The exteriors and interiors are majestic with classy furniture and a grand reception area.\\n\\n&lt;b&gt;Location: &lt;\\/b&gt;\\nHotel Welbeck Residency located on the Club Road, Ooty. It is an amazing place with unmatched scenic beauty. Some of the nearby places guests can visit include St. Stephens Church, the oldest in the Nilgiris district (Approx. 1km) and Jaamia Masjid (Approx. 1km). Other attractions in Ooty are the Pykara Lake, Ketti Valley and Ooty Lake. Animal lovers can visit the Mudumalai National Park, a haven for Bengal tigers and Indian leopards as well as other threatened species, including a large variety of birds.\\n\\nDistance from Coimbatore International Airport: Approx. 95km\\nDistance from Ooty Railway Station: Approx. 1km\\n\\n&lt;b&gt;Hotel Feature: &lt;\\/b&gt;\\nHotel Welbeck Residency personifies sophistication, comfort and luxury. It has state-of-the-art business and entertainment technology and all the modern amenities for business and leisure travellers. The conference hall designed to accommodate 60 guests is equipped to cater to any event with complete conference facilities and customized menus. The basic amenities include internet, 24-hour front desk, security and room service, wake-up service, transportation, daily housekeeping and outdoor parking. Gourmet Gataway is the in-house restaurant with a modern setting that serves authentic cuisine from the north and south of India to tantalize guests&#039; taste buds. Enjoy and relax at the hotel&#039;s bar stocked with a wide range of vintages and cocktails as well as traditional pub favourites for meals or snacks.\\n\\n&lt;b&gt;Rooms: &lt;\\/b&gt;\\nHotel Welbeck Residency accommodations have an elegant, warmly lit ambience that is inviting and relaxing. The beds are comfortable and the rooms are perfect for guests to unwind after a long and hectic day. Accommodation options are deluxe, super deluxe, luxury, queen suite, king suite and prince suite. All rooms are well-equipped with a variety of amenities, including colour television, in-room safe, in-room menu and phone line with direct dialling.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3173\\/317301\\/images\\/At_Night_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":421979,\"Name\":\"Darshan\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.406838142857\",\"Long\":\"76.686749428571\",\"Address\":\"Near Lake Boat House, Lake Road\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;When you stay at Hotel Darshan in Ooty, you&#039;ll be in the entertainment district and minutes from Thread Garden and Ooty Lake.  This hotel is within close proximity of Government Museum and Arranmore Palace.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 35 guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take in the views from a rooftop terrace and make use of amenities such as wireless Internet access (surcharge) and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Satisfy your appetite at the hotel&#039;s restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/cafe, and 24-hour room service is provided.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a computer station, complimentary newspapers in the lobby, and a 24-hour front desk. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/03\\/dc\\/03dc64178eb5d3e05799e10f89ec5e73ac01ad0d.jpg\",\"AccoAminitiesMask\":\"1010000000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422006,\"Name\":\"Club Mahindra Derby Green, Ooty\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.401504433475\",\"Long\":\"76.696854271164\",\"Address\":\"29-49 Baikey Road, Off Etinnes Road, Ooty 643001, Tamil Nadu\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Club Mahindra Derby Green, Ooty in Ooty, you&#039;ll be convenient to Ooty Lake and Thread Garden.  This hotel is within close proximity of Ooty Rose Garden and Upper Bhavani Lake.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Stay in one of 91 guestrooms featuring LCD televisions. Satellite television is provided for your entertainment. Bathrooms with showers are provided. Conveniences include phones, as well as safes and coffee\\/tea makers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Enjoy recreation amenities such as a fitness center or take in the view from a garden.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant or in a coffee shop\\/cafe. Or stay in and take advantage of the hotel&#039;s 24-hour room service.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include dry cleaning\\/laundry services and a library.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/19\\/81\\/1981c0d944749f5f111d3e9fc8ceca8aa6070661.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422003,\"Name\":\"Fortune Resort Sullivan Court\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.411721919251\",\"Long\":\"76.69454023333\",\"Address\":\"Rose Garden Road, Ooty 643001, Tamil Nadu\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Ooty, Fortune Resort Sullivan Court is minutes from Ooty Rose Garden and close to St. Stephen&#039;s Church.  This 4-star resort is within close proximity of Upper Bhavani Lake and Botanical Gardens.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 67 guestrooms featuring minibars and DVD players. Satellite television is provided for your entertainment. Partially open bathrooms with separate bathtubs and showers feature complimentary toiletries and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Enjoy recreational amenities such as a health club and a sauna. This resort also features wedding services and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite at one of the resort&#039;s 2 restaurants, or stay in and take advantage of room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour business center, dry cleaning\\/laundry services, and luggage storage. This resort has 2 meeting rooms available for events. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/34\\/c8\\/34c891710d0e86c1d2aac35af7cdfeda96e7dd03.jpg\",\"AccoAminitiesMask\":\"1000000100001000000\",\"AccoAminities\":[{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422014,\"Name\":\"Taj Savoy\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.41469801223\",\"Long\":\"76.693860708355\",\"Address\":\"Ootacamund 77 Sylks Road,\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Taj Savoy Hotel in Ooty, you&#039;ll be minutes from Government Museum and Upper Bhavani Lake.  This 5-star hotel is within close proximity of St. Stephen&#039;s Church and Thread Garden.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 40 individually decorated guestrooms, featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and babysitting\\/childcare (surcharge). Additional features at this hotel include gift shops\\/newsstands, a television in a common area, and a picnic area.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar and a garden view. You can also stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available daily from 7 AM to 11 AM for a fee.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include wired Internet access (surcharge), a 24-hour business center, and express check-in. Planning an event in Ooty? This hotel has 753 square feet (70 square meters) of space consisting of a conference center and a meeting room. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/07\\/8f\\/078f2586ffbf5993bb06c2344110a85144081638.jpg\",\"AccoAminitiesMask\":\"1010000000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":294,\"Title\":\"Chamundi Hills\",\"Description\":\"Patronised for centuries by Mysore rulers, Chamundeshwari Temple is located atop the Chamundi Hills.Named after goddess Chamundi, the Chamundeshwari Temple sits atop the main hill. The main hill itself features an ancient stone stairway of 1,008 steps leading to its summit.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2784749,\"Long\":76.6681937,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/235\\/thumb\\/Chamundi Hills_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1196,\"Title\":\"Nandi Bull Temple\",\"Description\":\"test\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2750498,\"Long\":76.6713205,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/312\\/thumb\\/Nandi Bull_986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":133,\"Title\":\"Bandipur National Park\",\"Description\":\"Bandipur National Park, an 874-sq.-km forested reserve in the southern Indian state of Karnataka, is known for its small population of tigers. Once the private hunting ground of the Maharajas of Mysore, the park also harbors Indian elephants, spotted deer, gaurs (bison), antelopes and numerous other native species. The 14th-century Himavad Gopalaswamy Temple offers views from the park&amp;#039;s highest peak.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":11.6842963,\"Long\":76.5719414,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4894\\/thumb\\/Bandipur National Park_133.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20451,\"Title\":\"Deer Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4009889,\"Long\":76.6904926,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212349\",\"Title\":\"Bangalore \\/ Mysore: (140Kms \\/ 3 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet at KSTDC Kumarakrupa Hotel at 07.30hrs and drive to Mysore. Known for its magnificent palaces and majestic buildings, sprawling gardens and treelined boulevards, shimmering silks and sandalwood, the &#39;City Royale&#39; always figures in the tourist&#39;s itinerary, enroute visit Srirangapatna - Island fortress of Tippu Sultan. Visit Tippu&#39;s Summer Palace, Mosque, and Sriranganatha temple. On arrival check into a hotel and evening visit Chamundi Hill - perched atop a hill. The 4.8m tall monolith of Nandi and the gigantic Mahishasura statue are added attractions. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485058,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":418705,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":142174,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":418696,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":142170,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418717,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":365601,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":418712,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"},{\"IsIncluded\":false,\"Id\":142168,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":294,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1196,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20454,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20565,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212352\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212355\",\"Title\":\"Mysore \\/ Ooty: (150Kms \\/ 4 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Morning breakfast, checkout and proceed to visit Maharaja Palace - the palace is a splendid structure in the Indo-Saracenic style. Later drive to Ooty called the Queen of Hill Stations picturesque, green Udhagamandalam better known as Ooty, is the most popular hill station in the South, Enroute visit Bandipur National Park and Madumalai National Park, on arrival check in to a hotel, evening free, have dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422098,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":421979,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":422006,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":422003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":422014,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":133,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212358\",\"Title\":\"Ooty Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Morning breakfast, proceed for full day sightseeing visit Botanical Garden - is spread over 22 hectares ascending the slopes on the hill, Rose Garden - the rose varieties planted in this park were assembled from different sources with 17,256 rose plants from 1919 varieties, Deer Park, is one of the high altitude animal park in India, Doddabetta is highest peak (2634 meters) in the Nilgiris, Ooty Lake - which extends to an area of 65 acres, good for boating. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422098,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422082,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":421979,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":422003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":true,\"Id\":422006,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":422014,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11319,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1489,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20451,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1258,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212361\",\"Title\":\"Ooty \\/ Bangalore\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Morning breakfast checkout and drive to Bangalore. On arrival drop to KSTDC Kumarakrupa Hotel at 18.00hrs. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29813\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9500.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8334,\"priceDoubleOcc\":\"9500.40\",\"priceSingleOcc\":34500.9,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8667,\"priceDoubleOcc\":\"10000.20\",\"priceSingleOcc\":35000.7,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10000.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":36001.35,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":36001.35,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":9334,\"priceDoubleOcc\":\"11000.85\",\"priceSingleOcc\":36001.35,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.85\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11334,\"priceDoubleOcc\":\"14000.70\",\"priceSingleOcc\":39001.2,\"priceExtraBed\":\"6000.75\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29814\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13500.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12001,\"priceDoubleOcc\":\"13500.90\",\"priceSingleOcc\":42501.9,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13500.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12334,\"priceDoubleOcc\":\"14000.70\",\"priceSingleOcc\":43001.7,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13000,\"priceDoubleOcc\":\"15000.30\",\"priceSingleOcc\":44001.3,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15000.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13000,\"priceDoubleOcc\":\"15000.30\",\"priceSingleOcc\":44001.3,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15000.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13000,\"priceDoubleOcc\":\"15000.30\",\"priceSingleOcc\":44001.3,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15000.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15667,\"priceDoubleOcc\":\"19000.80\",\"priceSingleOcc\":48001.8,\"priceExtraBed\":\"9000.60\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29815\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23500.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20167,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":71001,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20501,\"priceDoubleOcc\":\"24000.90\",\"priceSingleOcc\":71501.85,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24000.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21834,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":73501.04999999999,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21834,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":73501.04999999999,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21834,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":73501.04999999999,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24501,\"priceDoubleOcc\":\"30000.60\",\"priceSingleOcc\":77501.54999999999,\"priceExtraBed\":\"13500.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30000.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29813\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9048.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":7937,\"priceDoubleOcc\":\"9048.00\",\"priceSingleOcc\":32858,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8254,\"priceDoubleOcc\":\"9524.00\",\"priceSingleOcc\":33334,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9524.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":34287,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":34287,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":8890,\"priceDoubleOcc\":\"10477.00\",\"priceSingleOcc\":34287,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10477.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10794,\"priceDoubleOcc\":\"13334.00\",\"priceSingleOcc\":37144,\"priceExtraBed\":\"5715.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29814\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12858.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11429,\"priceDoubleOcc\":\"12858.00\",\"priceSingleOcc\":40478,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12858.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11747,\"priceDoubleOcc\":\"13334.00\",\"priceSingleOcc\":40954,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12381,\"priceDoubleOcc\":\"14286.00\",\"priceSingleOcc\":41906,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14286.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12381,\"priceDoubleOcc\":\"14286.00\",\"priceSingleOcc\":41906,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14286.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12381,\"priceDoubleOcc\":\"14286.00\",\"priceSingleOcc\":41906,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14286.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14921,\"priceDoubleOcc\":\"18096.00\",\"priceSingleOcc\":45716,\"priceExtraBed\":\"8572.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29815\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22381.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19207,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":67620,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19525,\"priceDoubleOcc\":\"22858.00\",\"priceSingleOcc\":68097,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22858.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20794,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":70001,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20794,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":70001,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20794,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":70001,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23334,\"priceDoubleOcc\":\"28572.00\",\"priceSingleOcc\":73811,\"priceExtraBed\":\"12858.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28572.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses such as Laundry, telephone calls, tips &amp;amp; gratuity, Bottled water, soft &amp;amp; hard drinks, and Adventure Activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost arising due to natural calamities like, landslides, road blockage, political disturbances (strikes), etc (to be borne by the client, which is directly payable on the spot).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure.\\r\\n\\t&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Driver Allowance, parking, toll &amp;amp; interstate taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% GST.\\r\\n\\t&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212349\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212349],\"Remark\":[\"&lt;p&gt;Pickup form KSTDC Kumarakrupa Hotel Bangalore and drive to Mysore.&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"212352\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212352],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212355\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212355],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212358\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212358],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212361\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[212361],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Mysore,Ooty', 'Mysore,Karnataka,Indian Subcontinent,South India,India,Ooty,Tamil Nadu', NULL, '18821,20161', 9048, 30001, 3, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'mysore-ooty-3n-4d', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(33, 29810, 1, 9840, 0, 0, 0, 'Honeymoon,Beach,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29810,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/alor_gre_holiday_resort_-_colim_north_goa_1637224662.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Goa\",\"DestinationPlacesSysId\":10576,\"SourcePlaces\":\"Goa\",\"SourcePlaceSysId\":10576,\"AgencyName\":\"Connect India\",\"Name\":\"Alor Grande Holiday Resort - Candolim, North Goa\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7351\",\"SupplierName\":\"Freedom Holidays\"},\"PackageSpec\":{\"Specification\":\"Only Hotel\",\"SpecificationId\":2},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Beach,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":10576,\"Title\":\"Goa\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":355272,\"Name\":\"Alor Grande Holiday Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"15.516205\",\"Long\":\"73.769502\",\"Address\":\"Behind Delfion&#039;s High Mart, Opp Candolim Health Centre, Aguada - Siolim Rd, Candolim, Goa 403515,Goa,India, , , 403516\"},\"Images\":[],\"CityId\":10576,\"Brief\":\"Alor Grande Holiday Resort, Goa, is a charming resort which offers a stay full of peace and enjoyment. This resort covered by swaying coconut groves and lush paddy fields is a cosy abode for travellers from varied spheres of life. Modern amenities for business and leisure, a complete culinary experience and comforting rooms together make this place a delightful resting place.\\n\\n&lt;b&gt;Location:&lt;\\/b&gt; \\nAlor Grande Holiday Resort placed near Health Centre, Candolim, has significant places of tourist attractions like Candolim Beach (Approx. 1km) and Sinquerim Beach (Approx. 2km) in its vicinity. The Candolim Beach stretching from Fort Aguada till the Calangute Beach is a peaceful and scenic beach. Tourist will also enjoy a trip to Arvalem Caves, Banastari Bridge and Carambolim Lake.\\n\\nDistance from Goa International Airport: 47 km (approx.)\\nDistance from Thivim Railway Station: 26 km (approx.)\\n\\n&lt;b&gt;Hotel Features:&lt;\\/b&gt; \\nThis resort offers guests an enduring stay with a relaxed environment and essential comforts. Some of the vital services are room service, internet, 24-hour front desk, air conditioning, parking, travel desk, 24-hour security and doctor-on-call. Other noteworthy facilities for business guests include business services, conference equipment and meeting rooms. Guests are provided with baby-sitting facilities for convenience, game room for recreation, massage services for relaxation and beauty salon for beauty treatments. A multi-cuisine indoor restaurant, a well-stocked bar and a coffee shop is available for tasty meals, refreshments and beverages.\\n\\n&lt;b&gt;Rooms:&lt;\\/b&gt; \\nDouble A\\/c rooms, standard rooms and deluxe rooms can be availed by the guests at Alor Grande Holiday Resort. These rooms have a home-like setting and are truly peaceful. Each room is air conditioned and neatly arranged. They are fitted with utilities like colour TV, telephone, minibar and refrigerator for convenience.\",\"MainImg\":\"https:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICg7A8cpsaijimfNQMaEw56GeGxvIyJ2ivL8zt6kcVtYkBZEtV3\\/C5qS+yPad5GjSO+Ad0ixP14K17Ghf3tx7tLD\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7351,\"SupplierName\":\"Freedom Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212333\",\"Title\":\"0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<ul>\\r\\n\\t<li>A\\/C Accommodation for 3 nights\\/4 days<\\/li>\\r\\n\\t<li>Breakfast<\\/li>\\r\\n\\t<li>2-way airport transfers by a\\/c small car<\\/li>\\r\\n\\t<li>North Goa Sightseeing<\\/li>\\r\\n\\t<li>South Goa Sightseeing with Boat Cruise<\\/li>\\r\\n\\t<li>All applicable taxes<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":355272,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212334\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":355272,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212335\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":355272,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212336\",\"Title\":\"0\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10576,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":355272,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"29810\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17555.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2021-12-19\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\"17555.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\"17555.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\"17555.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\"17555.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\"17555.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13999,\"priceDoubleOcc\":\"17555.00\",\"priceSingleOcc\":35110,\"priceExtraBed\":\"6888.00\",\"priceWithoutBed\":\"17555.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Airfare and Train Tickets&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Lunch and Dinners or Any special Meals&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Expense of personal nature such as tips, laundry, telephones, beverages etc., &lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Dharshan Tickets &amp;amp; entry fee for all monuments and boating fees &amp;amp; Guide Charges.&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212333\":[{\"Sequence\":[0],\"TPInvnSysId\":[212333],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}],\"212334\":[{\"Sequence\":[0],\"TPInvnSysId\":[212334],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}],\"212335\":[{\"Sequence\":[0],\"TPInvnSysId\":[212335],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}],\"212336\":[{\"Sequence\":[0],\"TPInvnSysId\":[212336],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}]},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Goa', 'Goa,Indian Subcontinent,West India,India', NULL, '10576', 17555, 17555, 3, NULL, NULL, 2, 'Hotel', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'alor-grande-holiday-resort-candolim-north-goa', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(34, 29803, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Heritage,Weekend,Romantic,Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29803,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/hills_of_lonavala__mahabaleshwar_1637220049.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The Western Ghats and their Sahyadri Ranges have blessed Maharashtra with many a charismatic and charming hill stations. And the best part is we are bound to find one, within a few hours driving distance from almost all the major cities in the state. So whether we are looking for a weekend family getaway, a much needed rendezvous with blissful nature, or that long-overdue romantic long drive&amp;hellip;. Mountains are calling!&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Mumbai\",\"DestinationPlacesSysId\":18676,\"SourcePlaces\":\"Mumbai\",\"SourcePlaceSysId\":18676,\"AgencyName\":\"Connect India\",\"Name\":\"HILLS OF LONAVALA & MAHABALESHWAR\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7131\",\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Train Station Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Heritage,Weekend,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":16375,\"Title\":\"Mahabaleshwar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456340,\"Name\":\"Any 2 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16375,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":127627,\"Name\":\"Valley View Resort\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"17.921399\",\"Long\":\"73.659313\",\"Address\":\"Near Market Mahabaleshwar 412806\"},\"Images\":{\"Image\":[{\"ImagId\":2795153,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_1_b.jpg\"},{\"ImagId\":2795154,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_2_b.jpg\"},{\"ImagId\":2795155,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_3_b.jpg\"},{\"ImagId\":2795156,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_4_b.jpg\"},{\"ImagId\":2795157,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_5_b.jpg\"},{\"ImagId\":2795158,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_6_b.jpg\"},{\"ImagId\":2795159,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_7_b.jpg\"},{\"ImagId\":2795160,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_8_b.jpg\"},{\"ImagId\":2795161,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_9_b.jpg\"},{\"ImagId\":2795162,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_10_b.jpg\"},{\"ImagId\":2795163,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_11_b.jpg\"},{\"ImagId\":2795164,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_12_b.jpg\"},{\"ImagId\":2795165,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_13_b.jpg\"},{\"ImagId\":2795166,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_14_b.jpg\"},{\"ImagId\":2795167,\"Type\":\"FullImage\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_15_b.jpg\"},{\"ImagId\":2795168,\"Type\":\"FullImage\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_16_b.jpg\"},{\"ImagId\":2795169,\"Type\":\"FullImage\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_17_b.jpg\"},{\"ImagId\":2795170,\"Type\":\"FullImage\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_18_b.jpg\"},{\"ImagId\":2795171,\"Type\":\"FullImage\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_19_b.jpg\"},{\"ImagId\":2795172,\"Type\":\"FullImage\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_20_b.jpg\"},{\"ImagId\":2795173,\"Type\":\"FullImage\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_21_b.jpg\"},{\"ImagId\":2795174,\"Type\":\"FullImage\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_22_b.jpg\"}]},\"CityId\":16375,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Valley View Resort in Mahabaleshwar, you&amp;apos;ll be minutes from Mahabaleshwar Bazaar and close to Wilson Point. This hotel is within close proximity of Polo Grounds and Bombay Point.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Conveniences include phones, as well as separate sitting areas and blackout drapes\\/curtains.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rec, Spa, Premium Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take advantage of recreation opportunities including an indoor pool and a spa tub.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Event facilities at this hotel consist of a conference center and conference space.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/5000000\\/4670000\\/4668900\\/4668885\\/4668885_1_b.jpg\",\"AccoAminitiesMask\":\"100100000000000000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"}],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Cozy Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16375,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16375,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1018,\"Title\":\"Mahabaleshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":14.5435456,\"Long\":74.316193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1227\\/thumb\\/Mahabaleshwar Temple_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":77,\"Title\":\"Arthur\'s Seat Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1268\\/thumb\\/Arthurs Point._360.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":974,\"Title\":\"Lingmala Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9313112,\"Long\":73.6672583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1263\\/thumb\\/Lingmala Waterfall_837.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1295,\"Title\":\"Panchgani\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/671\\/thumb\\/Panchgani_199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1714,\"Title\":\"Table Land (Caves)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20696,\"CityName\":\"Panchgani\",\"Lat\":17.9225314,\"Long\":73.8021715,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5806\\/thumb\\/Table Land (Caves)_608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":185,\"Title\":\"Bhaja Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4022\\/thumb\\/Bhaja Caves_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":21798,\"Title\":\"Karla Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":204,\"Title\":\"Bhushi Dam\",\"Description\":\"Bhushi Dam is a masonry dam on the Indrayani River. It is one place in Lonavala which is bound to cheer you up during the monsoons which are the ideal time to visit the attraction.\\r\\n\\r\\nThe overflowing water over the steps of Bhushi Dam and then through the rocky terrain make this place a hit among the people of nearby areas who throng in large numbers on weekends during monsoons. It tends to get so crowded that many individuals find it hard even to get a decent standing spot. Even though swimming is prohibited in the dam due to the inconsistent flow of the water, one can always enjoy on the steps.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.0759837,\"Long\":72.8776559,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15833\\/sightseeing\\/21_1505479668.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":873,\"Title\":\"Khandala\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":18.7493892,\"Long\":73.4080759,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1269\\/thumb\\/Khandala_118.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1502,\"Title\":\"Ryewood Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":18.7493892,\"Long\":73.4080759,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4031\\/thumb\\/Ryewood Park_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":15833,\"Title\":\"Lonavala\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456340,\"Name\":\"Any 2 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Budget Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":123690,\"Name\":\"Citrus Hotels Lonavala\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"18.751999\",\"Long\":\"73.410818\",\"Address\":\"D T Shahani Road Near Telephone Exchange\"},\"Images\":{\"Image\":[{\"ImagId\":2717696,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_1_t.jpg\"},{\"ImagId\":2717697,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_2_t.jpg\"},{\"ImagId\":2717698,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_3_t.jpg\"},{\"ImagId\":2717699,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_4_t.jpg\"},{\"ImagId\":2717700,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_5_t.jpg\"},{\"ImagId\":2717701,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_6_t.jpg\"},{\"ImagId\":2717702,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_7_t.jpg\"},{\"ImagId\":2717703,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_8_t.jpg\"},{\"ImagId\":2717704,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_10_t.jpg\"},{\"ImagId\":2717705,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_11_t.jpg\"},{\"ImagId\":2717706,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_12_t.jpg\"},{\"ImagId\":2717707,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_13_t.jpg\"},{\"ImagId\":2717708,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_14_t.jpg\"},{\"ImagId\":2717709,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_15_t.jpg\"},{\"ImagId\":2717710,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_16_t.jpg\"},{\"ImagId\":2717711,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_17_t.jpg\"},{\"ImagId\":2717712,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_18_t.jpg\"}]},\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3090000\\/3089600\\/3089543\\/3089543_1_t.jpg\",\"AccoAminitiesMask\":\"100100000000010000\",\"AccoAminities\":[{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15833,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1018,\"Title\":\"Mahabaleshwar Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":14.5435456,\"Long\":74.316193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1227\\/thumb\\/Mahabaleshwar Temple_540.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":77,\"Title\":\"Arthur\'s Seat Point\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1268\\/thumb\\/Arthurs Point._360.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":974,\"Title\":\"Lingmala Waterfall\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9313112,\"Long\":73.6672583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1263\\/thumb\\/Lingmala Waterfall_837.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1295,\"Title\":\"Panchgani\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16375,\"CityName\":\"Mahabaleshwar\",\"Lat\":17.9296302,\"Long\":73.6534542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/671\\/thumb\\/Panchgani_199.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1714,\"Title\":\"Table Land (Caves)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20696,\"CityName\":\"Panchgani\",\"Lat\":17.9225314,\"Long\":73.8021715,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5806\\/thumb\\/Table Land (Caves)_608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":185,\"Title\":\"Bhaja Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.7514798,\"Long\":75.7138884,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4022\\/thumb\\/Bhaja Caves_764.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":21798,\"Title\":\"Karla Caves\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":204,\"Title\":\"Bhushi Dam\",\"Description\":\"Bhushi Dam is a masonry dam on the Indrayani River. It is one place in Lonavala which is bound to cheer you up during the monsoons which are the ideal time to visit the attraction.\\r\\n\\r\\nThe overflowing water over the steps of Bhushi Dam and then through the rocky terrain make this place a hit among the people of nearby areas who throng in large numbers on weekends during monsoons. It tends to get so crowded that many individuals find it hard even to get a decent standing spot. Even though swimming is prohibited in the dam due to the inconsistent flow of the water, one can always enjoy on the steps.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":19.0759837,\"Long\":72.8776559,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15833\\/sightseeing\\/21_1505479668.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":873,\"Title\":\"Khandala\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":18.7493892,\"Long\":73.4080759,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1269\\/thumb\\/Khandala_118.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1502,\"Title\":\"Ryewood Park\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15833,\"CityName\":\"Lonavala\",\"Lat\":18.7493892,\"Long\":73.4080759,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4031\\/thumb\\/Ryewood Park_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7131,\"SupplierName\":\"Travnet Tourism Services Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212295\",\"Title\":\"Mumbai - Mahabaleshwar\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p><span style=\\\"color:black\\\">Arr. Mumbai Airport \\/ Rly. Stn. Meet our representative. drive to Mahabaleshwar (270kms\\/ 6 hrs) check in to the hotel. Thereafter you can go for half day tour includes a tour to Mahabaleshwar temple. The temple in its present state, is surrounded by 5 feet high stone wall. The main temple has two apartments, the inner room, which is the God chamber and the outer room which is the central hall. The temple is dedicate to Lord Shiva and enshrines a lingam. The Mahabaleshwar is named after the presiding deity of this temple, Lord Mahabali, which is also why it is considered a major landmark of Mahabaleshwar. Stay Overnight.<\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":127627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1018,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212299\",\"Title\":\"Mahabaleshwar & Panchgani Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p><span style=\\\"color:black\\\">After breakfast, trip to the cascading waterfalls, such as the Lingmala waterfall (6km), Dhobi waterfall (3km) and Chinamans waterfall (2.5km). There is also the Venna Lake, which is 2.5 km long and has boating facilities. Close to the lake are strawberry stalls and people can even go for little horse riding. Wilson point is the highest point of Mahabaleshwar and has three observation towers, which offer a splendid view especially of the sunrise. Tourist also loves to visit the Elphinstone Point, Babington Point, Kates Point and Arthurs Point. Later we drive to Panchgani, is situated 19km away from Mahabaleshwar. At Panchgani, you can visit the various viewpoints such as the, the Sidney point, Parsi point and the Graves Point. Tapola, also known as mini Kashmir, is 25kms from Mahabaleshwar. It has a big lake with small islands and there tourists can take a boat and visit the various islands. Back to Mahabaleshwar. Overnight stay at hotel.<\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":127627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Cozy Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":77,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":974,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1295,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1714,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212303\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16375,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212307\",\"Title\":\"Mahabaleshwar - Lonavala\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p><span style=\\\"color:black\\\">A sumptuous breakfast at the hotel will be followed by a drive down to Lonavala (180 kms\\/ 4hrs). Enroute you see the Karla &amp;Bhaja Caves, are a group of 18 rock-cut caves. You will also see a group of 14 stupas - five inside and nine outside the caves. Located near the Lonavala hill station. In the evening you arrive at Lonavala, check in to the hotel and stay overnight<\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15833,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":123690,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Luxury\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":185,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":21798,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212311\",\"Title\":\"Lonavala & Khandala Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p><span style=\\\"color:black\\\">After breakfast in the morning, You spend the morning exploring the scenic beauty of Lonavala hill station. You can see tourist hotspots like Ryewood Park, Christian Cemetery, Bushi&nbsp;dam, Dukes Nose and other places. Lonavala is a beautiful and cool hill station that houses the mesmerising waterfalls will within its precincts. Khandala neighbours Lonavala. Although is comparatively small, it is equally blessed with natural beauty and bounty. Deep valley on one side and high hills on the other side divide Khandala and Lonavala. Overnight stay at hotel.<\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15833,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456340,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Budget Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":123690,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"\\u00a0AC LUXURY\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":204,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":873,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1502,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212315\",\"Title\":\"Lonavala - Mumbai\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p><span style=\\\"color:black\\\">After morning breakfast travel back to&nbsp; Mumbai Airport \\/ Railway Station. Proceed to onward journey. Tour ends with sweet memories...<\\/span><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15833,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"29803\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14922.40\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12172,\"priceDoubleOcc\":\"14922.40\",\"priceSingleOcc\":39106.9,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14922.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12965,\"priceDoubleOcc\":\"16112.65\",\"priceSingleOcc\":40297.15,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16112.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14155,\"priceDoubleOcc\":\"17897.45\",\"priceSingleOcc\":42081.95,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17897.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12289,\"priceDoubleOcc\":\"15098.35\",\"priceSingleOcc\":39282.85,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15098.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14331,\"priceDoubleOcc\":\"18161.95\",\"priceSingleOcc\":42346.45,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18161.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18346,\"priceDoubleOcc\":\"24184.50\",\"priceSingleOcc\":48369,\"priceExtraBed\":\"4600.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24184.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"29804\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20246.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16335,\"priceDoubleOcc\":\"20246.90\",\"priceSingleOcc\":49859.4,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20246.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17117,\"priceDoubleOcc\":\"21421.05\",\"priceSingleOcc\":51033.55,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21421.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18291,\"priceDoubleOcc\":\"23181.70\",\"priceSingleOcc\":52794.2,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23181.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16506,\"priceDoubleOcc\":\"20503.35\",\"priceSingleOcc\":50115.85,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20503.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18548,\"priceDoubleOcc\":\"23566.95\",\"priceSingleOcc\":53179.45,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23566.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22563,\"priceDoubleOcc\":\"29589.50\",\"priceSingleOcc\":59202,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29589.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29805\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24271.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19018,\"priceDoubleOcc\":\"24271.90\",\"priceSingleOcc\":57966.9,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"4600.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24271.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19801,\"priceDoubleOcc\":\"25446.05\",\"priceSingleOcc\":59141.05,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"4600.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25446.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20974,\"priceDoubleOcc\":\"27206.70\",\"priceSingleOcc\":60901.7,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"4600.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27206.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19189,\"priceDoubleOcc\":\"24528.35\",\"priceSingleOcc\":58223.35,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"4600.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24528.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21231,\"priceDoubleOcc\":\"27591.95\",\"priceSingleOcc\":61286.95,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"4600.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27591.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25246,\"priceDoubleOcc\":\"33614.50\",\"priceSingleOcc\":67309.5,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"4600.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33614.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29806\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46121.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35578,\"priceDoubleOcc\":\"46121.90\",\"priceSingleOcc\":101551.9,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46121.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":36361,\"priceDoubleOcc\":\"47296.05\",\"priceSingleOcc\":102726.05,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47296.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37534,\"priceDoubleOcc\":\"49056.70\",\"priceSingleOcc\":104486.7,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"49056.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":35749,\"priceDoubleOcc\":\"46378.35\",\"priceSingleOcc\":101808.35,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46378.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":37791,\"priceDoubleOcc\":\"49441.95\",\"priceSingleOcc\":104871.95,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"49441.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":41806,\"priceDoubleOcc\":\"55464.50\",\"priceSingleOcc\":110894.5,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"8050.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55464.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"29803\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13624.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11113,\"priceDoubleOcc\":\"13624.80\",\"priceSingleOcc\":35706.3,\"priceExtraBed\":\"4200.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13624.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11838,\"priceDoubleOcc\":\"14711.55\",\"priceSingleOcc\":36793.05,\"priceExtraBed\":\"4200.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14711.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12924,\"priceDoubleOcc\":\"16341.15\",\"priceSingleOcc\":38422.65,\"priceExtraBed\":\"4200.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16341.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11220,\"priceDoubleOcc\":\"13785.45\",\"priceSingleOcc\":35866.95,\"priceExtraBed\":\"4200.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13785.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13085,\"priceDoubleOcc\":\"16582.65\",\"priceSingleOcc\":38664.15,\"priceExtraBed\":\"4200.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16582.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16751,\"priceDoubleOcc\":\"22081.50\",\"priceSingleOcc\":44163,\"priceExtraBed\":\"4200.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22081.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"29804\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18486.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14914,\"priceDoubleOcc\":\"18486.30\",\"priceSingleOcc\":45523.8,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18486.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15629,\"priceDoubleOcc\":\"19558.35\",\"priceSingleOcc\":46595.85,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19558.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16701,\"priceDoubleOcc\":\"21165.90\",\"priceSingleOcc\":48203.4,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21165.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15070,\"priceDoubleOcc\":\"18720.45\",\"priceSingleOcc\":45757.95,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18720.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16935,\"priceDoubleOcc\":\"21517.65\",\"priceSingleOcc\":48555.15,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21517.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20601,\"priceDoubleOcc\":\"27016.50\",\"priceSingleOcc\":54054,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27016.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29805\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22161.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17364,\"priceDoubleOcc\":\"22161.30\",\"priceSingleOcc\":52926.3,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22161.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18079,\"priceDoubleOcc\":\"23233.35\",\"priceSingleOcc\":53998.35,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23233.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19151,\"priceDoubleOcc\":\"24840.90\",\"priceSingleOcc\":55605.9,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24840.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17520,\"priceDoubleOcc\":\"22395.45\",\"priceSingleOcc\":53160.45,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22395.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19385,\"priceDoubleOcc\":\"25192.65\",\"priceSingleOcc\":55957.65,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25192.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23051,\"priceDoubleOcc\":\"30691.50\",\"priceSingleOcc\":61456.5,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30691.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29806\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"42111.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32484,\"priceDoubleOcc\":\"42111.30\",\"priceSingleOcc\":92721.3,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42111.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":33199,\"priceDoubleOcc\":\"43183.35\",\"priceSingleOcc\":93793.35,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43183.35\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34271,\"priceDoubleOcc\":\"44790.90\",\"priceSingleOcc\":95400.9,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44790.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":32640,\"priceDoubleOcc\":\"42345.45\",\"priceSingleOcc\":92955.45,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42345.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":34505,\"priceDoubleOcc\":\"45142.65\",\"priceSingleOcc\":95752.65,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45142.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":38171,\"priceDoubleOcc\":\"50641.50\",\"priceSingleOcc\":101251.5,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50641.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Airfare and Train Tickets&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Lunch and Dinners or Any special Meals&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Expense of personal nature such as tips, laundry, telephones, beverages etc., &lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Dharshan Tickets &amp;amp; entry fee for all monuments and boating fees &amp;amp; Guide Charges.&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as per hotel plan&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"500\",\"IsPercentage\":false,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"9021\",\"Value\":\"0\"},{\"DaysBefore\":30,\"ExtraValue\":\"500\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"9025\",\"Value\":\"10\"},{\"DaysBefore\":15,\"ExtraValue\":\"500\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"9029\",\"Value\":\"50\"},{\"DaysBefore\":7,\"ExtraValue\":\"500\",\"IsPercentage\":true,\"Title\":\"Before 7 Days\",\"TPRulesSysId\":\"9033\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"212295\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212295],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212299\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212299],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212303\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212303],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212307\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212307],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212311\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[212311],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212315\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[212315],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Mahabaleshwar,Lonavala', 'Mahabaleshwar,Maharashtra,Indian Subcontinent,West India,India,Lonavala,Khandala,Panchgani', NULL, '16375,15833', 13625, 55465, 4, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2023-03-31 00:00:00', '2023-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'hills-of-lonavala-mahabaleshwar', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(35, 29796, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Weekend,Romantic', NULL, 1, 1, 0, '{\"package\":{\"TPId\":29796,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/southern_triangle_tour_1637219023.png\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":15,\"DETAILS\":\"&lt;p&gt;Nature&amp;#39;s beautiful trinity in South India! A journey that combines the heavenly hill stations of Ooty Coorg with the cultural yet contemporary vibe of Mysore city. Watch stunning landscapes unfold at the Nilgiri ranges and experience grandeur &amp;amp; opulence at the cultural capital of Karnataka, Mysore.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Bangalore\",\"DestinationPlacesSysId\":2262,\"SourcePlaces\":\"Bangalore\",\"SourcePlaceSysId\":2262,\"AgencyName\":\"Connect India\",\"Name\":\"SOUTHERN TRIANGLE TOUR\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6699\",\"SupplierName\":\"Skyway International Travels\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Weekend,Romantic\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20161,\"Title\":\"Ooty\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":422002,\"Name\":\"Meadows Residency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.41141725\",\"Long\":\"76.70972725\",\"Address\":\"Charring Cross, Coonoor Road,\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Ooty, Meadows Residency is minutes from Diyanamyam Mutt and Union Church.  This hotel is within close proximity of Ooty Rose Garden and Muniswarar Temple.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 21 guestrooms. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones and complimentary bottled water.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a satisfying meal at a restaurant serving guests of Meadows Residency.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour front desk and laundry facilities. Free self parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/3f\\/7f\\/3f7fdcc21c2c72193ebb19edb189e76ebf3bc3ef.jpg\",\"AccoAminitiesMask\":\"1010000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488487,\"Name\":\"Hotel Welbeck Residency\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.413623\",\"Long\":\"76.698205\",\"Address\":\"Welbeck Circle Club Road, Ooty, Tamil Nadu 643001, India\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422042,\"Name\":\"Hotel Darshan\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.406786\",\"Long\":\"76.687164\",\"Address\":\"Near Lake Boat House, , Woodcock Road, OOTY, TAMIL NADU, India, Pin-643001, 643001\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"Along with breakfast and Wi-Fi access, Hotel Darshan has a restaurant that serves various cuisines. This hotel in Ooty is located on the lake road and is situated 6 km from The Tea Factory and The Tea Museum. The Udagamandalam Railway Station is 2 km away from the property.  The 6-storey property accommodates 44 well-maintained and comfortable rooms. Closet, wardrobe, television, makeup mirror, sitting area and attached bathroom with bathtub and hair dryer facility are few of the conveniences offered in the room.  This hotel in Ooty offers services like doctor on call, laundry and room service. Front desk, travel desk and garden are few of the facilities offered by the property.  Places worth visiting are Government Botanical Garden (4 km), Doddabetta Peak (10 km), Ooty Lake (0.3 km) and Stone House Government Museum (4 km). The Ooty Main Bus Stand is 2 km away and the Coimbatore International Airport (CJB) is 88 away from the Hotel Darshan. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/4\\/nxd\\/maw\\/vyh\\/lbp\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":150721,\"Name\":\"Club Mahindra Derby Green\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.401699\",\"Long\":\"76.696865\",\"Address\":\"29-49 Baikey Road Off Etinnes Road\"},\"Images\":{\"Image\":[{\"ImagId\":3301512,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_5_t.jpg\"},{\"ImagId\":3301513,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_6_t.jpg\"},{\"ImagId\":3301514,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_9_t.jpg\"},{\"ImagId\":3301515,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_18_t.jpg\"},{\"ImagId\":3301516,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_19_t.jpg\"},{\"ImagId\":3301517,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_21_t.jpg\"},{\"ImagId\":3301518,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_24_t.jpg\"},{\"ImagId\":3301519,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_27_t.jpg\"},{\"ImagId\":3301520,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_30_t.jpg\"},{\"ImagId\":3301521,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_23_t.jpg\"},{\"ImagId\":3301522,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_26_t.jpg\"},{\"ImagId\":3301523,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_29_t.jpg\"},{\"ImagId\":3301524,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_22_t.jpg\"},{\"ImagId\":3301525,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_28_t.jpg\"},{\"ImagId\":3301526,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_25_t.jpg\"}]},\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4240000\\/4236500\\/4236408\\/4236408_5_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488488,\"Name\":\"Fortune Resort Sullivan Court\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"11.4068858\",\"Long\":\"76.71060059999999\",\"Address\":\"123, Selbourne Road, near Rose Garden, Bombay Castel, Ooty, Tamil Nadu 643001, India\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":422014,\"Name\":\"Taj Savoy\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"11.41469801223\",\"Long\":\"76.693860708355\",\"Address\":\"Ootacamund 77 Sylks Road,\"},\"Images\":[],\"CityId\":20161,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Taj Savoy Hotel in Ooty, you&#039;ll be minutes from Government Museum and Upper Bhavani Lake.  This 5-star hotel is within close proximity of St. Stephen&#039;s Church and Thread Garden.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 40 individually decorated guestrooms, featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and babysitting\\/childcare (surcharge). Additional features at this hotel include gift shops\\/newsstands, a television in a common area, and a picnic area.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar and a garden view. You can also stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available daily from 7 AM to 11 AM for a fee.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include wired Internet access (surcharge), a 24-hour business center, and express check-in. Planning an event in Ooty? This hotel has 753 square feet (70 square meters) of space consisting of a conference center and a meeting room. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/07\\/8f\\/078f2586ffbf5993bb06c2344110a85144081638.jpg\",\"AccoAminitiesMask\":\"1010000000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children&amp;#039;s playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":293,\"Title\":\"Chamundeshwari Temple\",\"Description\":\"The Chamundeshwari Temple is a Hindu temple located on the top of Chamundi Hills. The temple was named after Chamundeshwari or Durga, the fierce form of Shakti, a tutelary deity held in reverence for centuries by Mysore Maharajas. The Chamundeshwari Temple is considered as a Shakti Peetha and one among the 18 Maha Shakti Peethas.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2929988,\"Long\":76.6830946,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/492\\/thumb\\/Chamundeswari Temple_623.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":6879,\"Title\":\"Coorg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":485066,\"Name\":\"Woodstock Resorts\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4308796\",\"Long\":\"75.7535262\",\"Address\":\"Next to Big Cup Cafe Madikeri, Mangalore - Mysore Hwy, near Sampigekatte Junction, Kannanda Bane, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488489,\"Name\":\"Hotel Mayura Valley View\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4167567\",\"Long\":\"75.7344383\",\"Address\":\"near Raja&#039;s Seat, Stuart Hill, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418760,\"Name\":\"Heritage Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.459831052393\",\"Long\":\"75.694889624345\",\"Address\":\"Monnangeri Village, Galibeedu, Kodagu, Karnataka 571201\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Madikeri, Heritage Resort Coorg is within the vicinity of Gaddige - Raja&#039;s Tomb and Madikeri Fort.  This hotel is within the vicinity of Raja&#039;s Seat and Abbey Falls.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Stay in one of 26 guestrooms featuring LCD televisions. Conveniences include phones, as well as desks and coffee\\/tea makers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a satisfying meal at a restaurant serving guests of Heritage Resort Coorg.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a 24-hour front desk and a safe deposit box at the front desk.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/10\\/4d\\/104d5a0dc6767c429a07f33b77954a2c19c8b3fb.jpg\",\"AccoAminitiesMask\":\"1010000000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488490,\"Name\":\"Abbydhama Estate Stay\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4413371\",\"Long\":\"75.7327273\",\"Address\":\"Abbyfalls Road, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488491,\"Name\":\"Club Mahindra Madikeri Resort In Coorg\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.4408997\",\"Long\":\"75.71660039999999\",\"Address\":\"Galibeedu, Road, Karavale Badaga, Madikeri, Karnataka 571204, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":67199,\"Name\":\"The Tamara  Coorg\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.424275\",\"Long\":\"75.738224\",\"Address\":\"Kabbinakad Estate Napoklu Nad\"},\"Images\":{\"Image\":[{\"ImagId\":1489467,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\"},{\"ImagId\":1489468,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_2_b.jpg\"},{\"ImagId\":1489469,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_3_b.jpg\"},{\"ImagId\":1489470,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_4_b.jpg\"},{\"ImagId\":1489471,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_5_b.jpg\"},{\"ImagId\":1489472,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_6_b.jpg\"},{\"ImagId\":1489473,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_7_b.jpg\"},{\"ImagId\":1489474,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_8_b.jpg\"},{\"ImagId\":1489475,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_9_b.jpg\"},{\"ImagId\":1489476,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_10_b.jpg\"},{\"ImagId\":1489477,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_11_b.jpg\"},{\"ImagId\":1489478,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_12_b.jpg\"},{\"ImagId\":1489479,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_13_b.jpg\"},{\"ImagId\":1489480,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_14_b.jpg\"},{\"ImagId\":1489481,\"Type\":\"FullImage\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_15_b.jpg\"},{\"ImagId\":1489482,\"Type\":\"FullImage\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_16_b.jpg\"},{\"ImagId\":1489483,\"Type\":\"FullImage\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_17_b.jpg\"},{\"ImagId\":1489484,\"Type\":\"FullImage\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_18_b.jpg\"},{\"ImagId\":1489485,\"Type\":\"FullImage\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_19_b.jpg\"},{\"ImagId\":1489486,\"Type\":\"FullImage\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_20_b.jpg\"},{\"ImagId\":1489487,\"Type\":\"FullImage\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_21_b.jpg\"},{\"ImagId\":1489488,\"Type\":\"FullImage\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_22_b.jpg\"},{\"ImagId\":1489489,\"Type\":\"FullImage\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_23_b.jpg\"},{\"ImagId\":1489490,\"Type\":\"FullImage\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_24_b.jpg\"},{\"ImagId\":1489491,\"Type\":\"FullImage\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_25_b.jpg\"},{\"ImagId\":1489492,\"Type\":\"FullImage\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_26_b.jpg\"},{\"ImagId\":1489493,\"Type\":\"FullImage\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_27_b.jpg\"},{\"ImagId\":1489494,\"Type\":\"FullImage\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_28_b.jpg\"}]},\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/images.travelnow.com\\/hotels\\/6000000\\/5350000\\/5344000\\/5343985\\/5343985_1_b.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":366129,\"Name\":\"Vivanta by Taj Madikeri\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.44598\",\"Long\":\"75.68501\",\"Address\":\"1st Monnageri Galibeedu Post Madikeri Coorg  571201 Karnataka 1st Monnageri\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"Property Location Located in Madikeri, Vivanta by Taj Madikeri is in the mountains and close to Gaddige - Raja&#039;s Tomb and Madikeri Fort.  This 4.5-star hotel is convenient to Raja&#039;s Seat.Rooms Make yourself at home in one of the 62 guestrooms featuring minibars. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms have deep soaking bathtubs and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.Amenities Pamper yourself with a visit to the spa, which offers massages and body treatments. If you&#039;re looking for recreational opportunities, you&#039;ll find a 24-hour health club, an outdoor pool, and an indoor pool. This hotel also features complimentary wireless Internet access, babysitting\\/childcare (surcharge), and tour\\/ticket assistance.Dining Enjoy a meal at one of the hotel&#039;s dining establishments, which include 5 restaurants and a coffee shop\\/caf&eacute;. From your room, you can also access 24-hour room service. Relax with your favorite drink at a bar\\/lounge or a poolside bar. Breakfast is available for a fee.Business, Other Amenities Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning\\/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free self parking is available onsite.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/cf\\/53\\/cf53f65bc91d8067a1f7841b9b2b1efc7244ba38.jpg\",\"AccoAminitiesMask\":\"1110001110001100100\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":16,\"Title\":\"Smoking\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488492,\"Name\":\"Paddington Resorts & Spa\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.418691\",\"Long\":\"75.87716999999999\",\"Address\":\"7th Hosakote, Thondoor Village, Suntikoppa Post, Somwarpet, Madikeri, Karnataka 571237, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488493,\"Name\":\"Taj Madikeri Resort & Spa\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.4459096\",\"Long\":\"75.6850139\",\"Address\":\"1st Monnangeri Galibeedu, Post, Madikeri, Karnataka 571201, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":488494,\"Name\":\"Evolve Back\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.322031\",\"Long\":\"75.89011760000001\",\"Address\":\"Karadigodu Rd, Post, Siddapura, Karnataka 571253, India\"},\"Images\":[],\"CityId\":6879,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Premium Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children&amp;#039;s playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":293,\"Title\":\"Chamundeshwari Temple\",\"Description\":\"The Chamundeshwari Temple is a Hindu temple located on the top of Chamundi Hills. The temple was named after Chamundeshwari or Durga, the fierce form of Shakti, a tutelary deity held in reverence for centuries by Mysore Maharajas. The Chamundeshwari Temple is considered as a Shakti Peetha and one among the 18 Maha Shakti Peethas.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2929988,\"Long\":76.6830946,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/492\\/thumb\\/Chamundeswari Temple_623.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":18821,\"Title\":\"Mysore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":142168,\"Name\":\"Lalitha Mahal Palace\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.298263\",\"Long\":\"76.692342\",\"Address\":\"Mysore  570028 Karnataka\"},\"Images\":{\"Image\":[{\"ImagId\":3126535,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\"},{\"ImagId\":3126536,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/910\\/Property_pic_C.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/1\\/0\\/26\\/340\\/897\\/Deluxe_Suite_A.jpg\",\"AccoAminitiesMask\":\"110010001010100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room (View)\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142174,\"Name\":\"Pai Vista\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"35\\/A Bangalore-Nilgiri Mysore 570 001\"},\"Images\":{\"Image\":[{\"ImagId\":3126569,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\"},{\"ImagId\":3126570,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_2_t.jpg\"},{\"ImagId\":3126571,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_3_t.jpg\"},{\"ImagId\":3126572,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_4_t.jpg\"},{\"ImagId\":3126573,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_5_t.jpg\"},{\"ImagId\":3126574,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_6_t.jpg\"},{\"ImagId\":3126575,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_7_t.jpg\"},{\"ImagId\":3126576,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_8_t.jpg\"},{\"ImagId\":3126577,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_9_t.jpg\"},{\"ImagId\":3126578,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_10_t.jpg\"},{\"ImagId\":3126579,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_11_t.jpg\"},{\"ImagId\":3126580,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_12_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2820000\\/2810400\\/2810332\\/2810332_1_t.jpg\",\"AccoAminitiesMask\":\"111000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":142181,\"Name\":\"Radisson Blu Plaza Hotel Mysore\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.298202\",\"Long\":\"76.665169\",\"Address\":\"1 MG Road Mysore 570010\"},\"Images\":{\"Image\":[{\"ImagId\":3126621,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_33_t.jpg\"},{\"ImagId\":3126622,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_74_t.jpg\"},{\"ImagId\":3126623,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_86_t.jpg\"},{\"ImagId\":3126624,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_95_t.jpg\"},{\"ImagId\":3126625,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_97_t.jpg\"},{\"ImagId\":3126626,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_98_t.jpg\"},{\"ImagId\":3126627,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_99_t.jpg\"},{\"ImagId\":3126628,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_100_t.jpg\"},{\"ImagId\":3126629,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_109_t.jpg\"},{\"ImagId\":3126630,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_116_t.jpg\"},{\"ImagId\":3126631,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_110_t.jpg\"},{\"ImagId\":3126632,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_143_t.jpg\"},{\"ImagId\":3126633,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_144_t.jpg\"},{\"ImagId\":3126634,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_147_t.jpg\"},{\"ImagId\":3126635,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_145_t.jpg\"},{\"ImagId\":3126636,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_153_t.jpg\"},{\"ImagId\":3126637,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_154_t.jpg\"},{\"ImagId\":3126638,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_148_t.jpg\"},{\"ImagId\":3126639,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_149_t.jpg\"},{\"ImagId\":3126640,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_142_t.jpg\"},{\"ImagId\":3126641,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_141_t.jpg\"},{\"ImagId\":3126642,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_140_t.jpg\"},{\"ImagId\":3126643,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_132_t.jpg\"},{\"ImagId\":3126644,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_136_t.jpg\"},{\"ImagId\":3126645,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_137_t.jpg\"},{\"ImagId\":3126646,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_129_t.jpg\"},{\"ImagId\":3126647,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_124_t.jpg\"},{\"ImagId\":3126648,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_123_t.jpg\"},{\"ImagId\":3126649,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_122_t.jpg\"},{\"ImagId\":3126650,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_126_t.jpg\"},{\"ImagId\":3126651,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_135_t.jpg\"},{\"ImagId\":3126652,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_104_t.jpg\"},{\"ImagId\":3126653,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_102_t.jpg\"},{\"ImagId\":3126654,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_112_t.jpg\"},{\"ImagId\":3126655,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_107_t.jpg\"},{\"ImagId\":3126656,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_71_t.jpg\"}]},\"CityId\":18821,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Radisson Blu Plaza Hotel Mysore is centrally located in Mysore, walking distance from Mysore Zoo and close to Mysore Palace.  This hotel is within close proximity of Jaganmohan Palace and Art Gallery and Jayachamarajendra Art Gallery.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 140 air-conditioned rooms featuring kitchens. LED televisions with digital programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include safes and complimentary newspapers, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take time to pamper yourself with a visit to the full-service spa. You can take advantage of recreational amenities such as an outdoor pool, a spa tub, and a steam room. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can catch a ride to nearby destinations on the area shuttle (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at the hotel&amp;apos;s restaurant, where you can take in a pool view, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour business center, express check-in, and express check-out. Event facilities at this hotel consist of a conference center and meeting rooms. Guests may use a roundtrip airport shuttle for a surcharge, and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9400000\\/9398400\\/9398400\\/9398400_33_t.jpg\",\"AccoAminitiesMask\":\"111100100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room (View)\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418695,\"Name\":\"Sandesh the Prince\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.309323265104\",\"Long\":\"76.662366362788\",\"Address\":\"3 Nazarbad Main Road, Mysore 570010, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"It is a distinctively beautiful hotel with modern architecture and interiors. The hotel houses elegant guestrooms adorned with modern amenities. Its serene atmosphere, unmatched hospitality and efficient services will surely enchant you.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/0d\\/3e\\/0d3ea9332b546559e2a8632e3e4e97ef54adb795.jpg\",\"AccoAminitiesMask\":\"1110101010101101000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418696,\"Name\":\"Southern Star Mysore\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"14-15 Vinoba Road, Mysuru (Mysore) 570005, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Mysore, Southernstar Mysore is minutes from Lingabudi Lake and Jayachamarajendra Art Gallery.  This spa hotel is within close proximity of Kukkaranahalli Lake and Jaganmohan Palace and Art Gallery.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 107 air-conditioned rooms featuring minibars and flat-screen televisions. Your room comes with a pillowtop bed. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with showers feature rainfall showerheads and complimentary toiletries.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as an outdoor pool and a fitness center. Additional features at this hotel include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite to eat at the hotel&#039;s restaurant, which features a bar, or stay in and take advantage of 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary hot\\/cold buffet breakfast is served daily.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, limo\\/town car service, and complimentary newspapers in the lobby. Planning an event in Mysore? This hotel has 5000 square feet (465 square meters) of space consisting of conference space and meeting rooms. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/48\\/85\\/488593146ac0dd0bbd63ec2e3d7e82aff781d394.jpg\",\"AccoAminitiesMask\":\"1010100000000001000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418704,\"Name\":\"Fortune JP Palace\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.318362991545\",\"Long\":\"76.662981212139\",\"Address\":\"3 Abba Road, Nazarbad, Mysore 570007\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Centrally located in Mysore, Fortune JP Palace is minutes from Lingabudi Lake and Jayachamarajendra Art Gallery.  This 5-star hotel is within close proximity of Jaganmohan Palace and Art Gallery and Mysore Palace.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 108 individually furnished guestrooms, featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Treat yourself with massages and body treatments. You&#039;re sure to appreciate the recreational amenities, including an outdoor pool and a fitness center. This Art Deco hotel also features wireless Internet access (surcharge), concierge services, and gift shops\\/newsstands.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;All-inclusive rates are available at this hotel. Meals and beverages at onsite dining establishments are included in all-inclusive rates. Charges may be applied for dining at some restaurants, special dinners and dishes, some beverages, and other amenities. &lt;p&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 3 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. &lt;\\/p&gt;&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include wired Internet access (surcharge), a 24-hour business center, and limo\\/town car service. Planning an event in Mysore? This hotel has facilities measuring 11700 square feet (1087 square meters), including a conference center. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/21\\/47\\/2147e9b8085fe4044e70c99c4900a6257a736e3e.jpg\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418705,\"Name\":\"Spree Roopa Elite\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"29 6th Main Road, V.V Mohalla, Mysore 570002\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000001100000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418712,\"Name\":\"Grand Mercure Mysuru\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.3144\",\"Long\":\"76.6483\",\"Address\":\"2203 60 New Sayyaji Rao Road, Nelson Mandela Circle, Karnataka 570021\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Mysore, Grand Mercure Mysuru, an AccorHotels Brand is close to Mysore Palace and Mysore Zoo.  This 5-star hotel is within the region of Brindavan Gardens.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 146 air-conditioned rooms featuring minibars and LED televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Enjoy recreational amenities such as an outdoor pool and a 24-hour fitness center. This hotel also features complimentary wireless Internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at one of the hotel&#039;s dining establishments, which include 2 restaurants and a coffee shop\\/cafe. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. A complimentary buffet breakfast is served daily from 7 AM to 10:30 AM.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include complimentary wired Internet access, a business center, and complimentary newspapers in the lobby. Planning an event in Mysore? This hotel has facilities measuring 2153 square feet (200 square meters), including meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/4b\\/3f\\/4b3f59eb7ec651e2be3aef88b92e073902fc6eb5.jpg\",\"AccoAminitiesMask\":\"1000000000001101000\",\"AccoAminities\":[{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Premium Room (View)\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418717,\"Name\":\"The Windflower Resort & Spa\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"12.292475498918\",\"Long\":\"76.672442698276\",\"Address\":\"Maharanapratap Road, Nazarbad, Mysore 570010, Karnataka\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;A stay at The Windflower Resorts and Spa places you in the heart of Mysore, convenient to Mysore Zoo and Chamundi Temple.  This 4-star resort is within close proximity of Thonnur Lake and Mysore Palace.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 39 air-conditioned rooms featuring refrigerators and minibars. Rooms have private balconies or patios. Premium TV channels and DVD players are provided for your entertainment, while complimentary wireless Internet access keeps you connected. Bathrooms have complimentary toiletries and hair dryers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You&#039;re sure to appreciate the recreational amenities, including a health club, an indoor pool, and bicycles to rent. Additional features at this resort include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant or in a coffee shop\\/cafe. Or stay in and take advantage of the resort&#039;s 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, express check-out, and a 24-hour front desk. Event facilities at this resort consist of conference space and meeting rooms. Free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/02\\/18\\/02184d863826a377351dea4b1b0cd1f6fbb48b25.jpg\",\"AccoAminitiesMask\":\"1110000000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Luxury Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":485058,\"Name\":\"Hotel Rio Meridian\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"12.3289022\",\"Long\":\"76.6445608\",\"Address\":\"#2203, 54, Sayyaji Rao Rd, Bamboo Bazar, Tilak Nagar, Mysuru, Karnataka 570015, India\"},\"Images\":[],\"CityId\":18821,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":237,\"Title\":\"Botanical Garden\",\"Description\":\"Sprawled over an area of 22 hectares, the garden is divided into several sections that are trimmed beautifully to present an endearing sight.  Another highlight of the Botanical Garden is the Toda hill, known as the Toda mund, which gives the visitors an insight into the lives and culture of Todas (a tribe of the Nilgiris). The slopes of the hill lie at an ascent of 2500 metres above mean sea level, as a result of which the garden enjoys a temperate climate ideal for a number of plants and shrubs to grow.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4040343,\"Long\":76.7019038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4665\\/thumb\\/Botanical Garden_847.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":11319,\"Title\":\"Doddabetta Peak\",\"Description\":\"&lt;p class=&quot;MsoNormal&quot;&gt;The highest peak in the Nilgiri Hills, Doddabetta Peak is a\\r\\ntreat to eyes and one of the most picturesque spots in Ooty. Located between\\r\\nthe Western and Eastern Ghats, it is an ideal vantage point for the entire\\r\\nNilgiris. Dodabetta is a perfect destination to visit whether you are seeking\\r\\nleisure or adventure.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4007267,\"Long\":76.7358165,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20161\\/sightseeing\\/48_1571286904.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1258,\"Title\":\"Ooty Lake\",\"Description\":\"The beautiful lake is spread over an area of 65 acres.  The Lake is surrounded by Eucalyptus trees and greenery all around. There is a mini train too for kids to hop on and take a quick tour of the lake. Boat races, as well as other events, are also organized here for two days in May.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4034709,\"Long\":76.6952991,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/240\\/thumb\\/Ooty Lake_258.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1489,\"Title\":\"Rose Garden\",\"Description\":\"It is also known as the Jayalalithaa Rose Garden, the Nootrandu Roja Poonga and the Centenary Rose Park. Nature lovers are drawn to the Rose Garden like bees to honey. The view of the lush green garden with areas dedicated to captivatingly fragrant roses is a sight to remember. The flowers add more than just colour and attract visitors from all age groups, especially those who are interested in the study of Botany.\",\"CurrencyType\":0,\"CityId\":20161,\"CityName\":\"Ooty\",\"Lat\":11.4053564,\"Long\":76.7080376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/917\\/thumb\\/Rose Garden_655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1241,\"Title\":\"Kaveri Nisargadhama\",\"Description\":\"Kaveri Nisargadhama is an island formed by river Kaveri.  It is a 64-acre  island with lush foliage of thick bamboo groves, sandalwood and teak trees. The island is accessible through a hanging rope bridge. There are deer, rabbits, peacocks, and a children&amp;#039;s playground as well as an orchidarium.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4407439,\"Long\":75.9361629,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/290\\/thumb\\/Nisargadhama_175.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":263,\"Title\":\"Bylakuppe\",\"Description\":\"Bylakuppe is an area in Karnataka which is home to the Indian town Bylakuppe and several Tibetan settlements, established by Lugsum Samdupling and Dickyi Larsoe. It also shares the border with Eastern part of Coorg district.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2958104,\"Long\":76.6393805,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5070\\/thumb\\/Bylakuppe_166.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":5,\"Title\":\"Abbey Falls\",\"Description\":\"Abbey Falls, also known as Abbi Falls, is located around 10 kilometres away from the town of Madikeri and is one of the most popular tourist attractions in and around Coorg. The water cascade coming down from the cliff from a height of 70 feet provides a spectacular scene to behold.  The flow of the falls leaves a significant amount of water spray on those who stand on the bridge for some time.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.43414,\"Long\":75.73758,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/288\\/thumb\\/Abbey Falls_174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":181,\"Title\":\"Bhagamandala\",\"Description\":\"Bhagamandala is situated in the scenic foothills of Talacauvery. Bhagamandala is also popularly called the &amp;#039;Triveni Sangam&amp;#039;.  Bhagamandala is not only extremely sacred but also a very spiritually uplifting and cleansing experience. It&amp;rsquo;s called a mythical river because legend says that the river Sujuyoti flows underground until it meets the sangam, and then it expands into its merry flow.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4136663,\"Long\":75.7426886,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/990\\/thumb\\/Bhagamandala_13.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1426,\"Title\":\"Raja&#039;s Seat\",\"Description\":\"Raja&amp;#039;s Seat, a garden with beautiful flowering plants and skilfully designed artificial fountains. The delightful garden here is adorned with a multitude of flowers and is a treat to nature lovers, and the proximity of the location also makes it a preferred picnic spot for the locals. There is also a Toy Train available for your little ones to take a ride on and the fountains have been modified into musical fountains. Today, this place is managed by the Archaeological Survey of India and is considered of historical importance in the country.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4141582,\"Long\":75.7369566,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/286\\/thumb\\/Raja&#039;s Seat_43.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1719,\"Title\":\"Talacauvery\",\"Description\":\"Talacauvery is the source of the river Kaveri, located on the Brahmagiri hill near Bhagamandala in Kodagu district.  It is believed that the River originates as a spring feeding a tank or a Kundike and then flows underground to re-emerge as Kaveri some distance away. The tank is marked by a temple and bathing in it on special occasions is considered holy.\",\"CurrencyType\":0,\"CityId\":6879,\"CityName\":\"Coorg\",\"Lat\":12.4244205,\"Long\":75.7381856,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/287\\/thumb\\/Talacauvery_829.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":246,\"Title\":\"Brindavan Garden\",\"Description\":\"Visited by close to 2 million tourists per year, the garden is one of the major attractions of Srirangapatna. It is spread across an area of 60 acres . The garden is laid out in 3 terraces which contain water fountains, Ficus trees, foliage plants such as Duranta plumaria and Euphorbia and flowering plants like Celosia, Marigold and bougainvillea. There is also a lake within the garden with boating facilities available for visitors.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.5221567,\"Long\":76.9009191,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/283\\/thumb\\/Brindavan Garden_219.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1166,\"Title\":\"Mysore Maharaja Palace\",\"Description\":\"Ambavilas Palace otherwise known as the Mysore Palace, is a historical palace and a royal residence at Mysore. Mysore Palace is now one of the most famous tourist attractions in India, after the Taj Mahal, with more than 6 million annual visitors. The architectural style of domes of the palace is commonly described as Indo-Saracenic, with blends of the Hindu, Mughal, Rajput, and Gothic styles. It is a three-story stone structure with marble domes, and has a 145-foot five-story tower.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.3051351,\"Long\":76.6551483,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/231\\/thumb\\/Mysore Maharaja Palace_756.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1676,\"Title\":\"St. Philomena Church\",\"Description\":\"The full name is the Cathedral of St. Joseph and St. Philomena. It is also known as St. Joseph&amp;#039;s Cathedral.  It was constructed in 1936 using a Neo Gothic style and its architecture was inspired by the Cologne Cathedral in Germany. This is one of the tallest churches in Asia.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.316052,\"Long\":76.6568844,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/233\\/thumb\\/St. Philomena&#039;s Church_852.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":293,\"Title\":\"Chamundeshwari Temple\",\"Description\":\"The Chamundeshwari Temple is a Hindu temple located on the top of Chamundi Hills. The temple was named after Chamundeshwari or Durga, the fierce form of Shakti, a tutelary deity held in reverence for centuries by Mysore Maharajas. The Chamundeshwari Temple is considered as a Shakti Peetha and one among the 18 Maha Shakti Peethas.\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.2929988,\"Long\":76.6830946,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/492\\/thumb\\/Chamundeswari Temple_623.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20454,\"Title\":\"Srirangapatna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.4237094,\"Long\":76.6828604,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":20565,\"Title\":\"tippu\'s summer palace\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18821,\"CityName\":\"Mysore\",\"Lat\":12.9593415,\"Long\":77.5736287,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"212244\",\"Title\":\"Bangalore \\/ Ooty: (300Kms \\/ 7 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Meet at KSTDC Kumarakrupa Hotel at 07.30hrs and drive to Ooty. On arrival check into Hotel. Relax, drive around Ooty town. Dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422002,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422042,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":150721,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488488,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":422014,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212247\",\"Title\":\"Ooty\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast, proceed for full day sightseeing visit Botanical Garden - is spread over 22 hectares ascending the slopes on the hill, Rose Garden - the rose varieties planted in this park were assembled from different sources with 17,256 rose plants from 1919 varieties, Deer Park - is one of the high altitude animal park in India, Doddabetta is highest peak (2634 meters) in the Nilgiris, Ooty Lake - which extends to an area of 65 acres, good for boating. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":422002,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":422042,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":150721,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488488,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":422014,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":237,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11319,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1489,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212250\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20161,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212253\",\"Title\":\"Ooty \\/ Coorg - Madikeri (280 Km \\/ 7 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Morning breakfast checkout and drive to Coorg &ndash; Madikeri, en-route visit Bylakuppe - largest Tibetan settlement in South India. The temple has 62 feet Buddha statues covered with gold plates is a wonderful sight anytime, Cauvery Nisargadhama - is an island formed by river Cauvery and is used as a picnic spot island, with lush foliage of thick bamboo groves, On arrival check into Hotel for dinner and Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":418760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"},{\"IsIncluded\":true,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1241,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":263,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212256\",\"Title\":\"Coorg - Madikeri\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Morning breakfast, proceed to visit Bhagamandala - situated at the confluence of two rivers, the Cauvery and the Kanika. A third river, the Sujyothi is said to join from underground, visit Talacauvery - known as Dakshin Kashi is the birthplace of river Cauvery at the foot of the breathtaking Brahmagiri Hills in Coorg. The river flows down inconspicuously as &#39;Guptagamini&#39; from here before re-emerging a small distance downwards at Nagateerta. Back to hotel for dinner and Overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":418760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":true,\"Id\":485066,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488489,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":488490,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":true,\"Id\":488491,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":488492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":false,\"Id\":67199,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"},{\"IsIncluded\":true,\"Id\":366129,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"},{\"IsIncluded\":false,\"Id\":488493,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"},{\"IsIncluded\":false,\"Id\":488494,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Premium Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":181,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1719,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212259\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6879,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212262\",\"Title\":\"Coorg \\u2013 Madikeri \\/ Mysore (120 Km \\/ 3 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Early breakfast checkout and drive to Mysore, en-route visit Dubare Elephant Camp (to reach the place before 09.00Hrs) offer the 3 hour experience with Elephants consisting of elephant Grooming, feeding, Later drive to Mysore. On arrival check into Hotel. Later proceed to visit Maharaja Palace - the palace is a splendid structure in the Indo-Saracenic style, among its many attractions are a magnificent gold throne. St. Philomena&#39;s Church - this imposing Gothic structure with beautiful stained glass windows and lofty towers is a must see. Later in the evening visit Brindavan Garden, musical fountains and colored lights transform this place into a magical fairyland. Return to hotel for dinner and overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":false,\"Id\":142174,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":418705,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":true,\"Id\":485058,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":false,\"Id\":418695,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":true,\"Id\":418696,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418704,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"},{\"IsIncluded\":false,\"Id\":418717,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Luxury Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":false,\"Id\":142168,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room (View)\"},{\"IsIncluded\":true,\"Id\":142181,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room (View)\"},{\"IsIncluded\":false,\"Id\":418712,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Premium Room (View)\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":246,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1166,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1676,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"212265\",\"Title\":\"Mysore \\/ Bangalore (140Kms \\/ 3 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Breakfast checkout and proceed to visit Chamundi Hill - perched atop a hill. The 4.8m tall monolith of Nandi and the gigantic Mahishasura statue are added attractions. Later drive to Bangalore en-route visit Srirangapatna - Island fortress of Tippu Sultan. Visit Tippu&#39;s summer Palace, Mosque, and Sriranganatha Temple. On arrival drop to KSTDC Kumarakrupa Hotel at 18.00hrs. Tour Ends.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18821,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":293,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20454,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20565,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29796\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14499.45\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13833,\"priceDoubleOcc\":\"14499.45\",\"priceSingleOcc\":52498.95,\"priceExtraBed\":\"14499.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14499.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14166,\"priceDoubleOcc\":\"14999.25\",\"priceSingleOcc\":52998.75,\"priceExtraBed\":\"14499.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14999.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"14499.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"14499.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14833,\"priceDoubleOcc\":\"15999.90\",\"priceSingleOcc\":53999.4,\"priceExtraBed\":\"14499.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15999.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"21999.60\",\"priceSingleOcc\":59999.1,\"priceExtraBed\":\"14499.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21999.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29797\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23500.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"23500.05\",\"priceSingleOcc\":78500.1,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21667,\"priceDoubleOcc\":\"25000.50\",\"priceSingleOcc\":80000.55,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22334,\"priceDoubleOcc\":\"26000.10\",\"priceSingleOcc\":81000.15,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25334,\"priceDoubleOcc\":\"30500.40\",\"priceSingleOcc\":85500.45000000001,\"priceExtraBed\":\"15000.30\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29798\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"53500.65\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43167,\"priceDoubleOcc\":\"53500.65\",\"priceSingleOcc\":169501.5,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53500.65\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43500,\"priceDoubleOcc\":\"54000.45\",\"priceSingleOcc\":170001.3,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"54000.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44834,\"priceDoubleOcc\":\"56000.70\",\"priceSingleOcc\":172001.55,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56000.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48167,\"priceDoubleOcc\":\"61000.80\",\"priceSingleOcc\":177001.65000000002,\"priceExtraBed\":\"22500.45\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61000.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"29796\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13809.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13174,\"priceDoubleOcc\":\"13809.00\",\"priceSingleOcc\":49999,\"priceExtraBed\":\"13809.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13809.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13491,\"priceDoubleOcc\":\"14285.00\",\"priceSingleOcc\":50475,\"priceExtraBed\":\"13809.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"13809.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"13809.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14127,\"priceDoubleOcc\":\"15238.00\",\"priceSingleOcc\":51428,\"priceExtraBed\":\"13809.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15238.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17936,\"priceDoubleOcc\":\"20952.00\",\"priceSingleOcc\":57142,\"priceExtraBed\":\"13809.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"29797\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22381.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19683,\"priceDoubleOcc\":\"22381.00\",\"priceSingleOcc\":74762,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20635,\"priceDoubleOcc\":\"23810.00\",\"priceSingleOcc\":76191,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23810.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21270,\"priceDoubleOcc\":\"24762.00\",\"priceSingleOcc\":77143,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24762.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24127,\"priceDoubleOcc\":\"29048.00\",\"priceSingleOcc\":81429,\"priceExtraBed\":\"14286.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29048.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"29798\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"50953.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41112,\"priceDoubleOcc\":\"50953.00\",\"priceSingleOcc\":161430,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50953.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41429,\"priceDoubleOcc\":\"51429.00\",\"priceSingleOcc\":161906,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51429.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42699,\"priceDoubleOcc\":\"53334.00\",\"priceSingleOcc\":163811,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-11-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45874,\"priceDoubleOcc\":\"58096.00\",\"priceSingleOcc\":168573,\"priceExtraBed\":\"21429.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58096.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Personal Expenses such as Laundry, telephone calls, tips &amp;amp; gratuity, Bottled water, soft &amp;amp; hard drinks, and Adventure Activities.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any cost arising due to natural calamities like, landslides, road blockage, political disturbances (strikes), etc (to be borne by the client, which is directly payable on the spot).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin \\/ triple sharing basis with breakfast, dinner and taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by Ac Car \\/ Coach including sightseeing as per the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Driver Allowance, parking, toll &amp;amp; interstate taxes.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% GST.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"212244\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[212244],\"Remark\":[\"&lt;p&gt;Pickup form KSTDC Kumarakrupa Hotel Bangalore and drive to Ooty&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212247\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[212247],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212250\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212250],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212253\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[212253],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212256\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[212256],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212259\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[212259],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212262\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[212262],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"212265\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[212265],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Ooty,Coorg,Mysore', 'Ooty,Tamil Nadu,Indian Subcontinent,South India,India,Coorg,Karnataka,Mysore', NULL, '20161,6879,18821', 13809, 61001, 5, NULL, NULL, 1, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'southern-triangle-tour', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(36, 28848, 1, 9840, 0, 0, 0, 'Honeymoon,Adventure,Family,Cruise,Religious,Heritage,Culture,Leisure,Luxury Tours', NULL, 1, 1, 0, '{\"package\":{\"TPId\":28848,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-02-28\",\"AdvBookingDays\":50,\"DETAILS\":\"&lt;p&gt;Ladakh in Winter&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"Connect India\",\"Name\":\"Magical Ladakh Winter\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"6792\",\"SupplierName\":\"Kailash Expeditions India\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,B\\/fast & Lunch,B\\/fast & Dinner,All Meals,Welcome Drink,Inner Line Permit,Cab,Airport Transfers,Sightseeing,Bike\",\"PackageType\":\"Honeymoon,Adventure,Family,Cruise,Religious,Heritage,Culture,Leisure,Luxury Tours\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-02-28\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":119228,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1573005\",\"Long\":\"77.58020775\",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3579,\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3580,\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3595,\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3535,\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":21184,\"Title\":\"Turtuk village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3496,\"Title\":\"Pangong Lake\",\"Description\":\"The famous and sparkling blue Pangong lake is situated near Leh-Ladakh in the Himalayas approximately at the height of 4350 meters. This endorheic lake is 12 kilometres long and extends from India to Tibet with two-thirds of it lying in the latter. Owing to its altitude the temperature here ranges from -5&deg;C to 10&deg;C as a result of which the lake freezes completely during winters in spite of its salinity. A unique feature of the lake is that it does not remain blue throughout the year or even the day rather it changes colours from azure to light blue to green and grey too! It has been a tourist attraction for a very long time and has gained further popularity after being a hot-spot for many film shoots apart from being an essential for anyone travelling to Leh - Ladakh. The sublime beauty crystal waters and gentle hills of Pangong Lake are an exceptional example of the beautiful landscape of the region.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518412655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20943,\"Title\":\"Shayok valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2617,\"Title\":\"Chang La\",\"Description\":\"The Chang La is a high mountain pass in Ladakh, India. It is claimed to be the second highest motorable road in the world. Chang La is approached from Leh via Kharu and Sekti village by an asphalt road.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0471702,\"Long\":77.930494,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516610144.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":486210,\"Name\":\"Stone Hedge Hotel ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5836346\",\"Long\":\"77.46500329999999\",\"Address\":\"Hunder, Jammu and Kashmir 194101\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3579,\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3580,\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3595,\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2655,\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The &ldquo;magnetic hill&rdquo; is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3419,\"Title\":\"Camel ride\",\"Description\":\"When you are coming to India, then don&#039;t forget to experience the Camel Safari, as this experience will leave some unforgettable moments in your life. Thar - the Great India Desert, sprawls across the western extreme part of the state of Rajasthan in India\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/414_1521287693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3535,\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2654,\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20847,\"Title\":\"Khardongla\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3575,\"Title\":\"Nubra Valley ladakh\",\"Description\":\"Nubra is a tri-armed valley located to the north east of Ladakh valley.The original name of Nubra was Ldumra which means valley of flowers.The average altitude of the valley is about 10,000 ft. above the sea level..The valley offers tremendous scenery on a grand scale, with green oasis villages surrounded by thrillingly stark scree slopes, boulder fields and harsh arid mountains. It is one of the must visit places in Ladakh if you are visiting for the first time.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":34.6863146,\"Long\":77.567288,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35282\\/sightseeing\\/Nubra_Valley_ladakh_35282_1518609014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":21184,\"Title\":\"Turtuk village\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":3496,\"Title\":\"Pangong Lake\",\"Description\":\"The famous and sparkling blue Pangong lake is situated near Leh-Ladakh in the Himalayas approximately at the height of 4350 meters. This endorheic lake is 12 kilometres long and extends from India to Tibet with two-thirds of it lying in the latter. Owing to its altitude the temperature here ranges from -5&deg;C to 10&deg;C as a result of which the lake freezes completely during winters in spite of its salinity. A unique feature of the lake is that it does not remain blue throughout the year or even the day rather it changes colours from azure to light blue to green and grey too! It has been a tourist attraction for a very long time and has gained further popularity after being a hot-spot for many film shoots apart from being an essential for anyone travelling to Leh - Ladakh. The sublime beauty crystal waters and gentle hills of Pangong Lake are an exceptional example of the beautiful landscape of the region.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518412655.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":20943,\"Title\":\"Shayok valley\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null},{\"RefSSId\":2617,\"Title\":\"Chang La\",\"Description\":\"The Chang La is a high mountain pass in Ladakh, India. It is claimed to be the second highest motorable road in the world. Chang La is approached from Leh via Kharu and Sekti village by an asphalt road.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0471702,\"Long\":77.930494,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516610144.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6792,\"SupplierName\":\"Kailash Expeditions India\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"205660\",\"Title\":\"Delhi - Leh (Transfer Plus Evening Sightseeing)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205661\",\"Title\":\"Leh - Sham Valley\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast at the hotel. After breakfast we take you for a tour of Hall of Fame, Gurudwara Patthar Sahib, Magnetic Hill, Kali Temple and Sangam. At Sangam you can enjoy rafting on Zangskar river.&nbsp;<\\/p>\\r\\n\\r\\n<p>Hall of Fame is a must visit for every patriotic Indian. It has been built by Indian army in memory of soldiers who lost their lives in Kargil war. Return to Leh in the afternoon.&nbsp;<\\/p>\\r\\n\\r\\n<p>GurdwaraPatthar Sahib located at a distance of 40 kms from Leh, was constructed in 1571, in memory of Guru Nanak to commemorate his visit to this region.&nbsp;<\\/p>\\r\\n\\r\\n<p>Magnetic Hill is the place where you will see your car, with its engine turned off, move upwards on a steep slope. It almost sounds unbelievable.&nbsp;<\\/p>\\r\\n\\r\\n<p>The Sangam is the place called Nimu where the Zanskarriver and Indus rivers merge. In the evening come back to Leh. Overnight Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":false,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205662\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205663\",\"Title\":\"Leh - Nubra via Khardongla\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After an early breakfast ,drive to beautiful NubraValley via Khardungla (Highest Motor-able road in the World, 18,380 ft) with the zig zag trail continues and drive till Hundar village. On arrival check in Hotel or camp. Afternoon enjoy the beauty of sand dune and double hump camel ride. Overnight at Camp or Hotel.&nbsp;<\\/p>\\r\\n\\r\\n<p>KHARDUNGLA PASS: The road journey to Nubra valley leads through Khardung La pass (The highest Motorable road in the world) 18,390 ft. around 39 Kms. Away from Leh. There are two checkpoints on the both sides of the pass. Khardong is the first village of Nubra valley at higher altitude than Deskit and other villages.&nbsp;<\\/p>\\r\\n\\r\\n<p>DESKIT VILLAGE: Deskit is the main village of headquarter of Nubra valley, which has a small market consisting of a row of shops and about 500 years old Gompa on the hilltop. Spectacular view of the valley can be seen form the monastery.&nbsp;<\\/p>\\r\\n\\r\\n<p>DESKIT GOMPA: Deskit Gompa was founded by Lama Sherab Zangpo of Stod in about 1420 AD during the reign of King Dragspa. About 100 monks are residing in the Gompa, which is a branch of Thikse Monastery. The monastic festival called Gustor takes place on 20th and 21st days of the 12th month of Tibetan calendar.&nbsp;<\\/p>\\r\\n\\r\\n<p>HUNDAR VILLAGE: Hundar is a beautiful village to stay with lot of trees and you will really enjoy your stay at Hundar. It has a small monastery and ruined fort above the village. The walk or Camel Safari (Double Hump bacterian camels) from Hundar to Deskit, through sand dunes for two hours is wonderful (on own).<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486210,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20847,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205664\",\"Title\":\"Nubra -Turtuk Day Excursion - Nubra\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Early morning drive to TURUK village with drive landsape,Exoctic village. Turuk village is about 115km from Nubra valley and can take 4 hours to reach there. Enjoy their old rich traditional citure, foood and many things. Later evening drive back to Nubra (Hunder). Overnight at Nubra.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":486210,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":21184,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205665\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205666\",\"Title\":\"Nubra via shayok - Pangong - Leh via Changla pass\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast drive towards pangong via shayok village . After at lake enjoy the beautiful heart fulfilling lake colur. Then later drive back to leh via Changla pass. Evening at leh. Overnight at Leh.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3496,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20943,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205667\",\"Title\":\"Walk the old town -Guided  heritge tour of old town \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Ancient Ladakh , Central Asian Musum , LaLas Cafe, TsemoNamgyal and tradional food.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":119228,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205668\",\"Title\":\"Departure\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>After an early breakfast ,depart to airport for onward destination &hellip;.fly with sweet memories of Ladakh.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"28848\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"57570.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":57570,\"priceDoubleOcc\":\"57570.00\",\"priceSingleOcc\":115140,\"priceExtraBed\":\"57570.00\",\"priceWithoutBed\":\"57570.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"57570.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":55464,\"priceDoubleOcc\":\"55464.00\",\"priceSingleOcc\":110928,\"priceExtraBed\":\"55464.00\",\"priceWithoutBed\":\"55464.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55464.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":57570,\"priceDoubleOcc\":\"57570.00\",\"priceSingleOcc\":115140,\"priceExtraBed\":\"57570.00\",\"priceWithoutBed\":\"57570.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"57570.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":61080,\"priceDoubleOcc\":\"61080.00\",\"priceSingleOcc\":122160,\"priceExtraBed\":\"61080.00\",\"priceWithoutBed\":\"61080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":57540,\"priceDoubleOcc\":\"57540.00\",\"priceSingleOcc\":115080,\"priceExtraBed\":\"57540.00\",\"priceWithoutBed\":\"57540.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"57540.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":68100,\"priceDoubleOcc\":\"68100.00\",\"priceSingleOcc\":136200,\"priceExtraBed\":\"68100.00\",\"priceWithoutBed\":\"68100.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"68100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"28848\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"52772.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":52773,\"priceDoubleOcc\":\"52772.50\",\"priceSingleOcc\":105545,\"priceExtraBed\":\"52772.50\",\"priceWithoutBed\":\"52772.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52772.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":50842,\"priceDoubleOcc\":\"50842.00\",\"priceSingleOcc\":101684,\"priceExtraBed\":\"50842.00\",\"priceWithoutBed\":\"50842.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50842.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":52773,\"priceDoubleOcc\":\"52772.50\",\"priceSingleOcc\":105545,\"priceExtraBed\":\"52772.50\",\"priceWithoutBed\":\"52772.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52772.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":55990,\"priceDoubleOcc\":\"55990.00\",\"priceSingleOcc\":111980,\"priceExtraBed\":\"55990.00\",\"priceWithoutBed\":\"55990.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":52745,\"priceDoubleOcc\":\"52745.00\",\"priceSingleOcc\":105490,\"priceExtraBed\":\"52745.00\",\"priceWithoutBed\":\"52745.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52745.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-10-01\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":62425,\"priceDoubleOcc\":\"62425.00\",\"priceSingleOcc\":124850,\"priceExtraBed\":\"62425.00\",\"priceWithoutBed\":\"62425.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62425.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Airfare and Train Tickets&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Lunch and Dinners or Any special Meals&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Expense of personal nature such as tips, laundry, telephones, beverages etc., &lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Dharshan Tickets &amp;amp; entry fee for all monuments and boating fees &amp;amp; Guide Charges.&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"205660\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[205660],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"1\"]}},\"205661\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205661],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"3\"]}},\"205662\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205662],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205663\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205663],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"205664\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205664],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,3\"]}},\"205665\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205665],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205666\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205666],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2,1,3\"]}},\"205667\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205667],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"1\"]}},\"205668\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205668],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"FlightData\":[]}}', 'Leh,Nubra', 'Leh,Ladakh,Indian Subcontinent,North India,India,Nubra,Jammu and kashmir', NULL, '15229,35282', 50842, 68100, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-02-28 00:00:00', '2022-02-28 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'magical-ladakh-winter', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(37, 30982, 1, 9840, 0, 0, 0, 'Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":30982,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-01-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;04 Nights \\/ 05 Days tour of Delhi, Agra and Jaipur&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":9935,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9935,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"India Now Journeys\",\"Name\":\"Cultural Golden Triangle\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7685\",\"SupplierName\":\"India Now Journeys Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Airport Transfers,Train Station Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-01-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":491938,\"Name\":\"Capital O 39725 Hotel Regent Continental\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"28.6485306\",\"Long\":\"77.1881578\",\"Address\":\"4\\/73 Saraswati Marg Beside Radhe Krishna Park Krishna Market, Block 4, WEA, Karol Bagh, New Delhi, Delhi 110005, India\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":491939,\"Name\":\"\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":491940,\"Name\":\"Bloomrooms @ Janpath\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"28.6224128\",\"Long\":\"77.21716119999999\",\"Address\":\"1, Janpath Ln, Janpath, Connaught Place, New Delhi, Delhi 110001, India\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":411,\"Title\":\"Delhi City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6612355,\"Long\":77.2311749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3548\\/thumb\\/Delhi City Tour_100.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1465,\"Title\":\"Red Fort\",\"Description\":\"The Red Fort is a historical fort in the city of Delhi in India. It was the main residence of the emperors of the Mughal dynasty for nearly 200 years, until 1857. It is located in the center of Delhi and houses a number of museums. In addition to accommodating the emperors and their households, it was the ceremonial and political centre of the Mughal state and the setting for events critically impacting the region.\\r\\nConstructed in 1639 by  the fifth Mughal Emperor Shah Jahan as the palace of his fortified capital Shahjahanabad, the Red Fort is named for its massive enclosing walls of red sandstone and is adjacent to the older Salimgarh Fort, built by Islam Shah Suri in 1546. The imperial apartments consist of a row of pavilions, connected by a water channel known as the Stream of Paradise (Nahr-i-Bihisht).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.640859,\"Long\":77.238383,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501140388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":689,\"Title\":\"Humayun\'s Tomb\",\"Description\":\"Humayun&#039;s tomb (Maqbara e Humayun) is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&#039;s first wife and chief consort, Empress Bega Begum (also known as Haji Begum),] in 1569-70, and designed by Mirak Mirza Ghiyas, a Persian architect chosen by her.It was the first garden-tomb on the Indian subcontinent,and is located in Nizamuddin East, Delhi, India, close to the Dina-panah Citadel, also known as Purana Qila (Old Fort), that Humayun founded in 1533. It was also the first structure to use red sandstone at such a scale.The tomb was declared a UNESCO World Heritage Site in 1993,and since then has undergone extensive restoration work, which is complete.Besides the main tomb enclosure of Humayun, several smaller monuments dot the pathway leading up to it, from the main entrance in the West, including one that even pre-dates the main tomb itself, by twenty years; it is the tomb complex of Isa Khan Niyazi, an Afghan noble in Sher Shah Suri&#039;s court of the Suri dynasty, who fought against the Mughals, constructed in 1547 CE.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5913871,\"Long\":77.2418643,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501136222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":371,\"Title\":\"Connaught Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6314512,\"Long\":77.2166672,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/673\\/thumb\\/Connaught Place_840.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1797,\"Title\":\"Tomb of Akbar the Great (Sikandra)\",\"Description\":\"Akbar&amp;rsquo;s tomb is the resting place of Akbar, one of the greatest Mughal Emperor. The tomb is built during 17th century on an area of 119 acres. Akbar supervised the construction of the tomb himself during his time. The rest of the tomb was completed by his son Jahangir after Akbars death.The entire tomb is constructed of red sandstone(by Akbar) but the top storey is constructed of white marble(by Jahangir). \\r\\nThe monument has Mughal elements like red sandstone and marble with inlay works and geometric patterns. The shape of tomb is pyramidal and consists of five storeys. It has four gates and the south gate is the largest one. The false tomb is found in the ground floor while the real tomb is located in the basement, close for tourist.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.2205556,\"Long\":77.9505086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Tomb_of_Akbar_the_Great_(Sikan_266_1519650092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":500,\"Title\":\"Fatehpur Sikri City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9259,\"CityName\":\"Fatehpur Sikri\",\"Lat\":27.0945291,\"Long\":77.6679292,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5733\\/thumb\\/Fatehpur Sikri City Tour_362.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":255,\"Title\":\"Buland Darwaza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9259,\"CityName\":\"Fatehpur Sikri\",\"Lat\":27.0965059,\"Long\":77.6654772,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/624\\/thumb\\/Buland Darwaza_203.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1253,\"Title\":\"Observatory\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. In fact, he himself designed the stone and masonry instruments of the observatory.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Observatory_12995_1519710372.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":[],\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":411,\"Title\":\"Delhi City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6612355,\"Long\":77.2311749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3548\\/thumb\\/Delhi City Tour_100.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1465,\"Title\":\"Red Fort\",\"Description\":\"The Red Fort is a historical fort in the city of Delhi in India. It was the main residence of the emperors of the Mughal dynasty for nearly 200 years, until 1857. It is located in the center of Delhi and houses a number of museums. In addition to accommodating the emperors and their households, it was the ceremonial and political centre of the Mughal state and the setting for events critically impacting the region.\\r\\nConstructed in 1639 by  the fifth Mughal Emperor Shah Jahan as the palace of his fortified capital Shahjahanabad, the Red Fort is named for its massive enclosing walls of red sandstone and is adjacent to the older Salimgarh Fort, built by Islam Shah Suri in 1546. The imperial apartments consist of a row of pavilions, connected by a water channel known as the Stream of Paradise (Nahr-i-Bihisht).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.640859,\"Long\":77.238383,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501140388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":689,\"Title\":\"Humayun\'s Tomb\",\"Description\":\"Humayun&#039;s tomb (Maqbara e Humayun) is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&#039;s first wife and chief consort, Empress Bega Begum (also known as Haji Begum),] in 1569-70, and designed by Mirak Mirza Ghiyas, a Persian architect chosen by her.It was the first garden-tomb on the Indian subcontinent,and is located in Nizamuddin East, Delhi, India, close to the Dina-panah Citadel, also known as Purana Qila (Old Fort), that Humayun founded in 1533. It was also the first structure to use red sandstone at such a scale.The tomb was declared a UNESCO World Heritage Site in 1993,and since then has undergone extensive restoration work, which is complete.Besides the main tomb enclosure of Humayun, several smaller monuments dot the pathway leading up to it, from the main entrance in the West, including one that even pre-dates the main tomb itself, by twenty years; it is the tomb complex of Isa Khan Niyazi, an Afghan noble in Sher Shah Suri&#039;s court of the Suri dynasty, who fought against the Mughals, constructed in 1547 CE.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5913871,\"Long\":77.2418643,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501136222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":371,\"Title\":\"Connaught Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6314512,\"Long\":77.2166672,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/673\\/thumb\\/Connaught Place_840.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1797,\"Title\":\"Tomb of Akbar the Great (Sikandra)\",\"Description\":\"Akbar&amp;rsquo;s tomb is the resting place of Akbar, one of the greatest Mughal Emperor. The tomb is built during 17th century on an area of 119 acres. Akbar supervised the construction of the tomb himself during his time. The rest of the tomb was completed by his son Jahangir after Akbars death.The entire tomb is constructed of red sandstone(by Akbar) but the top storey is constructed of white marble(by Jahangir). \\r\\nThe monument has Mughal elements like red sandstone and marble with inlay works and geometric patterns. The shape of tomb is pyramidal and consists of five storeys. It has four gates and the south gate is the largest one. The false tomb is found in the ground floor while the real tomb is located in the basement, close for tourist.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.2205556,\"Long\":77.9505086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Tomb_of_Akbar_the_Great_(Sikan_266_1519650092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":500,\"Title\":\"Fatehpur Sikri City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9259,\"CityName\":\"Fatehpur Sikri\",\"Lat\":27.0945291,\"Long\":77.6679292,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5733\\/thumb\\/Fatehpur Sikri City Tour_362.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":255,\"Title\":\"Buland Darwaza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9259,\"CityName\":\"Fatehpur Sikri\",\"Lat\":27.0965059,\"Long\":77.6654772,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/624\\/thumb\\/Buland Darwaza_203.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1253,\"Title\":\"Observatory\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. In fact, he himself designed the stone and masonry instruments of the observatory.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Observatory_12995_1519710372.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":491947,\"Name\":\"Regenta Inn Jaipur by Royal Orchid Hotels\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9001449\",\"Long\":\"75.8337237\",\"Address\":\"B-31, Govind Marg, Adarsh Nagar, Raja Park, Jaipur, Rajasthan 302004, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":491948,\"Name\":\"Park Prime\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9090993\",\"Long\":\"75.8027106\",\"Address\":\"C-59, Prithviraj Rd, Panch Batti, C Scheme, Ashok Nagar, Jaipur, Rajasthan 302001, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":411,\"Title\":\"Delhi City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6612355,\"Long\":77.2311749,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3548\\/thumb\\/Delhi City Tour_100.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1465,\"Title\":\"Red Fort\",\"Description\":\"The Red Fort is a historical fort in the city of Delhi in India. It was the main residence of the emperors of the Mughal dynasty for nearly 200 years, until 1857. It is located in the center of Delhi and houses a number of museums. In addition to accommodating the emperors and their households, it was the ceremonial and political centre of the Mughal state and the setting for events critically impacting the region.\\r\\nConstructed in 1639 by  the fifth Mughal Emperor Shah Jahan as the palace of his fortified capital Shahjahanabad, the Red Fort is named for its massive enclosing walls of red sandstone and is adjacent to the older Salimgarh Fort, built by Islam Shah Suri in 1546. The imperial apartments consist of a row of pavilions, connected by a water channel known as the Stream of Paradise (Nahr-i-Bihisht).\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.640859,\"Long\":77.238383,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501140388.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":689,\"Title\":\"Humayun\'s Tomb\",\"Description\":\"Humayun&#039;s tomb (Maqbara e Humayun) is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&#039;s first wife and chief consort, Empress Bega Begum (also known as Haji Begum),] in 1569-70, and designed by Mirak Mirza Ghiyas, a Persian architect chosen by her.It was the first garden-tomb on the Indian subcontinent,and is located in Nizamuddin East, Delhi, India, close to the Dina-panah Citadel, also known as Purana Qila (Old Fort), that Humayun founded in 1533. It was also the first structure to use red sandstone at such a scale.The tomb was declared a UNESCO World Heritage Site in 1993,and since then has undergone extensive restoration work, which is complete.Besides the main tomb enclosure of Humayun, several smaller monuments dot the pathway leading up to it, from the main entrance in the West, including one that even pre-dates the main tomb itself, by twenty years; it is the tomb complex of Isa Khan Niyazi, an Afghan noble in Sher Shah Suri&#039;s court of the Suri dynasty, who fought against the Mughals, constructed in 1547 CE.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5913871,\"Long\":77.2418643,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1501136222.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":371,\"Title\":\"Connaught Place\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6314512,\"Long\":77.2166672,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/673\\/thumb\\/Connaught Place_840.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1797,\"Title\":\"Tomb of Akbar the Great (Sikandra)\",\"Description\":\"Akbar&amp;rsquo;s tomb is the resting place of Akbar, one of the greatest Mughal Emperor. The tomb is built during 17th century on an area of 119 acres. Akbar supervised the construction of the tomb himself during his time. The rest of the tomb was completed by his son Jahangir after Akbars death.The entire tomb is constructed of red sandstone(by Akbar) but the top storey is constructed of white marble(by Jahangir). \\r\\nThe monument has Mughal elements like red sandstone and marble with inlay works and geometric patterns. The shape of tomb is pyramidal and consists of five storeys. It has four gates and the south gate is the largest one. The false tomb is found in the ground floor while the real tomb is located in the basement, close for tourist.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.2205556,\"Long\":77.9505086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Tomb_of_Akbar_the_Great_(Sikan_266_1519650092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":500,\"Title\":\"Fatehpur Sikri City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9259,\"CityName\":\"Fatehpur Sikri\",\"Lat\":27.0945291,\"Long\":77.6679292,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5733\\/thumb\\/Fatehpur Sikri City Tour_362.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":255,\"Title\":\"Buland Darwaza\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9259,\"CityName\":\"Fatehpur Sikri\",\"Lat\":27.0965059,\"Long\":77.6654772,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/624\\/thumb\\/Buland Darwaza_203.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1253,\"Title\":\"Observatory\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. In fact, he himself designed the stone and masonry instruments of the observatory.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Observatory_12995_1519710372.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"220301\",\"Title\":\"Arrive in Delhi. \",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival at Delhi airport \\/ Railway Station. You will be greeted by our representative at the airport and transferred to hotel in chauffeur driven vehicle. Check in at the hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;Afternoon,&nbsp;tour of&nbsp; Delhi which is in complete contrast with Old Delhi with wide tree lined avenues, parks and fountains surrounding the imposing Government and State Buildings. Drive past the imposing India Gate, the Parliament Buildings and President House. Then visit Qutab Minar, built in 1193 A.D. It is a striking medieval tower of victory of Persian architecture style. Next stop is Humayun&#39;s Tomb. Lateron, drive to Raj Ghat, where Mahatma Gandhi was cremated. Then visit Old Delhi that includes visit to Red Fort, Jama Masjid, the largest mosque in Asia. Return to hotel. Overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491938,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491939,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":491940,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":411,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1465,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":689,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":371,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220303\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220305\",\"Title\":\"Drive from Delhi to Agra\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Morning drive to Agra which was once the capital of Mughal India and centre of great power and glory. Visit world famous &quot;Taj Mahal&quot;, the monument of love immortalized in marble. It was built by Emperor Shah Jahan in the memory of his Queen Mumtaj. Also visit Agra Fort and Sikandara, where lies the Tomb of the Emperor &quot;Akbar the Great&quot;. Overnight stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1716,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1797,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220307\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220309\",\"Title\":\"Morning  transfer to Jaipur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>&nbsp;After breakfast, check out and drive to Jaipu, en-route,&nbsp; visiting Fatehpur Sikri. This ancient monument was built during 1571 and 1585. It is one of the finest examples of Mughal architectural splendour at its height. You will visit here&nbsp;Jama Masjid, Tomb of Salim Chisti, Panch Mahal and Buland Darwaz.. Later on, drive to Jaipur<\\/p>\\r\\n\\r\\n<p>On arrival in Jaipur, check-in at the hotel for an overnight stay. (3-4 hour drive).<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491947,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491948,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":500,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":255,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220311\",\"Title\":\"In Jaipur- Full day sightseeing tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>&nbsp;After breakfast at the hotel, proceed for the sightseeing of Jaipur city&nbsp; visiting Amber Fort, which was the ancient capital of the State. Further,&nbsp; visit the Hall of Victory or the Sheesh Mahal glittering with mirrors. Ascend the Fort on Elephant back (On Own) . In the afternoon,&nbsp; visit the famous Wind Palace (Hawa Mahal), Observatory.and City Palace<\\/p>\\r\\n\\r\\n<p>Jaipur is the capital of India&rsquo;s Rajasthan state. It evokes the royal family that once ruled the region and that, in 1727, founded what is now called the Old City, or &ldquo;Pink City&rdquo; for its trademark building color. At the center of its stately street grid (notable in India) stands the opulent, colonnaded City Palace complex. With gardens, courtyards and museums, part of it is still a royal residence.<\\/p>\\r\\n\\r\\n<p>&nbsp;Evening, visit the BirlaTemple and local Vibrant Pink City Bazaars and shopping. Overnight at Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491947,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491948,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1253,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":216,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220313\",\"Title\":\"Depart transfer  from Hotel  to Airport or Railway station\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, some time at leisure and later on, transfer to Airport or Railway station to connect the flight\\/Train for onward destination.<\\/p>\\r\\n\\r\\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30982\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9785.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":8995,\"priceDoubleOcc\":\"9785.00\",\"priceSingleOcc\":21939,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"1854.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":9339,\"priceDoubleOcc\":\"10300.00\",\"priceSingleOcc\":22454,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"1854.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":9648,\"priceDoubleOcc\":\"10763.50\",\"priceSingleOcc\":22917.5,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"1854.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10763.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":9854,\"priceDoubleOcc\":\"11072.50\",\"priceSingleOcc\":23226.5,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"1854.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11072.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":10163,\"priceDoubleOcc\":\"11536.00\",\"priceSingleOcc\":23690,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"1854.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11536.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":11845,\"priceDoubleOcc\":\"14059.50\",\"priceSingleOcc\":26213.5,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"1854.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14059.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30983\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13390.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":12291,\"priceDoubleOcc\":\"13390.00\",\"priceSingleOcc\":29252,\"priceExtraBed\":\"8240.00\",\"priceWithoutBed\":\"3090.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":12566,\"priceDoubleOcc\":\"13802.00\",\"priceSingleOcc\":29664,\"priceExtraBed\":\"8240.00\",\"priceWithoutBed\":\"3090.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13802.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":12841,\"priceDoubleOcc\":\"14214.00\",\"priceSingleOcc\":30076,\"priceExtraBed\":\"8240.00\",\"priceWithoutBed\":\"3090.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14214.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":13218,\"priceDoubleOcc\":\"14780.50\",\"priceSingleOcc\":30642.5,\"priceExtraBed\":\"8240.00\",\"priceWithoutBed\":\"3090.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14780.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":13493,\"priceDoubleOcc\":\"15192.50\",\"priceSingleOcc\":31054.5,\"priceExtraBed\":\"8240.00\",\"priceWithoutBed\":\"3090.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15192.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":14969,\"priceDoubleOcc\":\"17407.00\",\"priceSingleOcc\":33269,\"priceExtraBed\":\"8240.00\",\"priceWithoutBed\":\"3090.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17407.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30982\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"10450.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":9607,\"priceDoubleOcc\":\"10450.00\",\"priceSingleOcc\":23430,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"1980.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":9973,\"priceDoubleOcc\":\"11000.00\",\"priceSingleOcc\":23980,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"1980.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":10303,\"priceDoubleOcc\":\"11495.00\",\"priceSingleOcc\":24475,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"1980.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11495.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":10523,\"priceDoubleOcc\":\"11825.00\",\"priceSingleOcc\":24805,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"1980.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11825.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":10853,\"priceDoubleOcc\":\"12320.00\",\"priceSingleOcc\":25300,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"1980.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12320.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":12650,\"priceDoubleOcc\":\"15015.00\",\"priceSingleOcc\":27995,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"1980.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15015.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30983\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":13127,\"priceDoubleOcc\":\"14300.00\",\"priceSingleOcc\":31240,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":13420,\"priceDoubleOcc\":\"14740.00\",\"priceSingleOcc\":31680,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14740.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":13713,\"priceDoubleOcc\":\"15180.00\",\"priceSingleOcc\":32120,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15180.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":14117,\"priceDoubleOcc\":\"15785.00\",\"priceSingleOcc\":32725,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15785.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":14410,\"priceDoubleOcc\":\"16225.00\",\"priceSingleOcc\":33165,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16225.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-04\",\"To\":\"2022-01-31\",\"Currency\":1,\"priceTripleOcc\":15987,\"priceDoubleOcc\":\"18590.00\",\"priceSingleOcc\":35530,\"priceExtraBed\":\"8800.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18590.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"220301\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[220301],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220303\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[220303],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220305\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[220305],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220307\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220307],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220309\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220309],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220311\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[220311],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220313\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[220313],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Delhi,Agra,Jaipur', 'Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan,Fatehpur Sikri', NULL, '7701,266,12995', 9785, 18590, 4, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-01-31 00:00:00', '2022-01-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'cultural-golden-triangle', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(38, 30938, 1, 9840, 0, 0, 0, 'Honeymoon,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":30938,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;06 Nights\\/ 07 Days trip to Srinagar, Sonmarg, Pahalgam and Gulmarg&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":9935,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9935,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"India Now Journeys\",\"Name\":\"Mesmerizing Kashmir\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7736\",\"SupplierName\":\"Tunda Travel Service\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":491856,\"Name\":\"Deluxe Houseboat in kashmir\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.115499\",\"Long\":\"74.82936099999999\",\"Address\":\"Nagin Lake Opposite, Ashai Bagh Bridge, KACH LACH PORA, Srinagar, Jammu and Kashmir 190006\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":491857,\"Name\":\"Hotel Royal Batoo\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0846749\",\"Long\":\"74.8242921\",\"Address\":\"3RMF+VP7, Karapura Pain, Chinar Bagh, Srinagar, 190003\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":491858,\"Name\":\"Four Points by Sheraton Srinagar\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0674846\",\"Long\":\"74.844422\",\"Address\":\"Badami Bagh Cantonment, Ram Munshi Bagh, Guzarwaan Mohalla, Sonwar Bagh, Srinagar, Jammu and Kashmir 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":309,\"Title\":\"Chashme Shahi Garden\",\"Description\":\"Chashme Shahi or Chashmai Shahi, also called Chashma Shahi, is one of the Mughal gardens built in 1632 AD around a spring by Ali Mardan Khan, a governor of Mughal emperor Shah Jahan as per the orders.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0863686,\"Long\":74.8865298,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/108\\/thumb\\/Chashme Shahi Garden_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":1563,\"Title\":\"Shankaracharya Temple\",\"Description\":\"The Shankaracharya Temple  is also known as the Jyesteshwara temple or Pas-Pahar by Buddhists. Shankracharya Temple was renamed as Takht-e-Suleiman (Throne of Solomon)[citation needed]. It is on top of the Shankaracharya Hill (also called Gopadari Hill)on the Zabarwan Mountain in Srinagar, Kashmir. It is dedicated to Lord Shiva. The temple is at a height of 1,000 feet (300 m) above the plain and overlooks the city of Srinagar.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501170973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":16975,\"Title\":\"Sonmarg club\",\"Description\":\"Sonmarg is a hill station in Ganderbal district in the Indian state of Jammu and Kashmir about 80 km north-east of Srinagar. Sonmarg gives rise to The Three Sisters . In its vicinity lies the great Himalayan glaciers of Kashmir Valley namely Kolhoi Glacier and Machoi Glacier with some peaks of above 5,000 m: Sirbal Peak, Kolhoi Peak, Amarnath Peak and Machoi Peak. Sonmarg is situated in a valley at the bank of Nallah Sindh, 87 km north-east from Srinagar. It is a popular tourist destination, nestled within the imposing Himalayan peaks.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Sonmarg_club_34549_1594376643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":17513,\"Title\":\"Aharbal falls\",\"Description\":\"Aharbal is known for its waterfall, Aharbal Falls, where the Veshu falls noisily 25 metres and 7 metres through a narrow gorge of granite boulders. Aharbal Falls are also referred to as the Niagara Falls of Kashmir, owing to the volume of the water that falls.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Aharbal_falls_34549_1601552556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":582,\"Title\":\"Golf Course\",\"Description\":\"Gulmarg Golf Course with asymmetrical contours is counted amongst the largest 18-hole golf courses in the country. Situated on the lower ranges of Gulmarg, it has emerged as one of the most popular golfing destinations in India. A number of tourists flock this region to enjoy a game of golf and escape the summer heat. Golfing in the region began in the early 1920s, when British came here to spend their summers. Over the years, this golf course has witnessed a lot of changes, and the present structure has been designed by Ranjit Nanda, a well-known golf course designer. The golf course, measuring 7505 yards (par of 72), was inaugurated by the Chief Minister of Jammu and Kashmir, Omar Abdullah in the year 2011.\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0460089,\"Long\":74.3965405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3671\\/thumb\\/Golf Course_525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world&amp;#039;s second highest operating cable car since the closure in 2008 of the M&amp;eacute;rida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru &amp; Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru &amp; Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":179,\"Title\":\"Betaab Valley\",\"Description\":\"The Betaab Valley in Pahalgam is a breathtaking combination of picturesque surroundings that is encircled by mountains full of tall deodar trees and pine forests, with the Lidder River flowing right through it. The valley is located at a distance of 15 kilometres from Pahalgam in the Anantnag district of Jammu and Kashmir in northern India. The valley got its more recent and attractive name from a famous Bollywood movie that was shot here and has been attracting a large number of tourists ever this. The Bollywood connect of the valley, coupled with the scenic views that the place offers, have made the area a popular tourist destination.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1319\\/thumb\\/Betaab Valley_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":7248,\"Title\":\"Lidder Lake\",\"Description\":\"Lidder river originates from Kolhoi Glacier near Sonamarg and gives rise to Lidder Valley. It runs southwards through the alpine meadows of Lidderwat in region of Aru, from which it got its name. It covers 30 kilometres (19 mi) before reaching Pahalgam where it the major tributary of East Lidder from Sheshnag Lake. It then runs westwards until it meets the Jehlum River at Mirgund Khanabal near Anantnag. It has crystal blueish water and Pahalgam is situated in the center of Lidder Valley\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/Lidder_Lake_20566_1538041203.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":612,\"Title\":\"Gulmarg City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3722\\/thumb\\/Gulmarg City Tour_538.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":680,\"Title\":\"Horse Ride\",\"Description\":\"Horse riding in Kashmir is one of the best ways to explore the beautiful countryside and mountain passes of Kashmir. Kashmir is abounding with Horses that are readily available for hire.\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11197\\/sightseeing\\/Horse_Ride_11197_1550665758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":491859,\"Name\":\"Hotel Khaleel Palace\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.04773139999999\",\"Long\":\"74.38261469999999\",\"Address\":\"Plot No.2, Site No. 5, Alambal Road, Gulmarg, near Gondola, Baramulla, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":491860,\"Name\":\"Hotel Outlook\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0316622\",\"Long\":\"75.32293419999999\",\"Address\":\"Chandanwari Rd, near Pahalgam Club, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":491861,\"Name\":\"Hotel Heevan\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.022182\",\"Long\":\"75.310549\",\"Address\":\"opposite Amusement Park, Pahalgam, Jammu and Kashmir 192401\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":309,\"Title\":\"Chashme Shahi Garden\",\"Description\":\"Chashme Shahi or Chashmai Shahi, also called Chashma Shahi, is one of the Mughal gardens built in 1632 AD around a spring by Ali Mardan Khan, a governor of Mughal emperor Shah Jahan as per the orders.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0863686,\"Long\":74.8865298,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/108\\/thumb\\/Chashme Shahi Garden_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":1563,\"Title\":\"Shankaracharya Temple\",\"Description\":\"The Shankaracharya Temple  is also known as the Jyesteshwara temple or Pas-Pahar by Buddhists. Shankracharya Temple was renamed as Takht-e-Suleiman (Throne of Solomon)[citation needed]. It is on top of the Shankaracharya Hill (also called Gopadari Hill)on the Zabarwan Mountain in Srinagar, Kashmir. It is dedicated to Lord Shiva. The temple is at a height of 1,000 feet (300 m) above the plain and overlooks the city of Srinagar.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501170973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":16975,\"Title\":\"Sonmarg club\",\"Description\":\"Sonmarg is a hill station in Ganderbal district in the Indian state of Jammu and Kashmir about 80 km north-east of Srinagar. Sonmarg gives rise to The Three Sisters . In its vicinity lies the great Himalayan glaciers of Kashmir Valley namely Kolhoi Glacier and Machoi Glacier with some peaks of above 5,000 m: Sirbal Peak, Kolhoi Peak, Amarnath Peak and Machoi Peak. Sonmarg is situated in a valley at the bank of Nallah Sindh, 87 km north-east from Srinagar. It is a popular tourist destination, nestled within the imposing Himalayan peaks.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Sonmarg_club_34549_1594376643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":17513,\"Title\":\"Aharbal falls\",\"Description\":\"Aharbal is known for its waterfall, Aharbal Falls, where the Veshu falls noisily 25 metres and 7 metres through a narrow gorge of granite boulders. Aharbal Falls are also referred to as the Niagara Falls of Kashmir, owing to the volume of the water that falls.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Aharbal_falls_34549_1601552556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":582,\"Title\":\"Golf Course\",\"Description\":\"Gulmarg Golf Course with asymmetrical contours is counted amongst the largest 18-hole golf courses in the country. Situated on the lower ranges of Gulmarg, it has emerged as one of the most popular golfing destinations in India. A number of tourists flock this region to enjoy a game of golf and escape the summer heat. Golfing in the region began in the early 1920s, when British came here to spend their summers. Over the years, this golf course has witnessed a lot of changes, and the present structure has been designed by Ranjit Nanda, a well-known golf course designer. The golf course, measuring 7505 yards (par of 72), was inaugurated by the Chief Minister of Jammu and Kashmir, Omar Abdullah in the year 2011.\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0460089,\"Long\":74.3965405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3671\\/thumb\\/Golf Course_525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world&amp;#039;s second highest operating cable car since the closure in 2008 of the M&amp;eacute;rida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru &amp; Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru &amp; Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":179,\"Title\":\"Betaab Valley\",\"Description\":\"The Betaab Valley in Pahalgam is a breathtaking combination of picturesque surroundings that is encircled by mountains full of tall deodar trees and pine forests, with the Lidder River flowing right through it. The valley is located at a distance of 15 kilometres from Pahalgam in the Anantnag district of Jammu and Kashmir in northern India. The valley got its more recent and attractive name from a famous Bollywood movie that was shot here and has been attracting a large number of tourists ever this. The Bollywood connect of the valley, coupled with the scenic views that the place offers, have made the area a popular tourist destination.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1319\\/thumb\\/Betaab Valley_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":7248,\"Title\":\"Lidder Lake\",\"Description\":\"Lidder river originates from Kolhoi Glacier near Sonamarg and gives rise to Lidder Valley. It runs southwards through the alpine meadows of Lidderwat in region of Aru, from which it got its name. It covers 30 kilometres (19 mi) before reaching Pahalgam where it the major tributary of East Lidder from Sheshnag Lake. It then runs westwards until it meets the Jehlum River at Mirgund Khanabal near Anantnag. It has crystal blueish water and Pahalgam is situated in the center of Lidder Valley\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/Lidder_Lake_20566_1538041203.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":612,\"Title\":\"Gulmarg City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3722\\/thumb\\/Gulmarg City Tour_538.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":680,\"Title\":\"Horse Ride\",\"Description\":\"Horse riding in Kashmir is one of the best ways to explore the beautiful countryside and mountain passes of Kashmir. Kashmir is abounding with Horses that are readily available for hire.\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11197\\/sightseeing\\/Horse_Ride_11197_1550665758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":491862,\"Name\":\"Pine View Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0554102\",\"Long\":\"74.4019367\",\"Address\":\"Main Town Gulmarg, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":491864,\"Name\":\"Grand Mumtaz Resorts\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.04837000000001\",\"Long\":\"74.380479\",\"Address\":\"near Gondola, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":491863,\"Name\":\"Heevan Retreats Road\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0480899\",\"Long\":\"74.3833764\",\"Address\":\"Heevan Retreats Rd, Gulmarg 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1148,\"Title\":\"Mughal Gardens\",\"Description\":\"Mughal gardens are a group of gardens built by the Mughals in the Persian style of architecture. This style was heavily influenced by the Persian gardens particularly the Charbagh structure. Significant use of rectilinear layouts are made within the walled enclosures.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.1314483,\"Long\":74.8828754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/36_1519810663.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":309,\"Title\":\"Chashme Shahi Garden\",\"Description\":\"Chashme Shahi or Chashmai Shahi, also called Chashma Shahi, is one of the Mughal gardens built in 1632 AD around a spring by Ali Mardan Khan, a governor of Mughal emperor Shah Jahan as per the orders.\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0863686,\"Long\":74.8865298,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/108\\/thumb\\/Chashme Shahi Garden_678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":1563,\"Title\":\"Shankaracharya Temple\",\"Description\":\"The Shankaracharya Temple  is also known as the Jyesteshwara temple or Pas-Pahar by Buddhists. Shankracharya Temple was renamed as Takht-e-Suleiman (Throne of Solomon)[citation needed]. It is on top of the Shankaracharya Hill (also called Gopadari Hill)on the Zabarwan Mountain in Srinagar, Kashmir. It is dedicated to Lord Shiva. The temple is at a height of 1,000 feet (300 m) above the plain and overlooks the city of Srinagar.\\r\\n\\r\\n\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/21_1501170973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":16975,\"Title\":\"Sonmarg club\",\"Description\":\"Sonmarg is a hill station in Ganderbal district in the Indian state of Jammu and Kashmir about 80 km north-east of Srinagar. Sonmarg gives rise to The Three Sisters . In its vicinity lies the great Himalayan glaciers of Kashmir Valley namely Kolhoi Glacier and Machoi Glacier with some peaks of above 5,000 m: Sirbal Peak, Kolhoi Peak, Amarnath Peak and Machoi Peak. Sonmarg is situated in a valley at the bank of Nallah Sindh, 87 km north-east from Srinagar. It is a popular tourist destination, nestled within the imposing Himalayan peaks.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Sonmarg_club_34549_1594376643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":17513,\"Title\":\"Aharbal falls\",\"Description\":\"Aharbal is known for its waterfall, Aharbal Falls, where the Veshu falls noisily 25 metres and 7 metres through a narrow gorge of granite boulders. Aharbal Falls are also referred to as the Niagara Falls of Kashmir, owing to the volume of the water that falls.\",\"CurrencyType\":0,\"CityId\":34549,\"CityName\":\"Sonamarg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34549\\/sightseeing\\/Aharbal_falls_34549_1601552556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":582,\"Title\":\"Golf Course\",\"Description\":\"Gulmarg Golf Course with asymmetrical contours is counted amongst the largest 18-hole golf courses in the country. Situated on the lower ranges of Gulmarg, it has emerged as one of the most popular golfing destinations in India. A number of tourists flock this region to enjoy a game of golf and escape the summer heat. Golfing in the region began in the early 1920s, when British came here to spend their summers. Over the years, this golf course has witnessed a lot of changes, and the present structure has been designed by Ranjit Nanda, a well-known golf course designer. The golf course, measuring 7505 yards (par of 72), was inaugurated by the Chief Minister of Jammu and Kashmir, Omar Abdullah in the year 2011.\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0460089,\"Long\":74.3965405,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3671\\/thumb\\/Golf Course_525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":587,\"Title\":\"Gondola Ride\",\"Description\":\"Gulmarg Gondola in Gulmarg, Jammu and Kashmir is the world&amp;#039;s second highest operating cable car since the closure in 2008 of the M&amp;eacute;rida cable car in Venezuela and the opening in 2008 of the Dagu Glacie\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/438\\/thumb\\/Gondola Ride_723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":78,\"Title\":\"Aru &amp; Betaab Valley\",\"Description\":\"Aru Valley is a pristine scenic village situated in the region of Trans-Himalaya. Clear blue canopy over the head, misty surroundings, whispers of the native pines and conifer forests and beautiful meadows create a captivating diorama for travelers thronging the place. Though the village is the smallest hill station in the state, but still its breathtaking beauty and interesting activities like trekking, hiking and horse riding make it one of the most popular tourist places to visit in Pahalgam.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0209903,\"Long\":75.3189885,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/800\\/thumb\\/Aru &amp; Betaab Valley_347.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":179,\"Title\":\"Betaab Valley\",\"Description\":\"The Betaab Valley in Pahalgam is a breathtaking combination of picturesque surroundings that is encircled by mountains full of tall deodar trees and pine forests, with the Lidder River flowing right through it. The valley is located at a distance of 15 kilometres from Pahalgam in the Anantnag district of Jammu and Kashmir in northern India. The valley got its more recent and attractive name from a famous Bollywood movie that was shot here and has been attracting a large number of tourists ever this. The Bollywood connect of the valley, coupled with the scenic views that the place offers, have made the area a popular tourist destination.\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":34.0160751,\"Long\":75.3149796,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1319\\/thumb\\/Betaab Valley_430.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":7248,\"Title\":\"Lidder Lake\",\"Description\":\"Lidder river originates from Kolhoi Glacier near Sonamarg and gives rise to Lidder Valley. It runs southwards through the alpine meadows of Lidderwat in region of Aru, from which it got its name. It covers 30 kilometres (19 mi) before reaching Pahalgam where it the major tributary of East Lidder from Sheshnag Lake. It then runs westwards until it meets the Jehlum River at Mirgund Khanabal near Anantnag. It has crystal blueish water and Pahalgam is situated in the center of Lidder Valley\",\"CurrencyType\":0,\"CityId\":20566,\"CityName\":\"Pahalgam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20566\\/sightseeing\\/Lidder_Lake_20566_1538041203.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":612,\"Title\":\"Gulmarg City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3722\\/thumb\\/Gulmarg City Tour_538.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null},{\"RefSSId\":680,\"Title\":\"Horse Ride\",\"Description\":\"Horse riding in Kashmir is one of the best ways to explore the beautiful countryside and mountain passes of Kashmir. Kashmir is abounding with Horses that are readily available for hire.\",\"CurrencyType\":0,\"CityId\":11197,\"CityName\":\"Gulmarg\",\"Lat\":34.0416028,\"Long\":74.370477,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11197\\/sightseeing\\/Horse_Ride_11197_1550665758.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7736,\"SupplierName\":\"Tunda Travel Service\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"219984\",\"Title\":\"Arrival Srinagar \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>&nbsp;Day 1-&nbsp;Arrive&nbsp;Srinagar&nbsp;airport,&nbsp;assistance&nbsp;on&nbsp;arrival&nbsp;and&nbsp;proceed&nbsp;to&nbsp;hotel&nbsp;\\/&nbsp;houseboat&nbsp;check-in.&nbsp;Srinagar&nbsp;is&nbsp;also&nbsp;<\\/p>\\r\\n\\r\\n<p>known&nbsp;as&nbsp;&quot;Paradise&nbsp;on&nbsp;Earth&rdquo;.&nbsp;Afternoon&nbsp;&nbsp;leave&nbsp;for&nbsp;&nbsp;Mughal&nbsp;Gardens&nbsp;visiting&nbsp;Cheshmashahi&nbsp;(The&nbsp;Royal&nbsp;<\\/p>\\r\\n\\r\\n<p>Spring),&nbsp;Nishat&nbsp;(The&nbsp;Garden&nbsp;of&nbsp;Pleasure),&nbsp;Shalimar&nbsp;(The&nbsp;Abode&nbsp;of&nbsp;Love)&nbsp;and&nbsp;famous&nbsp;Shankracharya&nbsp;<\\/p>\\r\\n\\r\\n<p>temple.&nbsp;Dinner&nbsp;and&nbsp;overnight&nbsp;at&nbsp;hotel&nbsp;\\/&nbsp;houseboat.\\u200b<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491856,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491857,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":491858,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":309,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1563,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219987\",\"Title\":\"Same Day excursion to Sonmarg\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Day 2 -&nbsp; After&nbsp;breakfast&nbsp;leave&nbsp;for&nbsp;full&nbsp;day&nbsp;excursion&nbsp;tour&nbsp;of&nbsp;Sonamarg&nbsp;(9000&nbsp;fts&nbsp;a.s.l)&nbsp;the&nbsp;&quot;The&nbsp;Golden&nbsp;Meadow&quot;.&nbsp;<\\/p>\\r\\n\\r\\n<p>Sonamarg&nbsp;is&nbsp;the&nbsp;beginning&nbsp;of&nbsp;the&nbsp;enchanted&nbsp;journey&nbsp;into&nbsp;a&nbsp;natural&nbsp;wonderland.&nbsp;Surrounded&nbsp;by&nbsp;mountains&nbsp;<\\/p>\\r\\n\\r\\n<p>upto&nbsp;5300&nbsp;meters&nbsp;high&nbsp;the&nbsp;valley&nbsp;is&nbsp;divided&nbsp;by&nbsp;a&nbsp;spur&nbsp;of&nbsp;the&nbsp;&quot;Thajwas&nbsp;Range&quot;.&nbsp;Baltal&nbsp;(The&nbsp;Base&nbsp;Camp&nbsp;for&nbsp;<\\/p>\\r\\n\\r\\n<p>Amarnath&nbsp;Pilgrimage)&nbsp;15&nbsp;Kms.&nbsp;North&nbsp;of&nbsp;Sonamarg.&nbsp;This&nbsp;little&nbsp;valley&nbsp;lies&nbsp;at&nbsp;the&nbsp;foot&nbsp;hill&nbsp;of&nbsp;Zojila.&nbsp;Return&nbsp;<\\/p>\\r\\n\\r\\n<p>back&nbsp;to&nbsp;Srinagar&nbsp;for&nbsp;Dinner&nbsp;and&nbsp;overnight&nbsp;in&nbsp;hotel&nbsp;\\/&nbsp;houseboat.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491856,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491857,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":491858,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":16975,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17513,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":582,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":587,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219990\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219993\",\"Title\":\"Transfer from Srinagar to Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Day 3-&nbsp;After&nbsp;breakfast&nbsp;check-out&nbsp;from&nbsp;hotel&nbsp;and&nbsp;proceed&nbsp;to&nbsp;Pahalgam&nbsp;(7200&nbsp;fts&nbsp;a.s.l)&nbsp;&quot;Village&nbsp;of&nbsp;Shepherds&quot;&nbsp;<\\/p>\\r\\n\\r\\n<p>enroute&nbsp;visiting&nbsp;the&nbsp;world&nbsp;famous&nbsp;Saffron&nbsp;growing&nbsp;fields,&nbsp;Awantipura&nbsp;ruins&nbsp;(9th&nbsp;Century)&nbsp;and&nbsp;Martand&nbsp;<\\/p>\\r\\n\\r\\n<p>Temple&nbsp;(Sun&nbsp;temple).&nbsp;Pahalgam&nbsp;is&nbsp;also&nbsp;famous&nbsp;for&nbsp;Indian&nbsp;film&nbsp;Industry&nbsp;(Bollywood).&nbsp;On&nbsp;arrival&nbsp;in&nbsp;<\\/p>\\r\\n\\r\\n<p>Pahalgam&nbsp;check-in&nbsp;hotel.&nbsp;Pahalgam&nbsp;is&nbsp;also&nbsp;famous&nbsp;for&nbsp;some&nbsp;trekking&nbsp;routes&nbsp;&amp;&nbsp;also&nbsp;base&nbsp;camp&nbsp;for&nbsp;<\\/p>\\r\\n\\r\\n<p>Amarnath&nbsp;Pilgrimage.&nbsp;Enjoy&nbsp;the&nbsp;Natural&nbsp;beauty&nbsp;and&nbsp;river&nbsp;lidder.&nbsp;Dinner&nbsp;and&nbsp;overnight&nbsp;at&nbsp;hotel.\\u200b<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491859,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491860,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":491861,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219996\",\"Title\":\"In Pahalgam- Enjoy the Full day sightseeing in Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Day 4-&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>After&nbsp;breakfast&nbsp;FULL&nbsp;DAY&nbsp;FREE&nbsp;TO&nbsp;ENJOY&nbsp;AND&nbsp;EXPLORE&nbsp;THE&nbsp;BEAUTY&nbsp;OF&nbsp;PAHALGAM.&nbsp;One&nbsp;can&nbsp;<\\/p>\\r\\n\\r\\n<p>go&nbsp;to&nbsp;Chandanwari&nbsp;(16&nbsp;Kms)&nbsp;is&nbsp;starting&nbsp;point&nbsp;of&nbsp;Amarnath&nbsp;Pilgrimage&nbsp;&quot;The&nbsp;abode&nbsp;of&nbsp;Shiva&quot;,&nbsp;Aru&nbsp;(10&nbsp;Kms&nbsp;<\\/p>\\r\\n\\r\\n<p>from&nbsp;Pahalgam)&nbsp;has&nbsp;a&nbsp;fine&nbsp;meadows&nbsp;of&nbsp;Picturesque&nbsp;scenery&nbsp;and&nbsp;starting&nbsp;point&nbsp;of&nbsp;trekking&nbsp;of&nbsp;(Liddarwat,&nbsp;<\\/p>\\r\\n\\r\\n<p>Kolahoi&nbsp;Glacier,&nbsp;Tarsar&nbsp;lake).&nbsp;Dinner&nbsp;and&nbsp;overnight&nbsp;at&nbsp;hotel.\\u200b<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491859,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491860,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":491861,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":78,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":179,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7248,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"219999\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220002\",\"Title\":\"Transfer from Pahalgam to Gulmarg\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Day 5 -&nbsp;<\\/p>\\r\\n\\r\\n<p>After&nbsp;breakfast&nbsp;check-out&nbsp;from&nbsp;hotel&nbsp;and&nbsp;proceed&nbsp;to&nbsp;Gulmarg&nbsp;(8700&nbsp;fts&nbsp;a.s.l).&nbsp;On&nbsp;arrival&nbsp;in&nbsp;Gulmarg&nbsp;<\\/p>\\r\\n\\r\\n<p>check-in&nbsp;hotel.Afternoon&nbsp;leave&nbsp;sightseen&nbsp;in&nbsp;Gulmarg&nbsp;One&nbsp;can&nbsp;go&nbsp;for&nbsp;Gondola&nbsp;ride&nbsp;(Cable&nbsp;Car),&nbsp;<\\/p>\\r\\n\\r\\n<p>Khilanmarg,&nbsp;Kongdoori,&nbsp;Alpather&nbsp;lake,&nbsp;Seven&nbsp;Springs&nbsp;and&nbsp;Apharwat&nbsp;(On&nbsp;Self&nbsp;expenses.&nbsp;Gulmarg&nbsp;is&nbsp;also&nbsp;<\\/p>\\r\\n\\r\\n<p>known&nbsp;as&nbsp;&quot;Meadow&nbsp;of&nbsp;Flowers&quot;&nbsp;and&nbsp;is&nbsp;a&nbsp;famous&nbsp;Golf&nbsp;Course&nbsp;during&nbsp;summer&nbsp;(which&nbsp;is&nbsp;one&nbsp;of&nbsp;the&nbsp;highest&nbsp;<\\/p>\\r\\n\\r\\n<p>18-hole&nbsp;golf&nbsp;course&nbsp;in&nbsp;the&nbsp;world)&nbsp;and&nbsp;Ski&nbsp;Resort&nbsp;during&nbsp;winter.&nbsp;Dinner&nbsp;and&nbsp;overnight&nbsp;at&nbsp;hotel.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491862,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":491864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":491863,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":582,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":587,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":612,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":680,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220005\",\"Title\":\"In Gulmarg\",\"MealPlanInclude\":\"Breakfast,Lunch\",\"Day\":6,\"Program\":\"<p>Day 6 - After breakfast , full day local sightseeing or at leisue. Dinner and&nbsp; Overninght at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":491862,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":491864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":491863,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220008\",\"Title\":\"Transfer from Gulmarg to Srinagar Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Day 7 -&nbsp;&nbsp;After&nbsp;breakfast&nbsp;check-out&nbsp;from&nbsp;hotel&nbsp;and&nbsp;proceed&nbsp;to&nbsp;Srinagar&nbsp;airport&nbsp;to&nbsp;board&nbsp;the&nbsp;flight&nbsp;for&nbsp;onward&nbsp;<\\/p>\\r\\n\\r\\n<p>destination.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16274.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14214,\"priceDoubleOcc\":\"16274.00\",\"priceSingleOcc\":28119,\"priceExtraBed\":\"8961.00\",\"priceWithoutBed\":\"4120.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16274.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14695,\"priceDoubleOcc\":\"16995.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"8961.00\",\"priceWithoutBed\":\"4120.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15038,\"priceDoubleOcc\":\"17510.00\",\"priceSingleOcc\":29355,\"priceExtraBed\":\"8961.00\",\"priceWithoutBed\":\"4120.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15313,\"priceDoubleOcc\":\"17922.00\",\"priceSingleOcc\":29767,\"priceExtraBed\":\"8961.00\",\"priceWithoutBed\":\"4120.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17922.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16205,\"priceDoubleOcc\":\"19261.00\",\"priceSingleOcc\":31106,\"priceExtraBed\":\"8961.00\",\"priceWithoutBed\":\"4120.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19261.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18540,\"priceDoubleOcc\":\"22763.00\",\"priceSingleOcc\":34608,\"priceExtraBed\":\"8961.00\",\"priceWithoutBed\":\"4120.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22763.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17201.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15175,\"priceDoubleOcc\":\"17201.00\",\"priceSingleOcc\":30797,\"priceExtraBed\":\"10094.00\",\"priceWithoutBed\":\"6695.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17201.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15519,\"priceDoubleOcc\":\"17716.00\",\"priceSingleOcc\":31312,\"priceExtraBed\":\"10094.00\",\"priceWithoutBed\":\"6695.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17716.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15931,\"priceDoubleOcc\":\"18334.00\",\"priceSingleOcc\":31930,\"priceExtraBed\":\"10094.00\",\"priceWithoutBed\":\"6695.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16343,\"priceDoubleOcc\":\"18952.00\",\"priceSingleOcc\":32548,\"priceExtraBed\":\"10094.00\",\"priceWithoutBed\":\"6695.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18952.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17235,\"priceDoubleOcc\":\"20291.00\",\"priceSingleOcc\":33887,\"priceExtraBed\":\"10094.00\",\"priceWithoutBed\":\"6695.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20291.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19776,\"priceDoubleOcc\":\"24102.00\",\"priceSingleOcc\":37698,\"priceExtraBed\":\"10094.00\",\"priceWithoutBed\":\"6695.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24102.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"30940\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36359.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30488,\"priceDoubleOcc\":\"36359.00\",\"priceSingleOcc\":59534,\"priceExtraBed\":\"17201.00\",\"priceWithoutBed\":\"8858.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36359.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30969,\"priceDoubleOcc\":\"37080.00\",\"priceSingleOcc\":60255,\"priceExtraBed\":\"17201.00\",\"priceWithoutBed\":\"8858.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31312,\"priceDoubleOcc\":\"37595.00\",\"priceSingleOcc\":60770,\"priceExtraBed\":\"17201.00\",\"priceWithoutBed\":\"8858.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37595.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31793,\"priceDoubleOcc\":\"38316.00\",\"priceSingleOcc\":61491,\"priceExtraBed\":\"17201.00\",\"priceWithoutBed\":\"8858.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38316.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33029,\"priceDoubleOcc\":\"40170.00\",\"priceSingleOcc\":63345,\"priceExtraBed\":\"17201.00\",\"priceWithoutBed\":\"8858.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40170.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35775,\"priceDoubleOcc\":\"44290.00\",\"priceSingleOcc\":67465,\"priceExtraBed\":\"17201.00\",\"priceWithoutBed\":\"8858.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"30938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17380.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15180,\"priceDoubleOcc\":\"17380.00\",\"priceSingleOcc\":30030,\"priceExtraBed\":\"9570.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17380.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15693,\"priceDoubleOcc\":\"18150.00\",\"priceSingleOcc\":30800,\"priceExtraBed\":\"9570.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16060,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":31350,\"priceExtraBed\":\"9570.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16353,\"priceDoubleOcc\":\"19140.00\",\"priceSingleOcc\":31790,\"priceExtraBed\":\"9570.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19140.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17307,\"priceDoubleOcc\":\"20570.00\",\"priceSingleOcc\":33220,\"priceExtraBed\":\"9570.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20570.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19800,\"priceDoubleOcc\":\"24310.00\",\"priceSingleOcc\":36960,\"priceExtraBed\":\"9570.00\",\"priceWithoutBed\":\"4400.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24310.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18370.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16207,\"priceDoubleOcc\":\"18370.00\",\"priceSingleOcc\":32890,\"priceExtraBed\":\"10780.00\",\"priceWithoutBed\":\"7150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16573,\"priceDoubleOcc\":\"18920.00\",\"priceSingleOcc\":33440,\"priceExtraBed\":\"10780.00\",\"priceWithoutBed\":\"7150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18920.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17013,\"priceDoubleOcc\":\"19580.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"10780.00\",\"priceWithoutBed\":\"7150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19580.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17453,\"priceDoubleOcc\":\"20240.00\",\"priceSingleOcc\":34760,\"priceExtraBed\":\"10780.00\",\"priceWithoutBed\":\"7150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20240.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18407,\"priceDoubleOcc\":\"21670.00\",\"priceSingleOcc\":36190,\"priceExtraBed\":\"10780.00\",\"priceWithoutBed\":\"7150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21670.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21120,\"priceDoubleOcc\":\"25740.00\",\"priceSingleOcc\":40260,\"priceExtraBed\":\"10780.00\",\"priceWithoutBed\":\"7150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25740.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"30940\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38830.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32560,\"priceDoubleOcc\":\"38830.00\",\"priceSingleOcc\":63580,\"priceExtraBed\":\"18370.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38830.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33073,\"priceDoubleOcc\":\"39600.00\",\"priceSingleOcc\":64350,\"priceExtraBed\":\"18370.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33440,\"priceDoubleOcc\":\"40150.00\",\"priceSingleOcc\":64900,\"priceExtraBed\":\"18370.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33953,\"priceDoubleOcc\":\"40920.00\",\"priceSingleOcc\":65670,\"priceExtraBed\":\"18370.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40920.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35273,\"priceDoubleOcc\":\"42900.00\",\"priceSingleOcc\":67650,\"priceExtraBed\":\"18370.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38207,\"priceDoubleOcc\":\"47300.00\",\"priceSingleOcc\":72050,\"priceExtraBed\":\"18370.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"219984\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[219984],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219987\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[219987],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219990\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[219990],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219993\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[219993],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219996\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[219996],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"219999\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[219999],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220002\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[220002],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220005\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[220005],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220008\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[220008],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Srinagar,Pahalgam,Gulmarg', 'Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg,Sonamarg', NULL, '25897,20566,11197', 16274, 47300, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'mesmerizing-kashmir', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(39, 31154, 1, 9840, 0, 0, 0, 'Honeymoon,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31154,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;06 Nights \\/ 07 Days tour of Shimla, Manali and Chandigarh&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":9935,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9935,\"DestinationPlaces\":\"Chandigarh\",\"DestinationPlacesSysId\":5765,\"SourcePlaces\":\"Shimla\",\"SourcePlaceSysId\":1,\"AgencyName\":\"India Now Journeys\",\"Name\":\"Himachal -Enchanting Himalayas\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7685\",\"SupplierName\":\"India Now Journeys Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,B\\/fast & Dinner,Welcome Drink,Airport Transfers,Train Station Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492312,\"Name\":\"Tara Home Shimla\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.09899\",\"Long\":\"77.1751388\",\"Address\":\"near HP High Court Gate, The Mall, Shimla, Himachal Pradesh 171001, India\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492313,\"Name\":\"Snow Valley Resorts Shimla\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"31.0936818\",\"Long\":\"77.1388843\",\"Address\":\"Ghora Chowki, Shimla, Himachal Pradesh 171004, India\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1188,\"Title\":\"Naldehra Golf Club\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1601624,\"Long\":77.2290193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3127\\/thumb\\/Naldehra Golf Club_601.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1041,\"Title\":\"Mall Road\",\"Description\":\"The Mall Road is one of the most popular tourist attractions in Shimla that enfolds many hotels, restaurants, clubs, bars, banks, shops, offices, post offices, and tourist offices. People can walk up and down the Mall road slowly and enjoy the scenic views of the nature while sipping their favorite coffee. A lot of people gather at the Ridge and Scandal point on Mall road to meet and talk with friends, see the views of the Himalayan range and to do some shopping. The Mall road is connected to the Ridge at the Scandal point, where a statue of the nationalist leader Lala Lajpat Rai has been erected. \",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Mall_Road_16593_1504696789.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1672,\"Title\":\"St. Michael&acirc;&euro;&trade;s Church\",\"Description\":\"St Michaels Cathedral in Shimla is a throwback to the Victorian era, dating back to 1886. The interiors of the cathedral are decorated in typical French- Gothic style architecture. Currently, the cathedral can hold a service of at least 400 people. Like other churches in India, St. Michael&amp;#039;s Cathedral incorporates a nave, a vestry, a confessional room, a baptistery room and two aisles. Organ in the church is considered to be the finest in North India.St. Michael&amp;#039;s Cathedral was once acknowledged as the &amp;#039;Ripon Place&amp;#039; because the building was in a construction process when Lord Ripon (1880-1884) was the Viceroy of India. It was the first Roman-Catholic church to be built in the hill station and was designed under the guidance of Henry Irwin, the then Superintendent Engineer and Architect of PWD in Shimla. All thanks to its beauty, grandeur and mirror work, the church is a great sight to look at moreover, it attracts devotees from all over India.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/St._Michael&acirc;&euro;&trade;s_Church_1_1530091691.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1546,\"Title\":\"Scandal Point\",\"Description\":\"The Scandal Point is actually the point of meeting of Mall Road with Ridge Road on the west side. It is an open area which serves as a place for meeting.The most common story told about the Scandal Point was that the Maharaja of Patiala was meeting with the British Viceroys daughter in 1982. He was banned by the British from entering Shimla. So he constructed a summer capital for himself at a small village called Chail. And the place of intersection of the Ridge and the Mall where he eloped with her came to be called as Scandal Point.The mystery behind the true story of Scandal Point name is still a mystery.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1051687,\"Long\":77.1723743,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Scandal_Point_1_1518276470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":946,\"Title\":\"Lakkar Bazaar\",\"Description\":\"Lakkar Bazar in Shimla is a place where tourists can spend an entire day shopping.Lakkar Bazaar is known for wooden toys made by a small group of Sikh carpenters who settled there a century ago from Hoshiarpur.The shops here offer wooden articles that are very popular among tourists. Visitors can also pick up a lot of souvenirs from this bazaar.  Wooden walking sticks found here are said to be of the best quality.After your exhausting shopping dayyou can also take the best in town Sita Rams chole bhature and aloo tikki.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1058233,\"Long\":77.1787114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Lakkar_Bazaar_1_1518413708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1175,\"Title\":\"Naggar Castle\",\"Description\":\"Naggar Castle is a famous castle located at a distance of 20km from Manali.It  is a magnificent historical structure which was built by Raja Sidhi Singh in 1460 AD.Naggar Castle is an impressive combination of European and Himalayan architecture. It has traditional architecture called Kathkooni, which uses a combination of stones and wooden beams. The castle provides awe inspiring views of the Kullu Valley and rests in peaceful reverie as the holy river of Beas flows merrily by.Naggar Castle is a beautiful combination of Indian and western sensibilities of architecture.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Naggar_Castle_16593_1518509589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2788,\"Title\":\"Hadimba Devi Temple (Hidimbi)\",\"Description\":\"Also known as the Hadimba Temple, Hidimbi Devi Temple is a unique shrine dedicated to Hadimba Devi, who was the wife of Bhima and mother of Ghatothkach, located amidst the snow covered hills of Manali, in the State of Him\\u0101chal Pradesh in north India. Surrounded by gorgeous cedar forests, this ancient cave temple is built on a rock which is believed to be in the image of the goddess herself. The structure was built in 1553 and the construction style of the temple is entirely different from that of any of the other temples, with its wooden doorways, walls, and cone-shaped roof.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2483,\"Long\":77.1808,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Devi_Temple_(Hidimbi)_16593_1521095055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1862,\"Title\":\"Vashishti Baths\",\"Description\":\"Vashisht Baths are natural hot water springs accompanied by beautiful sanstone temples.\\r\\nSituated on the banks of the gurgling Beas River in the picturesque hill station of Manali.\\r\\nthese baths are named after the great sage Vashisht, who was a teacher and adviser to Lord\\r\\nRama. Surrounded by pine trees and luxuriant vegetation, these are natural sulphur springs\\r\\nthat contains medicinal values and can cure skin related ailments. Elegant Turkish style\\r\\nshowers are connected to the springs through pipes for the convenience of visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2441506,\"Long\":77.1899427,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashishti_Baths_16593_1522070945.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1696,\"Title\":\"Sukhna Lake\",\"Description\":\"Sukhna Lake in Chandigarh, India, is a reservoir at the foothills of the Himalayas. This 3 km&sup2; rainfed lake was created in 1958 by damming the Sukhna Choe, a seasonal stream coming down from the Shivalik Hills.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7366797,\"Long\":76.8137088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Sukhna_Lake_5765_1504605412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492314,\"Name\":\"Regenta Inn Blossoms\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.03333889999999\",\"Long\":\"77.1283208\",\"Address\":\"NH3, Bandrol, Himachal Pradesh 175128, India\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492315,\"Name\":\"Hotel Snowcrests Manor\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.2512802\",\"Long\":\"77.17535219999999\",\"Address\":\"Log Huts Area Rd, Old Manali, Manali, Himachal Pradesh 175131, India\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1188,\"Title\":\"Naldehra Golf Club\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1601624,\"Long\":77.2290193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3127\\/thumb\\/Naldehra Golf Club_601.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1041,\"Title\":\"Mall Road\",\"Description\":\"The Mall Road is one of the most popular tourist attractions in Shimla that enfolds many hotels, restaurants, clubs, bars, banks, shops, offices, post offices, and tourist offices. People can walk up and down the Mall road slowly and enjoy the scenic views of the nature while sipping their favorite coffee. A lot of people gather at the Ridge and Scandal point on Mall road to meet and talk with friends, see the views of the Himalayan range and to do some shopping. The Mall road is connected to the Ridge at the Scandal point, where a statue of the nationalist leader Lala Lajpat Rai has been erected. \",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Mall_Road_16593_1504696789.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1672,\"Title\":\"St. Michael&acirc;&euro;&trade;s Church\",\"Description\":\"St Michaels Cathedral in Shimla is a throwback to the Victorian era, dating back to 1886. The interiors of the cathedral are decorated in typical French- Gothic style architecture. Currently, the cathedral can hold a service of at least 400 people. Like other churches in India, St. Michael&amp;#039;s Cathedral incorporates a nave, a vestry, a confessional room, a baptistery room and two aisles. Organ in the church is considered to be the finest in North India.St. Michael&amp;#039;s Cathedral was once acknowledged as the &amp;#039;Ripon Place&amp;#039; because the building was in a construction process when Lord Ripon (1880-1884) was the Viceroy of India. It was the first Roman-Catholic church to be built in the hill station and was designed under the guidance of Henry Irwin, the then Superintendent Engineer and Architect of PWD in Shimla. All thanks to its beauty, grandeur and mirror work, the church is a great sight to look at moreover, it attracts devotees from all over India.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/St._Michael&acirc;&euro;&trade;s_Church_1_1530091691.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1546,\"Title\":\"Scandal Point\",\"Description\":\"The Scandal Point is actually the point of meeting of Mall Road with Ridge Road on the west side. It is an open area which serves as a place for meeting.The most common story told about the Scandal Point was that the Maharaja of Patiala was meeting with the British Viceroys daughter in 1982. He was banned by the British from entering Shimla. So he constructed a summer capital for himself at a small village called Chail. And the place of intersection of the Ridge and the Mall where he eloped with her came to be called as Scandal Point.The mystery behind the true story of Scandal Point name is still a mystery.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1051687,\"Long\":77.1723743,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Scandal_Point_1_1518276470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":946,\"Title\":\"Lakkar Bazaar\",\"Description\":\"Lakkar Bazar in Shimla is a place where tourists can spend an entire day shopping.Lakkar Bazaar is known for wooden toys made by a small group of Sikh carpenters who settled there a century ago from Hoshiarpur.The shops here offer wooden articles that are very popular among tourists. Visitors can also pick up a lot of souvenirs from this bazaar.  Wooden walking sticks found here are said to be of the best quality.After your exhausting shopping dayyou can also take the best in town Sita Rams chole bhature and aloo tikki.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1058233,\"Long\":77.1787114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Lakkar_Bazaar_1_1518413708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1175,\"Title\":\"Naggar Castle\",\"Description\":\"Naggar Castle is a famous castle located at a distance of 20km from Manali.It  is a magnificent historical structure which was built by Raja Sidhi Singh in 1460 AD.Naggar Castle is an impressive combination of European and Himalayan architecture. It has traditional architecture called Kathkooni, which uses a combination of stones and wooden beams. The castle provides awe inspiring views of the Kullu Valley and rests in peaceful reverie as the holy river of Beas flows merrily by.Naggar Castle is a beautiful combination of Indian and western sensibilities of architecture.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Naggar_Castle_16593_1518509589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2788,\"Title\":\"Hadimba Devi Temple (Hidimbi)\",\"Description\":\"Also known as the Hadimba Temple, Hidimbi Devi Temple is a unique shrine dedicated to Hadimba Devi, who was the wife of Bhima and mother of Ghatothkach, located amidst the snow covered hills of Manali, in the State of Him\\u0101chal Pradesh in north India. Surrounded by gorgeous cedar forests, this ancient cave temple is built on a rock which is believed to be in the image of the goddess herself. The structure was built in 1553 and the construction style of the temple is entirely different from that of any of the other temples, with its wooden doorways, walls, and cone-shaped roof.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2483,\"Long\":77.1808,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Devi_Temple_(Hidimbi)_16593_1521095055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1862,\"Title\":\"Vashishti Baths\",\"Description\":\"Vashisht Baths are natural hot water springs accompanied by beautiful sanstone temples.\\r\\nSituated on the banks of the gurgling Beas River in the picturesque hill station of Manali.\\r\\nthese baths are named after the great sage Vashisht, who was a teacher and adviser to Lord\\r\\nRama. Surrounded by pine trees and luxuriant vegetation, these are natural sulphur springs\\r\\nthat contains medicinal values and can cure skin related ailments. Elegant Turkish style\\r\\nshowers are connected to the springs through pipes for the convenience of visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2441506,\"Long\":77.1899427,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashishti_Baths_16593_1522070945.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1696,\"Title\":\"Sukhna Lake\",\"Description\":\"Sukhna Lake in Chandigarh, India, is a reservoir at the foothills of the Himalayas. This 3 km&sup2; rainfed lake was created in 1958 by damming the Sukhna Choe, a seasonal stream coming down from the Shivalik Hills.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7366797,\"Long\":76.8137088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Sukhna_Lake_5765_1504605412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":5765,\"Title\":\"Chandigarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492317,\"Name\":\"Treebo Tryst SC Residency - Hotel in Zirakpur\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.662361\",\"Long\":\"76.835876\",\"Address\":\"5, Zirakpur-Panchkula-Kalka Hwy, Wadhawa Nagar, Dhakoli, Zirakpur, Haryana 140604, India\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":492316,\"Name\":\"Clarion Inn Sevilla\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.6616759\",\"Long\":\"76.8369166\",\"Address\":\"Shimla - Kalka Highway,, NH 7, Guru Gobind Singh Nagar, Dhakoli, Zirakpur, Haryana 160104, India\"},\"Images\":[],\"CityId\":5765,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1188,\"Title\":\"Naldehra Golf Club\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1601624,\"Long\":77.2290193,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3127\\/thumb\\/Naldehra Golf Club_601.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1041,\"Title\":\"Mall Road\",\"Description\":\"The Mall Road is one of the most popular tourist attractions in Shimla that enfolds many hotels, restaurants, clubs, bars, banks, shops, offices, post offices, and tourist offices. People can walk up and down the Mall road slowly and enjoy the scenic views of the nature while sipping their favorite coffee. A lot of people gather at the Ridge and Scandal point on Mall road to meet and talk with friends, see the views of the Himalayan range and to do some shopping. The Mall road is connected to the Ridge at the Scandal point, where a statue of the nationalist leader Lala Lajpat Rai has been erected. \",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Mall_Road_16593_1504696789.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1672,\"Title\":\"St. Michael&acirc;&euro;&trade;s Church\",\"Description\":\"St Michaels Cathedral in Shimla is a throwback to the Victorian era, dating back to 1886. The interiors of the cathedral are decorated in typical French- Gothic style architecture. Currently, the cathedral can hold a service of at least 400 people. Like other churches in India, St. Michael&amp;#039;s Cathedral incorporates a nave, a vestry, a confessional room, a baptistery room and two aisles. Organ in the church is considered to be the finest in North India.St. Michael&amp;#039;s Cathedral was once acknowledged as the &amp;#039;Ripon Place&amp;#039; because the building was in a construction process when Lord Ripon (1880-1884) was the Viceroy of India. It was the first Roman-Catholic church to be built in the hill station and was designed under the guidance of Henry Irwin, the then Superintendent Engineer and Architect of PWD in Shimla. All thanks to its beauty, grandeur and mirror work, the church is a great sight to look at moreover, it attracts devotees from all over India.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1048145,\"Long\":77.1734033,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/St._Michael&acirc;&euro;&trade;s_Church_1_1530091691.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1546,\"Title\":\"Scandal Point\",\"Description\":\"The Scandal Point is actually the point of meeting of Mall Road with Ridge Road on the west side. It is an open area which serves as a place for meeting.The most common story told about the Scandal Point was that the Maharaja of Patiala was meeting with the British Viceroys daughter in 1982. He was banned by the British from entering Shimla. So he constructed a summer capital for himself at a small village called Chail. And the place of intersection of the Ridge and the Mall where he eloped with her came to be called as Scandal Point.The mystery behind the true story of Scandal Point name is still a mystery.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1051687,\"Long\":77.1723743,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Scandal_Point_1_1518276470.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":946,\"Title\":\"Lakkar Bazaar\",\"Description\":\"Lakkar Bazar in Shimla is a place where tourists can spend an entire day shopping.Lakkar Bazaar is known for wooden toys made by a small group of Sikh carpenters who settled there a century ago from Hoshiarpur.The shops here offer wooden articles that are very popular among tourists. Visitors can also pick up a lot of souvenirs from this bazaar.  Wooden walking sticks found here are said to be of the best quality.After your exhausting shopping dayyou can also take the best in town Sita Rams chole bhature and aloo tikki.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1058233,\"Long\":77.1787114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Lakkar_Bazaar_1_1518413708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1175,\"Title\":\"Naggar Castle\",\"Description\":\"Naggar Castle is a famous castle located at a distance of 20km from Manali.It  is a magnificent historical structure which was built by Raja Sidhi Singh in 1460 AD.Naggar Castle is an impressive combination of European and Himalayan architecture. It has traditional architecture called Kathkooni, which uses a combination of stones and wooden beams. The castle provides awe inspiring views of the Kullu Valley and rests in peaceful reverie as the holy river of Beas flows merrily by.Naggar Castle is a beautiful combination of Indian and western sensibilities of architecture.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Naggar_Castle_16593_1518509589.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2788,\"Title\":\"Hadimba Devi Temple (Hidimbi)\",\"Description\":\"Also known as the Hadimba Temple, Hidimbi Devi Temple is a unique shrine dedicated to Hadimba Devi, who was the wife of Bhima and mother of Ghatothkach, located amidst the snow covered hills of Manali, in the State of Him\\u0101chal Pradesh in north India. Surrounded by gorgeous cedar forests, this ancient cave temple is built on a rock which is believed to be in the image of the goddess herself. The structure was built in 1553 and the construction style of the temple is entirely different from that of any of the other temples, with its wooden doorways, walls, and cone-shaped roof.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2483,\"Long\":77.1808,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Devi_Temple_(Hidimbi)_16593_1521095055.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1862,\"Title\":\"Vashishti Baths\",\"Description\":\"Vashisht Baths are natural hot water springs accompanied by beautiful sanstone temples.\\r\\nSituated on the banks of the gurgling Beas River in the picturesque hill station of Manali.\\r\\nthese baths are named after the great sage Vashisht, who was a teacher and adviser to Lord\\r\\nRama. Surrounded by pine trees and luxuriant vegetation, these are natural sulphur springs\\r\\nthat contains medicinal values and can cure skin related ailments. Elegant Turkish style\\r\\nshowers are connected to the springs through pipes for the convenience of visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2441506,\"Long\":77.1899427,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashishti_Baths_16593_1522070945.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1696,\"Title\":\"Sukhna Lake\",\"Description\":\"Sukhna Lake in Chandigarh, India, is a reservoir at the foothills of the Himalayas. This 3 km&sup2; rainfed lake was created in 1958 by damming the Sukhna Choe, a seasonal stream coming down from the Shivalik Hills.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.7366797,\"Long\":76.8137088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5765\\/sightseeing\\/Sukhna_Lake_5765_1504605412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1480,\"Title\":\"Rock Garden\",\"Description\":\"Chandigarh has the distinction of having a unique world-acclaimed Rock Garden. It consists of art objects, fashioned from industrial and urban waste. It is situated between the Capitol Complex and Rock Garden of Chandigarh Sukhna Lake in Sector 1. It nestles amidst 20 acres of woods in the form of an open air exhibition hall, theatre trove and a miniature maze all rolled into one vast fantasy land of art and landscape. It is without doubt, a tourist spot that is a must on the itinerary of every visitor to Chandigarh.\\r\\nRock Garden consists of man-made interlinked waterfalls and many other sculptures that have been made of scrap and other kinds of wastes (bottles, glasses, bangles, tiles, ceramic pots, sinks, electrical waste, etc.) which are placed in the walled paths. The sculptures are mainly made from recycled ceramic.\",\"CurrencyType\":0,\"CityId\":5765,\"CityName\":\"Chandigarh\",\"Lat\":30.752535,\"Long\":76.8101038,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/83\\/thumb\\/Rock Garden_285.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"221699\",\"Title\":\"Arrive in Chandigarh and transfer to Shimla ( 130 Km \\/ 3 & 1\\/2 hour drive)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Arrive in Chandigarh. Meet &amp; greet at Airport or Railway station and drive straight to Shimla.<\\/p>\\r\\n\\r\\n<p>Afternoon, arrive in Shimla and check in at Airport.<\\/p>\\r\\n\\r\\n<p>Shimla-&nbsp;Shimla is the capital of the northern Indian state of Himachal Pradesh, in the Himalayan foothills. Once the summer capital of British India, it remains the terminus of the narrow-gauge Kalka-Shimla Railway, completed in 1903. It&rsquo;s also known for the handicraft shops that line The Mall, a pedestrian avenue, as well as the Lakkar Bazaar, a market specializing in wooden toys and crafts<\\/p>\\r\\n\\r\\n<p>Spend time walking around Mall road and return to the hotel. Dinner and Overnight at Hotel<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492312,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492313,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1046,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221701\",\"Title\":\"In Shimla- Full day sightseeing tour\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Morning, breakfast at the hotel.<\\/p>\\r\\n\\r\\n<p>Today morning after a filling delicious breakfast, visit Naldhera. It boasts of the oldest 9 hole golf course in the country. Crowned with a springing turf the Golf Course was suggested by Lord Curzon. He was so enchanted by the place that he gave his daughter Alexendra, &quot;Naldehra&quot; as her second name. The Naga temple is also situated here and Naldehra derives its name from it.<\\/p>\\r\\n\\r\\n<p>Later drive to Naldhera and Kufri for the sightseing . The salubrious climate and stunning natural beauty makes Kufri a perfect summer getaway. Kufri is also a haven for nature enthusiasts and wildlife lovers as the Himalayan Nature Park is situated on the outskirts of the town. The Park is home to over 180 varieties of fauna. Visit Kufri Fun Campus.<\\/p>\\r\\n\\r\\n<p>Thereafter visit the famous mall road of Shimla. Visit the Scandal Point, Jhakoo Temple (private vehicles do not have access to Jhakoo temple because of the location. The guests can take a taxi available on Mall Road and visit the temple. It&rsquo;s advisable to visit the temple before it turns dark; hence the guests can first visit the temple and then spend time on the mall road.) After ample of Shopping time, return to your hotel for a mouth watering dinner.<\\/p>\\r\\n\\r\\n<p>Dinner and Overnight at hotel<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492312,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492313,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1188,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1041,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1672,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1546,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":946,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221703\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221705\",\"Title\":\"Check out from Hotel. Drive to Manali (.280 Km \\/7-8 Hour drive)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Morning, breakfast at the hotel. Check out.<\\/p>\\r\\n\\r\\n<p>Later on, drive to Manali through scenic Kullu Valley.<\\/p>\\r\\n\\r\\n<p>Late Afternoon, arrive in Manali and checkin at Hotel.<\\/p>\\r\\n\\r\\n<p>Manali-&nbsp;Manali is a high-altitude Himalayan resort town in India&rsquo;s northern Himachal Pradesh state. It has a reputation as a backpacking center and honeymoon destination. Set on the Beas River, it&rsquo;s a gateway for skiing in the Solang Valley and trekking in Parvati Valley. It&#39;s also a jumping-off point for paragliding, rafting and mountaineering in the Pir Panjal mountains, home to 4,000m-high Rohtang Pass.<\\/p>\\r\\n\\r\\n<p>Evening, take a walk at the Mall road and enjoy the weather and beauty of the valley.<\\/p>\\r\\n\\r\\n<p>Dinner and Overnight at Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492314,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492315,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1041,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221707\",\"Title\":\"In Manali- Excursion to Solang Valley\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Morning, breakfast at the hote,proceed to&nbsp;&nbsp;enjoy a breathtaking drive to famous Solang Valley. Solang Valley, locally known as Solang Nullah, is renowned as the preferred location for adventure activities in Himachal Pradesh. For those who love the rush of adrenaline; there is no place better than Solang in Kullu Valley to indulge in parachuting, paragliding, skating and zorbing. It is 8500 feet above mean sea level. Solang is not just about adventure activities. Its lush greenery, apple orchards, snowcapped peaks and lakes attracts lacs of visitors. Return to hotel by the evening.<\\/p>\\r\\n\\r\\n<p>Dinner and overnight in hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492314,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492315,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221709\",\"Title\":\"In Manali- Local Sightseeing tour with Naggar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Morning, breakfast at the hotel.<\\/p>\\r\\n\\r\\n<p>Drive to&nbsp; Naggar. Naggar was the former capital of Kullu. It was founded by Raja Visudhpal and continued as a headquarters of the State until the capital was transferred to Sultanpur (Kullu) by Jagat Singh in 1460 A.D. Today this ancient and beautiful Palace is a popular tourist spot.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Afternoon, return to Manali and enjoy the local Sightseeing. Visit Hadimba Temple, Vashisth Kund. Hadimba temple, Also known as the Doongri Temple, is a four-tiered pagoda-like wooden temple standing in deodar trees and has beautiful carvings on its ornamental door. Dedicated to Hadimba, the wife of Bhim, this temple is the venue for an annual fair held during May. Vashishta Springs, are located across the Beas River, about 3 km away from Manali, at an altitude of 1,982 meters (6,200 feet) and are the natural sulphur hot springs. Enjoy the evening on the mall road where you can buy souvenirs and handicrafts (on your own).<\\/p>\\r\\n\\r\\n<p>Dinner and Overnight in hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492314,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492315,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1175,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2788,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1862,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1041,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221711\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221713\",\"Title\":\"Drive from Manali to Chandigarh (Approx. 300 km \\/ 8-9 hour drive)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Early,Morning, breakfast at the hotel. Check out<\\/p>\\r\\n\\r\\n<p>Depart by sufare to Zirakpur\\/Panchkula&nbsp; en route visit the famous Vaishno Mata Temple in Kullu.<\\/p>\\r\\n\\r\\n<p>Late Aftaernoon, arrive in Chandigarh and check in at hotel.<\\/p>\\r\\n\\r\\n<p>Visit the famous Chandigarh Sukhna Lake and Sec17 Market and shopping.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492317,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492316,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1696,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"221715\",\"Title\":\"Check out and transfer to AIrport or Railway station.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Monring, breakfast at the hotel. Check out .<\\/p>\\r\\n\\r\\n<p>Visit the famous Rock Gardens and later on transfer to the AIrport or Railway station to connect Flight\\/Train to the onward destination.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5765,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1480,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31154\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21424.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18746,\"priceDoubleOcc\":\"21424.00\",\"priceSingleOcc\":44496,\"priceExtraBed\":\"12360.00\",\"priceWithoutBed\":\"8755.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21424.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19089,\"priceDoubleOcc\":\"21939.00\",\"priceSingleOcc\":45011,\"priceExtraBed\":\"12360.00\",\"priceWithoutBed\":\"8755.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21939.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19673,\"priceDoubleOcc\":\"22814.50\",\"priceSingleOcc\":45886.5,\"priceExtraBed\":\"12360.00\",\"priceWithoutBed\":\"8755.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22814.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20257,\"priceDoubleOcc\":\"23690.00\",\"priceSingleOcc\":46762,\"priceExtraBed\":\"12360.00\",\"priceWithoutBed\":\"8755.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20806,\"priceDoubleOcc\":\"24514.00\",\"priceSingleOcc\":47586,\"priceExtraBed\":\"12360.00\",\"priceWithoutBed\":\"8755.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24514.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22729,\"priceDoubleOcc\":\"27398.00\",\"priceSingleOcc\":50470,\"priceExtraBed\":\"12360.00\",\"priceWithoutBed\":\"8755.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27398.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31155\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27604.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24754,\"priceDoubleOcc\":\"27604.00\",\"priceSingleOcc\":55929,\"priceExtraBed\":\"17510.00\",\"priceWithoutBed\":\"12875.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27604.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25201,\"priceDoubleOcc\":\"28273.50\",\"priceSingleOcc\":56598.5,\"priceExtraBed\":\"17510.00\",\"priceWithoutBed\":\"12875.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28273.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25716,\"priceDoubleOcc\":\"29046.00\",\"priceSingleOcc\":57371,\"priceExtraBed\":\"17510.00\",\"priceWithoutBed\":\"12875.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29046.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26265,\"priceDoubleOcc\":\"29870.00\",\"priceSingleOcc\":58195,\"priceExtraBed\":\"17510.00\",\"priceWithoutBed\":\"12875.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29870.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26780,\"priceDoubleOcc\":\"30642.50\",\"priceSingleOcc\":58967.5,\"priceExtraBed\":\"17510.00\",\"priceWithoutBed\":\"12875.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30642.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28874,\"priceDoubleOcc\":\"33784.00\",\"priceSingleOcc\":62109,\"priceExtraBed\":\"17510.00\",\"priceWithoutBed\":\"12875.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33784.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31154\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22880.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20020,\"priceDoubleOcc\":\"22880.00\",\"priceSingleOcc\":47520,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"9350.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20387,\"priceDoubleOcc\":\"23430.00\",\"priceSingleOcc\":48070,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"9350.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23430.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21010,\"priceDoubleOcc\":\"24365.00\",\"priceSingleOcc\":49005,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"9350.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24365.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21633,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":49940,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"9350.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22220,\"priceDoubleOcc\":\"26180.00\",\"priceSingleOcc\":50820,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"9350.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26180.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24273,\"priceDoubleOcc\":\"29260.00\",\"priceSingleOcc\":53900,\"priceExtraBed\":\"13200.00\",\"priceWithoutBed\":\"9350.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29260.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31155\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29480.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26437,\"priceDoubleOcc\":\"29480.00\",\"priceSingleOcc\":59730,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"13750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29480.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26913,\"priceDoubleOcc\":\"30195.00\",\"priceSingleOcc\":60445,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"13750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30195.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27463,\"priceDoubleOcc\":\"31020.00\",\"priceSingleOcc\":61270,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"13750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28050,\"priceDoubleOcc\":\"31900.00\",\"priceSingleOcc\":62150,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"13750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"32725.00\",\"priceSingleOcc\":62975,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"13750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-09\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30837,\"priceDoubleOcc\":\"36080.00\",\"priceSingleOcc\":66330,\"priceExtraBed\":\"18700.00\",\"priceWithoutBed\":\"13750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"221699\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[221699],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221701\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[221701],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221703\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221703],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221705\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[221705],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221707\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[221707],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221709\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[221709],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221711\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221711],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221713\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[221713],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"221715\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[221715],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Shimla,Manali,Chandigarh', 'Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Chandigarh', NULL, '1,16593,5765', 21424, 36080, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'himachal-enchanting-himalayas', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(40, 31442, 1, 9840, 0, 0, 0, 'Wildlife,Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31442,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;05 Nights\\/ 06 Days tour of Agra, Bharatpur, Ranthambore and Jaipur&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":9935,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9935,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Agra\",\"SourcePlaceSysId\":266,\"AgencyName\":\"India Now Journeys\",\"Name\":\"Blend of  Rajasthan with Agra\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7685\",\"SupplierName\":\"India Now Journeys Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,B\\/fast & Dinner,Airport Transfers,Train Station Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Wildlife,Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492807,\"Name\":\"Hotel Taj Villa-Agra\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.1560138\",\"Long\":\"78.050573\",\"Address\":\"A-21, Fatehabad Rd, behind KFC, Taj Nagri Phase 2, Tajganj, Agra, Uttar Pradesh 282001, India\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492808,\"Name\":\"Crystal Sarovar Premiere\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.1572614\",\"Long\":\"78.0508423\",\"Address\":\"Fatehabad Rd, near KFC, Tajganj, Agra, Uttar Pradesh 282001, India\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492809,\"Name\":\"Hotel Trident Agra\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.1594096\",\"Long\":\"78.05991329999999\",\"Address\":\"Fatehabad Road Near TDI Mall, Basai Khurd, Tajganj, Agra, Uttar Pradesh 282001, India\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1797,\"Title\":\"Tomb of Akbar the Great (Sikandra)\",\"Description\":\"Akbar&amp;rsquo;s tomb is the resting place of Akbar, one of the greatest Mughal Emperor. The tomb is built during 17th century on an area of 119 acres. Akbar supervised the construction of the tomb himself during his time. The rest of the tomb was completed by his son Jahangir after Akbars death.The entire tomb is constructed of red sandstone(by Akbar) but the top storey is constructed of white marble(by Jahangir). \\r\\nThe monument has Mughal elements like red sandstone and marble with inlay works and geometric patterns. The shape of tomb is pyramidal and consists of five storeys. It has four gates and the south gate is the largest one. The false tomb is found in the ground floor while the real tomb is located in the basement, close for tourist.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.2205556,\"Long\":77.9505086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Tomb_of_Akbar_the_Great_(Sikan_266_1519650092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3567,\"Title\":\"Sadar Bazar\",\"Description\":\"Sadar Bazar is one of Agra&amp;rsquo;s most famous markets, this is also a great place to buy marble inlay items such as table tops, coasters, vases, boxes and other souvenirs.\\r\\nAgra is known for its leather products, it is home to Asia&amp;rsquo;s largest shoe manufacturing industry, which makes Sadar Bazaar the best place to buy leather items such as belts, gloves, footwear, bags, wallet, and jackets. The famous souvenir of Agra is the sweetmeat shop- Pancchi Petha, the original one is in Sadar Bazaar and their Pethas are worth a try. The bazaar is extremely popular for its street food&amp;mdash;soya chaap (soya baked on skewers) and momos. Many tourists also prefer to eat at Mama Franky.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1587371,\"Long\":78.0100124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Sadar_Bazar_266_1518527110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":5878,\"Title\":\"Bharatpur National Park\",\"Description\":\"Now known as the Keoladeo National Park, Bharatpur National Park is a famous bird watching paradise and is listed among UNESCO&amp;#039;s World Heritage sites . These diverse habitats are home to 366 bird species, 379 floral species, 50 species of fish, 13 species of snakes, 5 species of lizards, 7 amphibian species,7 turtle species, and a variety of other invertebrates.\",\"CurrencyType\":0,\"CityId\":3130,\"CityName\":\"Bharatpur\",\"Lat\":27.159269,\"Long\":77.5231999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2719\\/sightseeing\\/Bharatpur_National_Park_2719_1528887721.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":6036,\"Title\":\"Ranthambhore Fort, Rajasthan, India\",\"Description\":\"This fort possesses beautiful architecture and is situated in the middle of Vindhya and Aravali hills. The fort is huge and spreads across vast geographical area. The infrastructure of the fort is marked by various Hindu and Jain temples and a mosque.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0212605,\"Long\":76.4520804,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambhore_Fort,_Rajasthan,__22593_1529394306.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":3130,\"Title\":\"Bharatpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492811,\"Name\":\"Hotel Shiv Vilas Palace\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.1973907\",\"Long\":\"77.52310539999999\",\"Address\":\"Saras Chauraha, NH-21, Agra Rd, Bharatpur, Rajasthan 321001, India\"},\"Images\":[],\"CityId\":3130,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492810,\"Name\":\"Pride Kadamb Kunj Resort Bharatpur\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.19077489999999\",\"Long\":\"77.53260209999999\",\"Address\":\"NH 11, Fatehpur Sikri Road, near Bird Sanctuary, Bharatpur, Rajasthan 321001, India\"},\"Images\":[],\"CityId\":3130,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492812,\"Name\":\"Amritara Chandra Mahal Haveli\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.166219\",\"Long\":\"77.28702779999999\",\"Address\":\"Jaipur -Agra Road, Paharsar, Nadbai, Bharatpur, Rajasthan 321001, India\"},\"Images\":[],\"CityId\":3130,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1797,\"Title\":\"Tomb of Akbar the Great (Sikandra)\",\"Description\":\"Akbar&amp;rsquo;s tomb is the resting place of Akbar, one of the greatest Mughal Emperor. The tomb is built during 17th century on an area of 119 acres. Akbar supervised the construction of the tomb himself during his time. The rest of the tomb was completed by his son Jahangir after Akbars death.The entire tomb is constructed of red sandstone(by Akbar) but the top storey is constructed of white marble(by Jahangir). \\r\\nThe monument has Mughal elements like red sandstone and marble with inlay works and geometric patterns. The shape of tomb is pyramidal and consists of five storeys. It has four gates and the south gate is the largest one. The false tomb is found in the ground floor while the real tomb is located in the basement, close for tourist.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.2205556,\"Long\":77.9505086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Tomb_of_Akbar_the_Great_(Sikan_266_1519650092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3567,\"Title\":\"Sadar Bazar\",\"Description\":\"Sadar Bazar is one of Agra&amp;rsquo;s most famous markets, this is also a great place to buy marble inlay items such as table tops, coasters, vases, boxes and other souvenirs.\\r\\nAgra is known for its leather products, it is home to Asia&amp;rsquo;s largest shoe manufacturing industry, which makes Sadar Bazaar the best place to buy leather items such as belts, gloves, footwear, bags, wallet, and jackets. The famous souvenir of Agra is the sweetmeat shop- Pancchi Petha, the original one is in Sadar Bazaar and their Pethas are worth a try. The bazaar is extremely popular for its street food&amp;mdash;soya chaap (soya baked on skewers) and momos. Many tourists also prefer to eat at Mama Franky.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1587371,\"Long\":78.0100124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Sadar_Bazar_266_1518527110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":5878,\"Title\":\"Bharatpur National Park\",\"Description\":\"Now known as the Keoladeo National Park, Bharatpur National Park is a famous bird watching paradise and is listed among UNESCO&amp;#039;s World Heritage sites . These diverse habitats are home to 366 bird species, 379 floral species, 50 species of fish, 13 species of snakes, 5 species of lizards, 7 amphibian species,7 turtle species, and a variety of other invertebrates.\",\"CurrencyType\":0,\"CityId\":3130,\"CityName\":\"Bharatpur\",\"Lat\":27.159269,\"Long\":77.5231999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2719\\/sightseeing\\/Bharatpur_National_Park_2719_1528887721.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":6036,\"Title\":\"Ranthambhore Fort, Rajasthan, India\",\"Description\":\"This fort possesses beautiful architecture and is situated in the middle of Vindhya and Aravali hills. The fort is huge and spreads across vast geographical area. The infrastructure of the fort is marked by various Hindu and Jain temples and a mosque.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0212605,\"Long\":76.4520804,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambhore_Fort,_Rajasthan,__22593_1529394306.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":22593,\"Title\":\"Ranthambore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492813,\"Name\":\"Glitz Ranthambore Safari Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.0262559\",\"Long\":\"76.3885863\",\"Address\":\"Opposite Fateh Villa Ranthambore Raod, Saw\\u0101i M\\u0101dhopur, Sawai Madhopur, Rajasthan 322001, India\"},\"Images\":[],\"CityId\":22593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492814,\"Name\":\"WelcomHeritage Mount Valley Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.0202042\",\"Long\":\"76.3798237\",\"Address\":\"Ranthambhore Rd, near Vivekanandapuram, Vivekanandapuram Colony, Sawai Madhopur, Rajasthan 322001, India\"},\"Images\":[],\"CityId\":22593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492815,\"Name\":\"Nahargarh Ranthambhore\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.04678479999999\",\"Long\":\"76.4033192\",\"Address\":\"Ranthambhore Rd, Khilchipur, Rajasthan 322001, India\"},\"Images\":[],\"CityId\":22593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1797,\"Title\":\"Tomb of Akbar the Great (Sikandra)\",\"Description\":\"Akbar&amp;rsquo;s tomb is the resting place of Akbar, one of the greatest Mughal Emperor. The tomb is built during 17th century on an area of 119 acres. Akbar supervised the construction of the tomb himself during his time. The rest of the tomb was completed by his son Jahangir after Akbars death.The entire tomb is constructed of red sandstone(by Akbar) but the top storey is constructed of white marble(by Jahangir). \\r\\nThe monument has Mughal elements like red sandstone and marble with inlay works and geometric patterns. The shape of tomb is pyramidal and consists of five storeys. It has four gates and the south gate is the largest one. The false tomb is found in the ground floor while the real tomb is located in the basement, close for tourist.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.2205556,\"Long\":77.9505086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Tomb_of_Akbar_the_Great_(Sikan_266_1519650092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3567,\"Title\":\"Sadar Bazar\",\"Description\":\"Sadar Bazar is one of Agra&amp;rsquo;s most famous markets, this is also a great place to buy marble inlay items such as table tops, coasters, vases, boxes and other souvenirs.\\r\\nAgra is known for its leather products, it is home to Asia&amp;rsquo;s largest shoe manufacturing industry, which makes Sadar Bazaar the best place to buy leather items such as belts, gloves, footwear, bags, wallet, and jackets. The famous souvenir of Agra is the sweetmeat shop- Pancchi Petha, the original one is in Sadar Bazaar and their Pethas are worth a try. The bazaar is extremely popular for its street food&amp;mdash;soya chaap (soya baked on skewers) and momos. Many tourists also prefer to eat at Mama Franky.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1587371,\"Long\":78.0100124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Sadar_Bazar_266_1518527110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":5878,\"Title\":\"Bharatpur National Park\",\"Description\":\"Now known as the Keoladeo National Park, Bharatpur National Park is a famous bird watching paradise and is listed among UNESCO&amp;#039;s World Heritage sites . These diverse habitats are home to 366 bird species, 379 floral species, 50 species of fish, 13 species of snakes, 5 species of lizards, 7 amphibian species,7 turtle species, and a variety of other invertebrates.\",\"CurrencyType\":0,\"CityId\":3130,\"CityName\":\"Bharatpur\",\"Lat\":27.159269,\"Long\":77.5231999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2719\\/sightseeing\\/Bharatpur_National_Park_2719_1528887721.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":6036,\"Title\":\"Ranthambhore Fort, Rajasthan, India\",\"Description\":\"This fort possesses beautiful architecture and is situated in the middle of Vindhya and Aravali hills. The fort is huge and spreads across vast geographical area. The infrastructure of the fort is marked by various Hindu and Jain temples and a mosque.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0212605,\"Long\":76.4520804,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambhore_Fort,_Rajasthan,__22593_1529394306.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492816,\"Name\":\"Hotel Sarang Palace\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9313179\",\"Long\":\"75.8042787\",\"Address\":\"A-40, Shiv Vihar Colony, Shastri Nagar, Jaipur, Rajasthan 302016, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492817,\"Name\":\"Park Prime\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9090993\",\"Long\":\"75.8027106\",\"Address\":\"C-59, Prithviraj Rd, Panch Batti, C Scheme, Ashok Nagar, Jaipur, Rajasthan 302001, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492818,\"Name\":\"Shahpura House\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.927814\",\"Long\":\"75.78774100000001\",\"Address\":\"D-257, Devi Marg, Bani Park, Jaipur, Rajasthan 302016, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1797,\"Title\":\"Tomb of Akbar the Great (Sikandra)\",\"Description\":\"Akbar&amp;rsquo;s tomb is the resting place of Akbar, one of the greatest Mughal Emperor. The tomb is built during 17th century on an area of 119 acres. Akbar supervised the construction of the tomb himself during his time. The rest of the tomb was completed by his son Jahangir after Akbars death.The entire tomb is constructed of red sandstone(by Akbar) but the top storey is constructed of white marble(by Jahangir). \\r\\nThe monument has Mughal elements like red sandstone and marble with inlay works and geometric patterns. The shape of tomb is pyramidal and consists of five storeys. It has four gates and the south gate is the largest one. The false tomb is found in the ground floor while the real tomb is located in the basement, close for tourist.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.2205556,\"Long\":77.9505086,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Tomb_of_Akbar_the_Great_(Sikan_266_1519650092.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3567,\"Title\":\"Sadar Bazar\",\"Description\":\"Sadar Bazar is one of Agra&amp;rsquo;s most famous markets, this is also a great place to buy marble inlay items such as table tops, coasters, vases, boxes and other souvenirs.\\r\\nAgra is known for its leather products, it is home to Asia&amp;rsquo;s largest shoe manufacturing industry, which makes Sadar Bazaar the best place to buy leather items such as belts, gloves, footwear, bags, wallet, and jackets. The famous souvenir of Agra is the sweetmeat shop- Pancchi Petha, the original one is in Sadar Bazaar and their Pethas are worth a try. The bazaar is extremely popular for its street food&amp;mdash;soya chaap (soya baked on skewers) and momos. Many tourists also prefer to eat at Mama Franky.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1587371,\"Long\":78.0100124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Sadar_Bazar_266_1518527110.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":499,\"Title\":\"Fatehpur Sikri\",\"Description\":\"Fatehpur Sikri is one of the mostly visited spots in India, listed among the World Heritage sites. It is an important specimen of the Mughal dynasty, situated at an easy distance from the city of Agra in the state of Uttar Pradesh. Fatehpur Sikri was made the political capital of the Mughal Empire by Emperor Akbar from the period of 1571 to 1585. There are majestic buildings built by Akbar in Fatehpur Sikri. These buildings are blend of Mughal and Persian architecture. Fatehpur Sikri consists of beautiful monuments includes, Buland Darwaza (largest gateway in the world), Diwan-i-Khas- Hall, Panch Mahal, Tomb of Salim Chisti, the Palace of Jodha Bai, Birbal Bhawan, Diwan-i-Aam and Karawan Serai.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1572276,\"Long\":78.0102828,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Fatehpur_Sikri_266_1518516693.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":5878,\"Title\":\"Bharatpur National Park\",\"Description\":\"Now known as the Keoladeo National Park, Bharatpur National Park is a famous bird watching paradise and is listed among UNESCO&amp;#039;s World Heritage sites . These diverse habitats are home to 366 bird species, 379 floral species, 50 species of fish, 13 species of snakes, 5 species of lizards, 7 amphibian species,7 turtle species, and a variety of other invertebrates.\",\"CurrencyType\":0,\"CityId\":3130,\"CityName\":\"Bharatpur\",\"Lat\":27.159269,\"Long\":77.5231999,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/2719\\/sightseeing\\/Bharatpur_National_Park_2719_1528887721.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":6036,\"Title\":\"Ranthambhore Fort, Rajasthan, India\",\"Description\":\"This fort possesses beautiful architecture and is situated in the middle of Vindhya and Aravali hills. The fort is huge and spreads across vast geographical area. The infrastructure of the fort is marked by various Hindu and Jain temples and a mosque.\",\"CurrencyType\":0,\"CityId\":22593,\"CityName\":\"Ranthambore\",\"Lat\":26.0212605,\"Long\":76.4520804,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/22593\\/sightseeing\\/Ranthambhore_Fort,_Rajasthan,__22593_1529394306.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223593\",\"Title\":\"Arrive in Aga\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrive in Agra by Flight or Train.&nbsp; Meet &amp; Greet by our professional representative .<\\/p>\\r\\n\\r\\n<p>Transfer to Hotel and Check in. Relax<\\/p>\\r\\n\\r\\n<p>Afternoon, Visit the Agra fort and Sikandra.<\\/p>\\r\\n\\r\\n<p>Evening, enjoy the local market.&nbsp;Overnight at Hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492807,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492808,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492809,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1797,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3567,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223596\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223599\",\"Title\":\"Morning visit the Taj Mahal and drive to Bharatpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Early morning Tea\\/coffee at hotel. Visit the Taj Mahal.<\\/p>\\r\\n\\r\\n<p>Return to the hotel, Breakfast .<\\/p>\\r\\n\\r\\n<p>Check out from the hotel. Drive to Bharatpur en route visiting the famous UNESCO Monument- Fatehpur Sikri<\\/p>\\r\\n\\r\\n<p>Fatehpur Sikri is a small city in northern India, just west of Agra, founded by a 16th-century Mughal emperor. Red sandstone buildings cluster at its center. Buland Darwaza gate is the entrance to Jama Masjid mosque. Nearby is the marble Tomb of Salim Chishti. Diwan-E-Khas hall has a carved central pillar. Jodha Bais Palace is a mix of Hindu and Mughal styles, next to the 5-story Panch Mahal that overlooks the site.<\\/p>\\r\\n\\r\\n<p>Enjoy the beautiful Monument and drive to Bharatpur.<\\/p>\\r\\n\\r\\n<p>Arrive in Bharatpur and check in at hotel.<\\/p>\\r\\n\\r\\n<p>Bharatpur is an Indian city in eastern Rajasthan. At its center is the 18th-century Lohagarh Fort, surrounded by a moat. Inside the fort is the Government Museum, which displays artifacts of local rajas. Just south, carved statues of Hindu gods fill Ganga Mandir and the sandstone Laxman Mandir temples. South of the city, Keoladeo National Park is a major bird sanctuary with hundreds of species<\\/p>\\r\\n\\r\\n<p>Lateron, visit the famous Bharatpur ird Sanctuary and Museum.<\\/p>\\r\\n\\r\\n<p>Overnight at hotel<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3130,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492811,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492810,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492812,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1716,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":499,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5878,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223602\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3130,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223605\",\"Title\":\"Drive from Bharatpur to Ranthambore- (240 Km\\/ 4 hour Drive)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Monring, breakfast at the hotel.<\\/p>\\r\\n\\r\\n<p>Check out and drive to Ranthambore.<\\/p>\\r\\n\\r\\n<p>Arrive in Ranthambore and check in at hotel.<\\/p>\\r\\n\\r\\n<p>Ranthambore National Park is a vast wildlife reserve near the town of Sawai Madhopur in Rajasthan, northern India. It is a former royal hunting ground and home to tigers, leopards and marsh crocodiles. Its landmarks include the imposing 10th-century Ranthambore Fort, on a hilltop, and the Ganesh Mandir temple. Also in the park, Padam Talao Lake is known for its abundance of water lilies.<\\/p>\\r\\n\\r\\n<p>Afternoon, enjoy the Canter Safari inside the Ranthambore National Park.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492813,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492814,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492815,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6036,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223608\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":22593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223611\",\"Title\":\"Morning Jungle Safari, later on, transfer to Jaipur (180 Km\\/ 3-4 Hour drive)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Early Morning Tea\\/Coffee at hotel and prepare to proceed to Jungle Safari in Canter&nbsp; (3 Hour safari).<\\/p>\\r\\n\\r\\n<p>Retrun to hotel, Breakfast. Later on, check out and depart to Jaipur (3 Hour drive).<\\/p>\\r\\n\\r\\n<p>Afternoon, arrive in Jaipur and check in at Hotel.<\\/p>\\r\\n\\r\\n<p>Evening, visit the famous Birla Temple, local Pnik City bazaars and enjoy the culture &amp; sumptuous cuisines of Rajasthan.<\\/p>\\r\\n\\r\\n<p>Overnight at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492816,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492817,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492818,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":216,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223614\",\"Title\":\"In Jaipur- Full day sightseeing tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>&nbsp;After breakfast at the hotel, proceed for the sightseeing of Jaipur city&nbsp; visiting Amber Fort, which was the ancient capital of the State. Further,&nbsp; visit the Hall of Victory or the Sheesh Mahal glittering with mirrors. Ascend the Fort on Elephant back (On Own) . In the afternoon,&nbsp; visit the famous Wind Palace (Hawa Mahal), Observatory.and City Palace<\\/p>\\r\\n\\r\\n<p>Jaipur is the capital of India&rsquo;s Rajasthan state. It evokes the royal family that once ruled the region and that, in 1727, founded what is now called the Old City, or &ldquo;Pink City&rdquo; for its trademark building color. At the center of its stately street grid (notable in India) stands the opulent, colonnaded City Palace complex. With gardens, courtyards and museums, part of it is still a royal residence.<\\/p>\\r\\n\\r\\n<p>&nbsp;Evening, visit the BirlaTemple and local Vibrant Pink City Bazaars and shopping.<\\/p>\\r\\n\\r\\n<p>Overnight at Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492816,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492817,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492818,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":148,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223617\",\"Title\":\"Depart transfer  from Hotel  to Airport or Railway station\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, some time at leisure and later on, transfer to Airport or Railway station to connect the flight\\/Train for onward destination.<\\/p>\\r\\n\\r\\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31442\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12100.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11183,\"priceDoubleOcc\":\"12100.00\",\"priceSingleOcc\":29150,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":11623,\"priceDoubleOcc\":\"12760.00\",\"priceSingleOcc\":29810,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12760.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13383,\"priceDoubleOcc\":\"15400.00\",\"priceSingleOcc\":32450,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13383,\"priceDoubleOcc\":\"15400.00\",\"priceSingleOcc\":32450,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":13823,\"priceDoubleOcc\":\"16060.00\",\"priceSingleOcc\":33110,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16060.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16243,\"priceDoubleOcc\":\"19690.00\",\"priceSingleOcc\":36740,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"3080.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31443\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20350.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17050,\"priceDoubleOcc\":\"20350.00\",\"priceSingleOcc\":41195,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17343,\"priceDoubleOcc\":\"20790.00\",\"priceSingleOcc\":41635,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17820,\"priceDoubleOcc\":\"21505.00\",\"priceSingleOcc\":42350,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21505.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18150,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":42845,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18480,\"priceDoubleOcc\":\"22495.00\",\"priceSingleOcc\":43340,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22495.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20203,\"priceDoubleOcc\":\"25080.00\",\"priceSingleOcc\":45925,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31444\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27390.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23760,\"priceDoubleOcc\":\"27390.00\",\"priceSingleOcc\":56925,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24163,\"priceDoubleOcc\":\"27995.00\",\"priceSingleOcc\":57530,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27995.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24567,\"priceDoubleOcc\":\"28600.00\",\"priceSingleOcc\":58135,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24970,\"priceDoubleOcc\":\"29205.00\",\"priceSingleOcc\":58740,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29205.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26840,\"priceDoubleOcc\":\"32010.00\",\"priceSingleOcc\":61545,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32010.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27133,\"priceDoubleOcc\":\"32450.00\",\"priceSingleOcc\":61985,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31442\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11330.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10472,\"priceDoubleOcc\":\"11330.00\",\"priceSingleOcc\":27295,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"2884.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11330.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":10884,\"priceDoubleOcc\":\"11948.00\",\"priceSingleOcc\":27913,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"2884.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11948.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12532,\"priceDoubleOcc\":\"14420.00\",\"priceSingleOcc\":30385,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"2884.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14420.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12532,\"priceDoubleOcc\":\"14420.00\",\"priceSingleOcc\":30385,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"2884.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14420.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":12944,\"priceDoubleOcc\":\"15038.00\",\"priceSingleOcc\":31003,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"2884.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15038.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15210,\"priceDoubleOcc\":\"18437.00\",\"priceSingleOcc\":34402,\"priceExtraBed\":\"6180.00\",\"priceWithoutBed\":\"2884.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18437.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31443\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19055.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15965,\"priceDoubleOcc\":\"19055.00\",\"priceSingleOcc\":38573.5,\"priceExtraBed\":\"7725.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19055.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16240,\"priceDoubleOcc\":\"19467.00\",\"priceSingleOcc\":38985.5,\"priceExtraBed\":\"7725.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19467.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16686,\"priceDoubleOcc\":\"20136.50\",\"priceSingleOcc\":39655,\"priceExtraBed\":\"7725.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20136.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16995,\"priceDoubleOcc\":\"20600.00\",\"priceSingleOcc\":40118.5,\"priceExtraBed\":\"7725.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17304,\"priceDoubleOcc\":\"21063.50\",\"priceSingleOcc\":40582,\"priceExtraBed\":\"7725.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21063.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18918,\"priceDoubleOcc\":\"23484.00\",\"priceSingleOcc\":43002.5,\"priceExtraBed\":\"7725.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23484.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31444\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25647.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22248,\"priceDoubleOcc\":\"25647.00\",\"priceSingleOcc\":53302.5,\"priceExtraBed\":\"12875.00\",\"priceWithoutBed\":\"5150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25647.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22626,\"priceDoubleOcc\":\"26213.50\",\"priceSingleOcc\":53869,\"priceExtraBed\":\"12875.00\",\"priceWithoutBed\":\"5150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26213.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23003,\"priceDoubleOcc\":\"26780.00\",\"priceSingleOcc\":54435.5,\"priceExtraBed\":\"12875.00\",\"priceWithoutBed\":\"5150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23381,\"priceDoubleOcc\":\"27346.50\",\"priceSingleOcc\":55002,\"priceExtraBed\":\"12875.00\",\"priceWithoutBed\":\"5150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27346.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25132,\"priceDoubleOcc\":\"29973.00\",\"priceSingleOcc\":57628.5,\"priceExtraBed\":\"12875.00\",\"priceWithoutBed\":\"5150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29973.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-15\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25407,\"priceDoubleOcc\":\"30385.00\",\"priceSingleOcc\":58040.5,\"priceExtraBed\":\"12875.00\",\"priceWithoutBed\":\"5150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30385.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223593\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223593],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223596\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223596],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223599\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223599],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223602\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223602],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223605\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223605],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223608\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223608],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223611\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223611],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223614\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223614],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223617\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223617],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Agra,Bharatpur,Ranthambore,Jaipur', 'Agra,Uttar Pradesh,Indian Subcontinent,North India,India,Bharatpur,Rajasthan,Ranthambore,Jaipur,Fatehpur Sikri', NULL, '266,3130,22593,12995', 11330, 32450, 5, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'blend-of-rajasthan-with-agra', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(41, 31414, 1, 9840, 0, 0, 0, 'Family', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31414,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;06 Nights \\/ 07 Days tour of Jaipur, Jodhpur, Mount Abu and Udaipur&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":9935,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9935,\"DestinationPlaces\":\"Udaipur\",\"DestinationPlacesSysId\":28058,\"SourcePlaces\":\"Jaipur\",\"SourcePlaceSysId\":12995,\"AgencyName\":\"India Now Journeys\",\"Name\":\"Best of  Rajasthan\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7685\",\"SupplierName\":\"India Now Journeys Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,B\\/fast & Lunch,Airport Transfers,Train Station Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Family\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492753,\"Name\":\"Regenta Inn Jaipur by Royal Orchid Hotels\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9001449\",\"Long\":\"75.8337237\",\"Address\":\"B-31, Govind Marg, Adarsh Nagar, Raja Park, Jaipur, Rajasthan 302004, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492754,\"Name\":\"Alsisar Haveli\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9229795\",\"Long\":\"75.8048713\",\"Address\":\"Sansar Chandra Rd, Shri Ram Colony, Sindhi Camp, Jaipur, Rajasthan 302001, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492755,\"Name\":\"Trident Hotel Jaipur\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.9573444\",\"Long\":\"75.8428861\",\"Address\":\"Amer Rd, Jal Mahal, Amer, Jaipur, Rajasthan 302002, India\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":533,\"Title\":\"Galtaji Temple\",\"Description\":\"The site consists of a series of temples built into a narrow crevice in the ring of hills that surrounds Jaipur. A natural spring emerges high on the hill and flows downward, filling a series of sacred kunds in which pilgrims bathe.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Galtaji_Temple_12995_1519731030.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8182,\"Title\":\"Anokhi Museum\",\"Description\":\"Anokhi Museum houses the world&amp;#039;s best block painting garments and is a cultural endeavor of Anokhi clothing brand. This museum exhibits the oldest art form of Rajasthani art at its very best. Anokhi Museum holds a UNESCO certification and houses more than a hundred garments. The main purpose of this museum is to promote the oldest art form of Rajasthan. Other then the exhibits, the Museum organizes various educational programs and workshops to focus on various aspects of this ancient craft.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Anokhi_Museum_12995_1547552887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":39,\"Title\":\"Albert Hall Museum\",\"Description\":\"It is the oldest museum of the state and functions as the State museum of Rajasthan.  It is also called the Government Central Museum.  The museum has a rich collection of artifacts including paintings, carpets, ivory, stone, metal sculptures, and works in crystal.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9099544,\"Long\":75.8191636,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Albert_Hall_Museum_12995_1519624855.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1113,\"Title\":\"Mehrangarh Fort\",\"Description\":\"It is one of the largest forts in the country. It is situated at the top of a 410 feet elevated hill and guarded by massive walls. The intricate carvings on the walls of the fort, the sprawling courtyards, its impressive history, striking palaces, museums and galleries allures tourists from all over the world.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2964287,\"Long\":73.0154376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/36\\/thumb\\/Mehrangarh Fort_364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":754,\"Title\":\"Jaswant Thada\",\"Description\":\"It is a cenotaph or an empty commemorative tomb built in the honour of Maharaja Jaswant Singh. This cenotaph was constructed in the year 1899 and is decorated with precious white marbles. Jaswant Thada is embedded with beautiful outlook and picturesque view of the mighty majestic Mehrangarh Fort.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/39\\/thumb\\/Jaswant Thada_130.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1123,\"Title\":\"Mochhi Bazar\",\"Description\":\"The Mochi Bazar is your one stop best destination to buy the noted and colorful Jodhpuri&amp;ldquo;juttis&amp;rdquo; or the traditional Rajasthanifootwear. These &amp;ldquo;Mojaris&amp;rdquo; come in numerous colors, patterns, styles and range and are particularly popular with international tourists due to its exotic look. Apart from the Mojris, tourists can also shop for popular Rajasthani items like Achkans, Sherwani, Kurta-Pajama and Jodhpuri suits.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2389469,\"Long\":73.0243094,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4714\\/thumb\\/Mochhi Bazar_556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":436,\"Title\":\"Dilwara Temples\",\"Description\":\"The temple inside showcases the phenomenal work of human craftsmanship getting it done. These temples were built between eleventh to thirteenth century AD and elaborate subtle elements of marble stone carvings, which is remarkable and unmatched.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925,\"Long\":72.7083,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/168\\/thumb\\/Dilwara Jain Temple_815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1186,\"Title\":\"Nakki Lake\",\"Description\":\"It is the first man-made lake in India with a depth of around 11,000 metres and a width of a quarter of a mile. Located in the centre of the hill station, the fascinating lake is surrounded by lush greenery, mountains and strangely shaped rocks.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5945112,\"Long\":72.7062297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/170\\/thumb\\/Nakki Lake_915.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1795,\"Title\":\"Tod Rock\",\"Description\":\"Known as The mascot of Mount Abu, Toad Rock is one of the most frequented point. To see the panoramic beauty of the surrounding lake and greenish hilly regions one can climb up the rock and capture the breathtaking scenery.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925909,\"Long\":72.7156274,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3677\\/thumb\\/Tod Rock_967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":225,\"Title\":\"Boat Ride\",\"Description\":\"The 3 splendid lakes add to the beauty of udaipur and offer tourists to enjoy a great boat ride and have fun .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5097\\/thumb\\/Boat Ride_151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":145,\"Title\":\"Bansi Ghat\",\"Description\":\"It is a flat surfaced area made up of marble so as to provide the visitors to take a look and enjoy the beauty of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3842\\/thumb\\/Bansi Ghat_325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":359,\"Title\":\"City Palace\",\"Description\":\"This magnificent palace was built by Maharana Udai Singh, the beauty of which can&amp;rsquo;t be described in words. An accumulation of several buildings with balconies, towers, and dome built all over, the City Palace also have a crystal gallery, which showcases royal artifacts and the world&amp;rsquo;s largest private collection of crystals. It is one of Rajasthan&amp;rsquo;s royal palaces which offer splendid views of Lake Pichola. Mewar Sound and Light Show is the must watch show which gives you a great experience.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/City_Palace_28058_1529406605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":720,\"Title\":\"Jagdish Temple\",\"Description\":\"Jagdish Temple is a large Hindu temple in the middle of Udaipur in Rajasthan. A big tourist attraction, the temple was originally called the temple of Jagannath Rai but is now called Jagdish-ji. It is a major monument in Udaipur. The Jagdish Temple is raised on a tall terrace and was completed in 1651. It attaches a double-storey Mandapa (hall) to a double-storey saandhara (with a covered ambulatory) sanctum. The mandapa has another storey tucked within its pyramidal samavarna (bellroof) while the hollow clustered spire over the sanctum contains two more, nonfunctional stories.Lanes taking off from many of the sheharpanah (city wall) converge on the Jagdish Temple. It was built by Maharana Jagat Singh in 1651. It is an example of M\\u0101ru-Gurjara Architecture.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5796607,\"Long\":73.6839754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Jagdish_Temple_28058_1550649832.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":478,\"Title\":\"Eklingi Mandir\",\"Description\":\"Eklingji is believed to be the ruling deity of Mewar Princely State and the Ruler Maharana rules as his Dewan.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7408825,\"Long\":73.7227774,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3743\\/thumb\\/Eklingi Mandir_17.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1508,\"Title\":\"Sahastra Bahu Temple\",\"Description\":\"At Nagda in Rajasthan, The earlier capital of Mewar. Bappa Rawal (Kaalbhoj) was the successor of Guhiladitya (founder of Guhil dynasty of Mewar (Udaipur-Chitor) established Nagda as capital of Mewar. The remains of the Sahastra Bahu temples of the early 10th century AD, dedicated to Vishnu. It is popularly referred to as Sas Bahu temples (a local corruption of the original Sahastra-Bahu, meaning &amp;quot;One with thousand arms&amp;quot;, a form of Vishnu).Lotus flower painting is visible on the roof top of temple. Iltutmish (Delhi emperor of that time) destroyed Nagda in 1226. The temples are now in partial ruins but one can still marvel at their original splendour, the artisanry and the perfect geometry that must have been the hallmark of that era! Roads made with white marber are also attraction of the village.The temple is on the Archaeological Survey of India&amp;#039;s list of heritage monuments.The site is very easily accessible by road, only 22 km from Udaipur (one of the main lake &amp;amp; palace hotspots of Tourism in Rajasthan), a mere 2.7 km from the well frequented Shaivite shrine of Eklingji, or 30 km from the hugely popular Vaishnavite shrine town of Nathdwara.For those excited by India&amp;#039;s History &amp;amp; Archeology, this site deserves to be hot on the tourist map but sadly isn&amp;#039;t.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7828551,\"Long\":73.7242486,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Sahastra_Bahu_Temple_28058_1529404117.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":13184,\"Title\":\"Jodhpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492756,\"Name\":\"Ranbanka Palace\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2842478\",\"Long\":\"73.0379156\",\"Address\":\"Circuit House Rd, Ajit Colony, Jodhpur, Rajasthan 342001, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492757,\"Name\":\"Roop Rajat Sarovar\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2617087\",\"Long\":\"72.9839398\",\"Address\":\"Roop Rajat Sarovar, Pal Rd, opposite Preksha hospital, Amrit Nagar, Jodhpur, Rajasthan 342008, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492758,\"Name\":\"Indana Palace Jodhpur\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.2694157\",\"Long\":\"73.068523\",\"Address\":\"Opp. Military Officer Quarters, Benayakiya Road, Shikargarh, Pabupura, Jodhpur, Rajasthan 342015, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492759,\"Name\":\"Indana Palace Jodhpur\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"26.2694157\",\"Long\":\"73.068523\",\"Address\":\"Opp. Military Officer Quarters, Benayakiya Road, Shikargarh, Pabupura, Jodhpur, Rajasthan 342015, India\"},\"Images\":[],\"CityId\":13184,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":533,\"Title\":\"Galtaji Temple\",\"Description\":\"The site consists of a series of temples built into a narrow crevice in the ring of hills that surrounds Jaipur. A natural spring emerges high on the hill and flows downward, filling a series of sacred kunds in which pilgrims bathe.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Galtaji_Temple_12995_1519731030.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8182,\"Title\":\"Anokhi Museum\",\"Description\":\"Anokhi Museum houses the world&amp;#039;s best block painting garments and is a cultural endeavor of Anokhi clothing brand. This museum exhibits the oldest art form of Rajasthani art at its very best. Anokhi Museum holds a UNESCO certification and houses more than a hundred garments. The main purpose of this museum is to promote the oldest art form of Rajasthan. Other then the exhibits, the Museum organizes various educational programs and workshops to focus on various aspects of this ancient craft.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Anokhi_Museum_12995_1547552887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":39,\"Title\":\"Albert Hall Museum\",\"Description\":\"It is the oldest museum of the state and functions as the State museum of Rajasthan.  It is also called the Government Central Museum.  The museum has a rich collection of artifacts including paintings, carpets, ivory, stone, metal sculptures, and works in crystal.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9099544,\"Long\":75.8191636,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Albert_Hall_Museum_12995_1519624855.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1113,\"Title\":\"Mehrangarh Fort\",\"Description\":\"It is one of the largest forts in the country. It is situated at the top of a 410 feet elevated hill and guarded by massive walls. The intricate carvings on the walls of the fort, the sprawling courtyards, its impressive history, striking palaces, museums and galleries allures tourists from all over the world.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2964287,\"Long\":73.0154376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/36\\/thumb\\/Mehrangarh Fort_364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":754,\"Title\":\"Jaswant Thada\",\"Description\":\"It is a cenotaph or an empty commemorative tomb built in the honour of Maharaja Jaswant Singh. This cenotaph was constructed in the year 1899 and is decorated with precious white marbles. Jaswant Thada is embedded with beautiful outlook and picturesque view of the mighty majestic Mehrangarh Fort.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/39\\/thumb\\/Jaswant Thada_130.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1123,\"Title\":\"Mochhi Bazar\",\"Description\":\"The Mochi Bazar is your one stop best destination to buy the noted and colorful Jodhpuri&amp;ldquo;juttis&amp;rdquo; or the traditional Rajasthanifootwear. These &amp;ldquo;Mojaris&amp;rdquo; come in numerous colors, patterns, styles and range and are particularly popular with international tourists due to its exotic look. Apart from the Mojris, tourists can also shop for popular Rajasthani items like Achkans, Sherwani, Kurta-Pajama and Jodhpuri suits.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2389469,\"Long\":73.0243094,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4714\\/thumb\\/Mochhi Bazar_556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":436,\"Title\":\"Dilwara Temples\",\"Description\":\"The temple inside showcases the phenomenal work of human craftsmanship getting it done. These temples were built between eleventh to thirteenth century AD and elaborate subtle elements of marble stone carvings, which is remarkable and unmatched.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925,\"Long\":72.7083,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/168\\/thumb\\/Dilwara Jain Temple_815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1186,\"Title\":\"Nakki Lake\",\"Description\":\"It is the first man-made lake in India with a depth of around 11,000 metres and a width of a quarter of a mile. Located in the centre of the hill station, the fascinating lake is surrounded by lush greenery, mountains and strangely shaped rocks.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5945112,\"Long\":72.7062297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/170\\/thumb\\/Nakki Lake_915.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1795,\"Title\":\"Tod Rock\",\"Description\":\"Known as The mascot of Mount Abu, Toad Rock is one of the most frequented point. To see the panoramic beauty of the surrounding lake and greenish hilly regions one can climb up the rock and capture the breathtaking scenery.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925909,\"Long\":72.7156274,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3677\\/thumb\\/Tod Rock_967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":225,\"Title\":\"Boat Ride\",\"Description\":\"The 3 splendid lakes add to the beauty of udaipur and offer tourists to enjoy a great boat ride and have fun .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5097\\/thumb\\/Boat Ride_151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":145,\"Title\":\"Bansi Ghat\",\"Description\":\"It is a flat surfaced area made up of marble so as to provide the visitors to take a look and enjoy the beauty of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3842\\/thumb\\/Bansi Ghat_325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":359,\"Title\":\"City Palace\",\"Description\":\"This magnificent palace was built by Maharana Udai Singh, the beauty of which can&amp;rsquo;t be described in words. An accumulation of several buildings with balconies, towers, and dome built all over, the City Palace also have a crystal gallery, which showcases royal artifacts and the world&amp;rsquo;s largest private collection of crystals. It is one of Rajasthan&amp;rsquo;s royal palaces which offer splendid views of Lake Pichola. Mewar Sound and Light Show is the must watch show which gives you a great experience.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/City_Palace_28058_1529406605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":720,\"Title\":\"Jagdish Temple\",\"Description\":\"Jagdish Temple is a large Hindu temple in the middle of Udaipur in Rajasthan. A big tourist attraction, the temple was originally called the temple of Jagannath Rai but is now called Jagdish-ji. It is a major monument in Udaipur. The Jagdish Temple is raised on a tall terrace and was completed in 1651. It attaches a double-storey Mandapa (hall) to a double-storey saandhara (with a covered ambulatory) sanctum. The mandapa has another storey tucked within its pyramidal samavarna (bellroof) while the hollow clustered spire over the sanctum contains two more, nonfunctional stories.Lanes taking off from many of the sheharpanah (city wall) converge on the Jagdish Temple. It was built by Maharana Jagat Singh in 1651. It is an example of M\\u0101ru-Gurjara Architecture.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5796607,\"Long\":73.6839754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Jagdish_Temple_28058_1550649832.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":478,\"Title\":\"Eklingi Mandir\",\"Description\":\"Eklingji is believed to be the ruling deity of Mewar Princely State and the Ruler Maharana rules as his Dewan.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7408825,\"Long\":73.7227774,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3743\\/thumb\\/Eklingi Mandir_17.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1508,\"Title\":\"Sahastra Bahu Temple\",\"Description\":\"At Nagda in Rajasthan, The earlier capital of Mewar. Bappa Rawal (Kaalbhoj) was the successor of Guhiladitya (founder of Guhil dynasty of Mewar (Udaipur-Chitor) established Nagda as capital of Mewar. The remains of the Sahastra Bahu temples of the early 10th century AD, dedicated to Vishnu. It is popularly referred to as Sas Bahu temples (a local corruption of the original Sahastra-Bahu, meaning &amp;quot;One with thousand arms&amp;quot;, a form of Vishnu).Lotus flower painting is visible on the roof top of temple. Iltutmish (Delhi emperor of that time) destroyed Nagda in 1226. The temples are now in partial ruins but one can still marvel at their original splendour, the artisanry and the perfect geometry that must have been the hallmark of that era! Roads made with white marber are also attraction of the village.The temple is on the Archaeological Survey of India&amp;#039;s list of heritage monuments.The site is very easily accessible by road, only 22 km from Udaipur (one of the main lake &amp;amp; palace hotspots of Tourism in Rajasthan), a mere 2.7 km from the well frequented Shaivite shrine of Eklingji, or 30 km from the hugely popular Vaishnavite shrine town of Nathdwara.For those excited by India&amp;#039;s History &amp;amp; Archeology, this site deserves to be hot on the tourist map but sadly isn&amp;#039;t.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7828551,\"Long\":73.7242486,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Sahastra_Bahu_Temple_28058_1529404117.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":18551,\"Title\":\"Mount Abu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492760,\"Name\":\"Hotel Sudhir New\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5917201\",\"Long\":\"72.7138442\",\"Address\":\"Near Old Bus Stand, Rajendra Marg, Sani Gaon, Mount Abu, Rajasthan 307501, India\"},\"Images\":[],\"CityId\":18551,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492762,\"Name\":\"Hotel Marigold Mount Abu\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5986734\",\"Long\":\"72.7165327\",\"Address\":\"4, Palanpur House Colony, Mount Abu, Rajasthan 307501, India\"},\"Images\":[],\"CityId\":18551,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492763,\"Name\":\"Cama Rajputana Club Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5993656\",\"Long\":\"72.71380620000001\",\"Address\":\"Road, Arbuda Devi, Mount Abu, Rajasthan 307501, India\"},\"Images\":[],\"CityId\":18551,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":533,\"Title\":\"Galtaji Temple\",\"Description\":\"The site consists of a series of temples built into a narrow crevice in the ring of hills that surrounds Jaipur. A natural spring emerges high on the hill and flows downward, filling a series of sacred kunds in which pilgrims bathe.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Galtaji_Temple_12995_1519731030.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8182,\"Title\":\"Anokhi Museum\",\"Description\":\"Anokhi Museum houses the world&amp;#039;s best block painting garments and is a cultural endeavor of Anokhi clothing brand. This museum exhibits the oldest art form of Rajasthani art at its very best. Anokhi Museum holds a UNESCO certification and houses more than a hundred garments. The main purpose of this museum is to promote the oldest art form of Rajasthan. Other then the exhibits, the Museum organizes various educational programs and workshops to focus on various aspects of this ancient craft.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Anokhi_Museum_12995_1547552887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":39,\"Title\":\"Albert Hall Museum\",\"Description\":\"It is the oldest museum of the state and functions as the State museum of Rajasthan.  It is also called the Government Central Museum.  The museum has a rich collection of artifacts including paintings, carpets, ivory, stone, metal sculptures, and works in crystal.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9099544,\"Long\":75.8191636,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Albert_Hall_Museum_12995_1519624855.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1113,\"Title\":\"Mehrangarh Fort\",\"Description\":\"It is one of the largest forts in the country. It is situated at the top of a 410 feet elevated hill and guarded by massive walls. The intricate carvings on the walls of the fort, the sprawling courtyards, its impressive history, striking palaces, museums and galleries allures tourists from all over the world.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2964287,\"Long\":73.0154376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/36\\/thumb\\/Mehrangarh Fort_364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":754,\"Title\":\"Jaswant Thada\",\"Description\":\"It is a cenotaph or an empty commemorative tomb built in the honour of Maharaja Jaswant Singh. This cenotaph was constructed in the year 1899 and is decorated with precious white marbles. Jaswant Thada is embedded with beautiful outlook and picturesque view of the mighty majestic Mehrangarh Fort.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/39\\/thumb\\/Jaswant Thada_130.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1123,\"Title\":\"Mochhi Bazar\",\"Description\":\"The Mochi Bazar is your one stop best destination to buy the noted and colorful Jodhpuri&amp;ldquo;juttis&amp;rdquo; or the traditional Rajasthanifootwear. These &amp;ldquo;Mojaris&amp;rdquo; come in numerous colors, patterns, styles and range and are particularly popular with international tourists due to its exotic look. Apart from the Mojris, tourists can also shop for popular Rajasthani items like Achkans, Sherwani, Kurta-Pajama and Jodhpuri suits.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2389469,\"Long\":73.0243094,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4714\\/thumb\\/Mochhi Bazar_556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":436,\"Title\":\"Dilwara Temples\",\"Description\":\"The temple inside showcases the phenomenal work of human craftsmanship getting it done. These temples were built between eleventh to thirteenth century AD and elaborate subtle elements of marble stone carvings, which is remarkable and unmatched.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925,\"Long\":72.7083,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/168\\/thumb\\/Dilwara Jain Temple_815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1186,\"Title\":\"Nakki Lake\",\"Description\":\"It is the first man-made lake in India with a depth of around 11,000 metres and a width of a quarter of a mile. Located in the centre of the hill station, the fascinating lake is surrounded by lush greenery, mountains and strangely shaped rocks.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5945112,\"Long\":72.7062297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/170\\/thumb\\/Nakki Lake_915.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1795,\"Title\":\"Tod Rock\",\"Description\":\"Known as The mascot of Mount Abu, Toad Rock is one of the most frequented point. To see the panoramic beauty of the surrounding lake and greenish hilly regions one can climb up the rock and capture the breathtaking scenery.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925909,\"Long\":72.7156274,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3677\\/thumb\\/Tod Rock_967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":225,\"Title\":\"Boat Ride\",\"Description\":\"The 3 splendid lakes add to the beauty of udaipur and offer tourists to enjoy a great boat ride and have fun .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5097\\/thumb\\/Boat Ride_151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":145,\"Title\":\"Bansi Ghat\",\"Description\":\"It is a flat surfaced area made up of marble so as to provide the visitors to take a look and enjoy the beauty of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3842\\/thumb\\/Bansi Ghat_325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":359,\"Title\":\"City Palace\",\"Description\":\"This magnificent palace was built by Maharana Udai Singh, the beauty of which can&amp;rsquo;t be described in words. An accumulation of several buildings with balconies, towers, and dome built all over, the City Palace also have a crystal gallery, which showcases royal artifacts and the world&amp;rsquo;s largest private collection of crystals. It is one of Rajasthan&amp;rsquo;s royal palaces which offer splendid views of Lake Pichola. Mewar Sound and Light Show is the must watch show which gives you a great experience.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/City_Palace_28058_1529406605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":720,\"Title\":\"Jagdish Temple\",\"Description\":\"Jagdish Temple is a large Hindu temple in the middle of Udaipur in Rajasthan. A big tourist attraction, the temple was originally called the temple of Jagannath Rai but is now called Jagdish-ji. It is a major monument in Udaipur. The Jagdish Temple is raised on a tall terrace and was completed in 1651. It attaches a double-storey Mandapa (hall) to a double-storey saandhara (with a covered ambulatory) sanctum. The mandapa has another storey tucked within its pyramidal samavarna (bellroof) while the hollow clustered spire over the sanctum contains two more, nonfunctional stories.Lanes taking off from many of the sheharpanah (city wall) converge on the Jagdish Temple. It was built by Maharana Jagat Singh in 1651. It is an example of M\\u0101ru-Gurjara Architecture.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5796607,\"Long\":73.6839754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Jagdish_Temple_28058_1550649832.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":478,\"Title\":\"Eklingi Mandir\",\"Description\":\"Eklingji is believed to be the ruling deity of Mewar Princely State and the Ruler Maharana rules as his Dewan.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7408825,\"Long\":73.7227774,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3743\\/thumb\\/Eklingi Mandir_17.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1508,\"Title\":\"Sahastra Bahu Temple\",\"Description\":\"At Nagda in Rajasthan, The earlier capital of Mewar. Bappa Rawal (Kaalbhoj) was the successor of Guhiladitya (founder of Guhil dynasty of Mewar (Udaipur-Chitor) established Nagda as capital of Mewar. The remains of the Sahastra Bahu temples of the early 10th century AD, dedicated to Vishnu. It is popularly referred to as Sas Bahu temples (a local corruption of the original Sahastra-Bahu, meaning &amp;quot;One with thousand arms&amp;quot;, a form of Vishnu).Lotus flower painting is visible on the roof top of temple. Iltutmish (Delhi emperor of that time) destroyed Nagda in 1226. The temples are now in partial ruins but one can still marvel at their original splendour, the artisanry and the perfect geometry that must have been the hallmark of that era! Roads made with white marber are also attraction of the village.The temple is on the Archaeological Survey of India&amp;#039;s list of heritage monuments.The site is very easily accessible by road, only 22 km from Udaipur (one of the main lake &amp;amp; palace hotspots of Tourism in Rajasthan), a mere 2.7 km from the well frequented Shaivite shrine of Eklingji, or 30 km from the hugely popular Vaishnavite shrine town of Nathdwara.For those excited by India&amp;#039;s History &amp;amp; Archeology, this site deserves to be hot on the tourist map but sadly isn&amp;#039;t.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7828551,\"Long\":73.7242486,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Sahastra_Bahu_Temple_28058_1529404117.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":492765,\"Name\":\"Hotel Amar Kothi Udaipur | Boutique Hotel Udaipur\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5821537\",\"Long\":\"73.66979860000001\",\"Address\":\"5-C, Trident-Udaivilas Road, Haridas Ji Ki Magri, Malla Talai, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492766,\"Name\":\"Udai Kothi\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5798215\",\"Long\":\"73.6800579\",\"Address\":\"Chand Pole Road Opp Chand Pole On, Hanuman Ghat Marg, Tripura, Pichola, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":492767,\"Name\":\"Trident Hotel Udaipur\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.5769955\",\"Long\":\"73.66914609999999\",\"Address\":\"Malla Talai Chowk, Trident Rd, near Pichola, Haridas Ji Ki Magri, Pichola, Udaipur, Rajasthan 313001, India\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":216,\"Title\":\"Birla Mandir\",\"Description\":\"The Lakshmi-Narayan Temple, or the Birla Mandir, as it is more popularly known as, is located at the base of Moti Dungari. Built on an elevated platform, this comparatively modern temple is built entirely of white marble and dominates the skyline of south Jaipur. The temple was commissioned and built by renowned Indian industrialists, the Birlas, in 1988. The temple is dedicated to Lord Vishnu, also called Narayan, and his companion, Lakshmi, the Goddess of wealth and good fortune. The temple is a work of art and has a marvellous display of exquisite carvings and sculptures covering many mythological themes. The eye is drawn to the images of Laxmi and Narayan, carved as they are, from one piece of marble. The top of the temple has three domes, each representing the three religions followed in India. This is designed to pay homage to secular India. The temple looks spectacular at night when it is lit up. Other than the main temple, the complex has a museum that exhibits the earlier belongings of the Birla family.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.0173274,\"Long\":76.5025742,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/160\\/thumb\\/Birla Temple_255.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":148,\"Title\":\"Bapu Bazar\",\"Description\":\"Bapu Bazar located near Choti Chopud attracts allot of Foreigners and tourists for the traditional dressing and rajasthani artifacts which are easily available in the market, and helps tourists to grab allot of things.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9164974,\"Long\":75.8223862,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3158\\/thumb\\/Bapu Bazar_828.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":533,\"Title\":\"Galtaji Temple\",\"Description\":\"The site consists of a series of temples built into a narrow crevice in the ring of hills that surrounds Jaipur. A natural spring emerges high on the hill and flows downward, filling a series of sacred kunds in which pilgrims bathe.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Galtaji_Temple_12995_1519731030.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8182,\"Title\":\"Anokhi Museum\",\"Description\":\"Anokhi Museum houses the world&amp;#039;s best block painting garments and is a cultural endeavor of Anokhi clothing brand. This museum exhibits the oldest art form of Rajasthani art at its very best. Anokhi Museum holds a UNESCO certification and houses more than a hundred garments. The main purpose of this museum is to promote the oldest art form of Rajasthan. Other then the exhibits, the Museum organizes various educational programs and workshops to focus on various aspects of this ancient craft.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Anokhi_Museum_12995_1547552887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":39,\"Title\":\"Albert Hall Museum\",\"Description\":\"It is the oldest museum of the state and functions as the State museum of Rajasthan.  It is also called the Government Central Museum.  The museum has a rich collection of artifacts including paintings, carpets, ivory, stone, metal sculptures, and works in crystal.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9099544,\"Long\":75.8191636,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Albert_Hall_Museum_12995_1519624855.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1113,\"Title\":\"Mehrangarh Fort\",\"Description\":\"It is one of the largest forts in the country. It is situated at the top of a 410 feet elevated hill and guarded by massive walls. The intricate carvings on the walls of the fort, the sprawling courtyards, its impressive history, striking palaces, museums and galleries allures tourists from all over the world.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2964287,\"Long\":73.0154376,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/36\\/thumb\\/Mehrangarh Fort_364.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":754,\"Title\":\"Jaswant Thada\",\"Description\":\"It is a cenotaph or an empty commemorative tomb built in the honour of Maharaja Jaswant Singh. This cenotaph was constructed in the year 1899 and is decorated with precious white marbles. Jaswant Thada is embedded with beautiful outlook and picturesque view of the mighty majestic Mehrangarh Fort.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2978358,\"Long\":73.0184466,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/39\\/thumb\\/Jaswant Thada_130.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1123,\"Title\":\"Mochhi Bazar\",\"Description\":\"The Mochi Bazar is your one stop best destination to buy the noted and colorful Jodhpuri&amp;ldquo;juttis&amp;rdquo; or the traditional Rajasthanifootwear. These &amp;ldquo;Mojaris&amp;rdquo; come in numerous colors, patterns, styles and range and are particularly popular with international tourists due to its exotic look. Apart from the Mojris, tourists can also shop for popular Rajasthani items like Achkans, Sherwani, Kurta-Pajama and Jodhpuri suits.\",\"CurrencyType\":0,\"CityId\":13184,\"CityName\":\"Jodhpur\",\"Lat\":26.2389469,\"Long\":73.0243094,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4714\\/thumb\\/Mochhi Bazar_556.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":436,\"Title\":\"Dilwara Temples\",\"Description\":\"The temple inside showcases the phenomenal work of human craftsmanship getting it done. These temples were built between eleventh to thirteenth century AD and elaborate subtle elements of marble stone carvings, which is remarkable and unmatched.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925,\"Long\":72.7083,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/168\\/thumb\\/Dilwara Jain Temple_815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1186,\"Title\":\"Nakki Lake\",\"Description\":\"It is the first man-made lake in India with a depth of around 11,000 metres and a width of a quarter of a mile. Located in the centre of the hill station, the fascinating lake is surrounded by lush greenery, mountains and strangely shaped rocks.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5945112,\"Long\":72.7062297,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/170\\/thumb\\/Nakki Lake_915.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1795,\"Title\":\"Tod Rock\",\"Description\":\"Known as The mascot of Mount Abu, Toad Rock is one of the most frequented point. To see the panoramic beauty of the surrounding lake and greenish hilly regions one can climb up the rock and capture the breathtaking scenery.\",\"CurrencyType\":0,\"CityId\":18551,\"CityName\":\"Mount Abu\",\"Lat\":24.5925909,\"Long\":72.7156274,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3677\\/thumb\\/Tod Rock_967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":225,\"Title\":\"Boat Ride\",\"Description\":\"The 3 splendid lakes add to the beauty of udaipur and offer tourists to enjoy a great boat ride and have fun .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.585445,\"Long\":73.712479,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5097\\/thumb\\/Boat Ride_151.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":145,\"Title\":\"Bansi Ghat\",\"Description\":\"It is a flat surfaced area made up of marble so as to provide the visitors to take a look and enjoy the beauty of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3842\\/thumb\\/Bansi Ghat_325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":359,\"Title\":\"City Palace\",\"Description\":\"This magnificent palace was built by Maharana Udai Singh, the beauty of which can&amp;rsquo;t be described in words. An accumulation of several buildings with balconies, towers, and dome built all over, the City Palace also have a crystal gallery, which showcases royal artifacts and the world&amp;rsquo;s largest private collection of crystals. It is one of Rajasthan&amp;rsquo;s royal palaces which offer splendid views of Lake Pichola. Mewar Sound and Light Show is the must watch show which gives you a great experience.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/City_Palace_28058_1529406605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":720,\"Title\":\"Jagdish Temple\",\"Description\":\"Jagdish Temple is a large Hindu temple in the middle of Udaipur in Rajasthan. A big tourist attraction, the temple was originally called the temple of Jagannath Rai but is now called Jagdish-ji. It is a major monument in Udaipur. The Jagdish Temple is raised on a tall terrace and was completed in 1651. It attaches a double-storey Mandapa (hall) to a double-storey saandhara (with a covered ambulatory) sanctum. The mandapa has another storey tucked within its pyramidal samavarna (bellroof) while the hollow clustered spire over the sanctum contains two more, nonfunctional stories.Lanes taking off from many of the sheharpanah (city wall) converge on the Jagdish Temple. It was built by Maharana Jagat Singh in 1651. It is an example of M\\u0101ru-Gurjara Architecture.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5796607,\"Long\":73.6839754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Jagdish_Temple_28058_1550649832.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":478,\"Title\":\"Eklingi Mandir\",\"Description\":\"Eklingji is believed to be the ruling deity of Mewar Princely State and the Ruler Maharana rules as his Dewan.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7408825,\"Long\":73.7227774,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3743\\/thumb\\/Eklingi Mandir_17.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":1508,\"Title\":\"Sahastra Bahu Temple\",\"Description\":\"At Nagda in Rajasthan, The earlier capital of Mewar. Bappa Rawal (Kaalbhoj) was the successor of Guhiladitya (founder of Guhil dynasty of Mewar (Udaipur-Chitor) established Nagda as capital of Mewar. The remains of the Sahastra Bahu temples of the early 10th century AD, dedicated to Vishnu. It is popularly referred to as Sas Bahu temples (a local corruption of the original Sahastra-Bahu, meaning &amp;quot;One with thousand arms&amp;quot;, a form of Vishnu).Lotus flower painting is visible on the roof top of temple. Iltutmish (Delhi emperor of that time) destroyed Nagda in 1226. The temples are now in partial ruins but one can still marvel at their original splendour, the artisanry and the perfect geometry that must have been the hallmark of that era! Roads made with white marber are also attraction of the village.The temple is on the Archaeological Survey of India&amp;#039;s list of heritage monuments.The site is very easily accessible by road, only 22 km from Udaipur (one of the main lake &amp;amp; palace hotspots of Tourism in Rajasthan), a mere 2.7 km from the well frequented Shaivite shrine of Eklingji, or 30 km from the hugely popular Vaishnavite shrine town of Nathdwara.For those excited by India&amp;#039;s History &amp;amp; Archeology, this site deserves to be hot on the tourist map but sadly isn&amp;#039;t.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.7828551,\"Long\":73.7242486,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Sahastra_Bahu_Temple_28058_1529404117.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"223375\",\"Title\":\"Arrive in Jaipur by Flight or Train\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Arrival by Flight \\/ Train in Jaipur. Meet &amp; greet by our professional representative and transfer to the repective Hotel.<\\/p>\\r\\n\\r\\n<p>Afternoon, visit the Hawa Mahal, Observatory, Galtaji Temple and&nbsp; Bapu Bazaar . Evening, visit the famous Birla Temple.<\\/p>\\r\\n\\r\\n<p>Overnight at the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492753,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492754,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492755,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":216,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":148,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":533,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223378\",\"Title\":\"In Jaipur- Full day sightseeing tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Breakfast at the hotel, proceed for the sightseeing of Jaipur city&nbsp; visiting Amber Fort, which was the ancient capital of the State. Further,&nbsp; visit the Hall of Victory or the Sheesh Mahal glittering with mirrors. Ascend the Fort on Elephant back (On Own) . In the afternoon,&nbsp; visit the famous Albert Hall, Wind Palace (Hawa Mahal) and City Palace<\\/p>\\r\\n\\r\\n<p>Jaipur is the capital of India&rsquo;s Rajasthan state. It evokes the royal family that once ruled the region and that, in 1727, founded what is now called the Old City, or &ldquo;Pink City&rdquo; for its trademark building color. At the center of its stately street grid (notable in India) stands the opulent, colonnaded City Palace complex. With gardens, courtyards and museums, part of it is still a royal residence.<\\/p>\\r\\n\\r\\n<p>&nbsp;Evening, visit the&nbsp; Vibrant Pink City Bazaars and shopping. Overnight at Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492753,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492754,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492755,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":39,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223381\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223384\",\"Title\":\"Drive from Jaipur to Jodhpur\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Morning, breakfast at the hotel. Check out and drive straight to Jodhpur (4-5 hour drive).<\\/p>\\r\\n\\r\\n<p>Arrive in Jodhpur and check in at hotel. Afternoon, visit the famous Mehrangarh Fort and Jaswant thada.<\\/p>\\r\\n\\r\\n<p>Mehrangarh Fort covers an area of 1,200 acres in Jodhpur, Rajasthan. The complex is located on a hilltop around 122 metres above the surrounding plain, and was constructed circa 1459 by Rajput ruler Rao Jodha.<\\/p>\\r\\n\\r\\n<p>The Jaswant Thada is a cenotaph located in Jodhpur, in the Indian state of Rajasthan. It was built by Maharaja Sardar Singh of Jodhpur State in 1899 in memory of his father, Maharaja Jaswant Singh II, and serves as the cremation ground for the royal Rajput family of Marwar.<\\/p>\\r\\n\\r\\n<p>Evening, enjoy the visit to the Old Jodhpur city and shopping. Overnight at Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492756,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492757,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492758,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":492759,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1113,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1123,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223387\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13184,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223390\",\"Title\":\"Drive from Jodhpur to Mount Abu (260 Km \\/ 4-5 hour drive)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Breakfast at the hotel. Check out.&nbsp;<\\/p>\\r\\n\\r\\n<p>Monring, quickly visit the famous Umaid Bhawan Museum. Later on, drive to Mount Abu.<\\/p>\\r\\n\\r\\n<p>Afternoon, arrive in Mount Abu and check in at Hotel.<\\/p>\\r\\n\\r\\n<p>Mount Abu is a hill station in western India&rsquo;s Rajasthan state, near the Gujarat border. Set on a high rocky plateau in the Aravalli Range and surrounded by forest, it offers a relatively cool climate and views over the arid plains below. In the center of town, Nakki Lake is a popular spot for boating. Close by are the centuries-old Dilwara Temples, ornately carved from white marble and of great spiritual importance.<\\/p>\\r\\n\\r\\n<p>Later on, visit the famous Dilwara- Jain Temples, Enjoy boating in Nakki Lake, Tod Rock and enjoy the flora &amp; fauan or the beautiful Hill station&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18551,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492760,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492762,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492763,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":436,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1186,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1795,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223393\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18551,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223396\",\"Title\":\"Drive from Mount Abu to Udaipur -( 160 Km\\/ 3 hour drive)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Breakfast at the hotel. Check out.<\\/p>\\r\\n\\r\\n<p>Drive from Mount Abu to Udiapur- City of Lakes.<\\/p>\\r\\n\\r\\n<p>Arrive in Udaipur and check in at Hotel. relax for some time.<\\/p>\\r\\n\\r\\n<p>Evening, enjoy the boat cruise at Lake Pichola overlookin the beautiful City Palace.<\\/p>\\r\\n\\r\\n<p>Overnight at Hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492765,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492767,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":225,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":145,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223399\",\"Title\":\"In Udaipur - Full day sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Morning, breakfast at the hotel. Later on, proceed to visit the famous City Palace.<\\/p>\\r\\n\\r\\n<p>City Palace, Udaipur&nbsp;is a palace complex situated in the city of&nbsp;Udaipur&nbsp;in the Indian state of&nbsp;Rajasthan. It was built over a period of nearly 400 years, with contributions from several rulers of the&nbsp;Mewar&nbsp;dynasty. Its construction began in 1553, started by&nbsp;Maharana&nbsp;Udai Singh II&nbsp;of the&nbsp;Sisodia&nbsp;Rajput&nbsp;family as he shifted his capital from the erstwhile&nbsp;Chittor&nbsp;to the newfound city of Udaipur.[1]&nbsp;The palace is located on the east bank of&nbsp;Lake Pichola&nbsp;and has several palaces built within its complex.<\\/p>\\r\\n\\r\\n<p>Later on, visit the Saheliyon ki Bari Gardens and Jagdish Temple.<\\/p>\\r\\n\\r\\n<p>Afternoon, visit the famous Eklingi and Nagda temples.<\\/p>\\r\\n\\r\\n<p>Evening, visit the local markets and Ghats and enjoy the flora &amp; fauna of the Old city. or agian enjoy the Boat Ride.<\\/p>\\r\\n\\r\\n<p>Overnight at hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":492765,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":492767,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":359,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":720,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":478,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1508,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"223402\",\"Title\":\"Departure transfer to Airport or Railway station \",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Morning, breakfast at the hotel. Morning time at leisure or shopping.<\\/p>\\r\\n\\r\\n<p>Check out and transfer to Airport or Railway statiion to connect Flight\\/Train to onward journey.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31414\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17149.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":14798,\"priceDoubleOcc\":\"17149.50\",\"priceSingleOcc\":36719.5,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17149.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":15038,\"priceDoubleOcc\":\"17510.00\",\"priceSingleOcc\":37080,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":15244,\"priceDoubleOcc\":\"17819.00\",\"priceSingleOcc\":37389,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17819.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":15587,\"priceDoubleOcc\":\"18334.00\",\"priceSingleOcc\":37904,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":15862,\"priceDoubleOcc\":\"18746.00\",\"priceSingleOcc\":38316,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18746.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":17647,\"priceDoubleOcc\":\"21424.00\",\"priceSingleOcc\":40994,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21424.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14798,\"priceDoubleOcc\":\"17149.50\",\"priceSingleOcc\":36719.5,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17149.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15038,\"priceDoubleOcc\":\"17510.00\",\"priceSingleOcc\":37080,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17510.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15244,\"priceDoubleOcc\":\"17819.00\",\"priceSingleOcc\":37389,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17819.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15587,\"priceDoubleOcc\":\"18334.00\",\"priceSingleOcc\":37904,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18334.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15862,\"priceDoubleOcc\":\"18746.00\",\"priceSingleOcc\":38316,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18746.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":17647,\"priceDoubleOcc\":\"21424.00\",\"priceSingleOcc\":40994,\"priceExtraBed\":\"9270.00\",\"priceWithoutBed\":\"3605.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21424.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31415\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22402.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":19227,\"priceDoubleOcc\":\"22402.50\",\"priceSingleOcc\":47071,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22402.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":19604,\"priceDoubleOcc\":\"22969.00\",\"priceSingleOcc\":47637.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22969.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":19879,\"priceDoubleOcc\":\"23381.00\",\"priceSingleOcc\":48049.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":20154,\"priceDoubleOcc\":\"23793.00\",\"priceSingleOcc\":48461.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23793.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":20566,\"priceDoubleOcc\":\"24411.00\",\"priceSingleOcc\":49079.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24411.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":22488,\"priceDoubleOcc\":\"27295.00\",\"priceSingleOcc\":51963.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27295.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19227,\"priceDoubleOcc\":\"22402.50\",\"priceSingleOcc\":47071,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22402.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19604,\"priceDoubleOcc\":\"22969.00\",\"priceSingleOcc\":47637.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22969.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19879,\"priceDoubleOcc\":\"23381.00\",\"priceSingleOcc\":48049.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23381.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20154,\"priceDoubleOcc\":\"23793.00\",\"priceSingleOcc\":48461.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23793.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20566,\"priceDoubleOcc\":\"24411.00\",\"priceSingleOcc\":49079.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24411.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22488,\"priceDoubleOcc\":\"27295.00\",\"priceSingleOcc\":51963.5,\"priceExtraBed\":\"11948.00\",\"priceWithoutBed\":\"4944.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27295.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31416\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30385.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":26437,\"priceDoubleOcc\":\"30385.00\",\"priceSingleOcc\":62315,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30385.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":26780,\"priceDoubleOcc\":\"30900.00\",\"priceSingleOcc\":62830,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":27055,\"priceDoubleOcc\":\"31312.00\",\"priceSingleOcc\":63242,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31312.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":27329,\"priceDoubleOcc\":\"31724.00\",\"priceSingleOcc\":63654,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31724.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":27673,\"priceDoubleOcc\":\"32239.00\",\"priceSingleOcc\":64169,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32239.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":29527,\"priceDoubleOcc\":\"35020.00\",\"priceSingleOcc\":66950,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26437,\"priceDoubleOcc\":\"30385.00\",\"priceSingleOcc\":62315,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30385.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26780,\"priceDoubleOcc\":\"30900.00\",\"priceSingleOcc\":62830,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27055,\"priceDoubleOcc\":\"31312.00\",\"priceSingleOcc\":63242,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31312.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27329,\"priceDoubleOcc\":\"31724.00\",\"priceSingleOcc\":63654,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31724.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27673,\"priceDoubleOcc\":\"32239.00\",\"priceSingleOcc\":64169,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32239.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29527,\"priceDoubleOcc\":\"35020.00\",\"priceSingleOcc\":66950,\"priceExtraBed\":\"16480.00\",\"priceWithoutBed\":\"7725.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31414\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18315.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":15803,\"priceDoubleOcc\":\"18315.00\",\"priceSingleOcc\":39215,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18315.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":16060,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":39600,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":16280,\"priceDoubleOcc\":\"19030.00\",\"priceSingleOcc\":39930,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19030.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":16647,\"priceDoubleOcc\":\"19580.00\",\"priceSingleOcc\":40480,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19580.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":16940,\"priceDoubleOcc\":\"20020.00\",\"priceSingleOcc\":40920,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":18847,\"priceDoubleOcc\":\"22880.00\",\"priceSingleOcc\":43780,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":15803,\"priceDoubleOcc\":\"18315.00\",\"priceSingleOcc\":39215,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18315.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16060,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":39600,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16280,\"priceDoubleOcc\":\"19030.00\",\"priceSingleOcc\":39930,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19030.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16647,\"priceDoubleOcc\":\"19580.00\",\"priceSingleOcc\":40480,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19580.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":16940,\"priceDoubleOcc\":\"20020.00\",\"priceSingleOcc\":40920,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18847,\"priceDoubleOcc\":\"22880.00\",\"priceSingleOcc\":43780,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"3850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31415\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23925.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":20533,\"priceDoubleOcc\":\"23925.00\",\"priceSingleOcc\":50270,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23925.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":20937,\"priceDoubleOcc\":\"24530.00\",\"priceSingleOcc\":50875,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24530.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":21230,\"priceDoubleOcc\":\"24970.00\",\"priceSingleOcc\":51315,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24970.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":21523,\"priceDoubleOcc\":\"25410.00\",\"priceSingleOcc\":51755,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25410.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":21963,\"priceDoubleOcc\":\"26070.00\",\"priceSingleOcc\":52415,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"29150.00\",\"priceSingleOcc\":55495,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20533,\"priceDoubleOcc\":\"23925.00\",\"priceSingleOcc\":50270,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23925.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20937,\"priceDoubleOcc\":\"24530.00\",\"priceSingleOcc\":50875,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24530.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21230,\"priceDoubleOcc\":\"24970.00\",\"priceSingleOcc\":51315,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24970.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21523,\"priceDoubleOcc\":\"25410.00\",\"priceSingleOcc\":51755,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25410.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21963,\"priceDoubleOcc\":\"26070.00\",\"priceSingleOcc\":52415,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26070.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24017,\"priceDoubleOcc\":\"29150.00\",\"priceSingleOcc\":55495,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"5280.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31416\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32450.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":28233,\"priceDoubleOcc\":\"32450.00\",\"priceSingleOcc\":66550,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":28893,\"priceDoubleOcc\":\"33440.00\",\"priceSingleOcc\":67540,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":29187,\"priceDoubleOcc\":\"33880.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":29553,\"priceDoubleOcc\":\"34430.00\",\"priceSingleOcc\":68530,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34430.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-14\",\"To\":\"2022-01-14\",\"Currency\":1,\"priceTripleOcc\":31533,\"priceDoubleOcc\":\"37400.00\",\"priceSingleOcc\":71500,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28233,\"priceDoubleOcc\":\"32450.00\",\"priceSingleOcc\":66550,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28600,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":67100,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28893,\"priceDoubleOcc\":\"33440.00\",\"priceSingleOcc\":67540,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29187,\"priceDoubleOcc\":\"33880.00\",\"priceSingleOcc\":67980,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33880.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29553,\"priceDoubleOcc\":\"34430.00\",\"priceSingleOcc\":68530,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34430.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-17\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":31533,\"priceDoubleOcc\":\"37400.00\",\"priceSingleOcc\":71500,\"priceExtraBed\":\"17600.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"223375\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[223375],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223378\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[223378],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223381\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223381],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223384\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[223384],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223387\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223387],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223390\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[223390],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223393\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223393],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223396\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[223396],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223399\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[223399],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"223402\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[223402],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Jaipur,Jodhpur,Mount Abu,Udaipur', 'Jaipur,Rajasthan,Indian Subcontinent,North India,India,Jodhpur,Mount Abu,Udaipur', NULL, '12995,13184,18551,28058', 17150, 37400, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'best-of-rajasthan', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(42, 31341, 1, 9840, 0, 0, 0, 'Honeymoon,Family,Hill Station,Culture,Romantic,Shopping and Nightlife,Leisure', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31341,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/srilanka_explorer_1641978653.jpg\",\"BookingValidUntill\":\"2022-04-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;A delightful Srilanka package for 5 Night 6 Days&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":9935,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9935,\"DestinationPlaces\":\"Colombo\",\"DestinationPlacesSysId\":6689,\"SourcePlaces\":\"Colombo\",\"SourcePlaceSysId\":6689,\"AgencyName\":\"India Now Journeys\",\"Name\":\"Srilanka Explorer\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7685\",\"SupplierName\":\"India Now Journeys Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Culture,Romantic,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-04-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":6689,\"Title\":\"Colombo\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":401124,\"Name\":\"Global Towers\",\"Star\":\"3.00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.877432000000000\",\"Long\":\"79.857409000000000\",\"Address\":\"11 Station Avenue Marine Drive Colombo 06 Sri Lanka, Sri Lanka, \"},\"Images\":[],\"CityId\":6689,\"Brief\":\"The hotel is located 40 kms from the Colombo International airport (1hr 30 min) and 1 km from the Wellawatta railway station. The rooms are well appointed with modern amenities  and are equipped with mini fridge, satellite TV, telephone with IDD facilities . The in house restaurant serves a wide range of international and Asian cuisine. A modern multi storey building. The lobby is medium size. WHR01F\\/10\\/11 The bars and restaurants of central Colombo also lie only 15-20 minutes away. It overlooks the Indian Ocean and from its open-air rooftop has wonderful panoramic views across the city. Colombo&#039;s much-loved beach fish restaurant, Beach Wadiya, lies just across a relatively quiet thoroughfare\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":401169,\"Name\":\"Galadari\",\"Star\":\"5.00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.931370000000000\",\"Long\":\"79.845600000000000\",\"Address\":\"64 Lotus Road Colombo SRI LANKA Sri Lanka, Sri Lanka, \"},\"Images\":[],\"CityId\":6689,\"Brief\":\"This hotel is located in the middle of Colombo and overlooks the ocean harbour. Colombo International Airport is a hour drive from the hotel. The central railway station is just one mile away. All the rooms are spacious with en-suite toilets and bathtub, 24 hour room service, telephone, 30 channel TV, radio, room safety box, mini-bar and hair dryer. Non smoking rooms and rooms for handicapped persons are also available. There is also a daily turn down service. There is an excellent choice of restaurants offering various international cuisines. A rooftop restaurant with views of the Indian Ocean, a lobby bar, a pastry shop and a 24-hour cafe are available to guests. A large 15 storey modern brick building painted white. A large modern reception area with seating area for guest. A good superior first property, the hotel offers guests&#039; first class facilities in the middle of Colombo. The hotel has a well-equipped gymnasium, with Sauna and steam and an open-air fresh water pool. Floodlit tennis courts, game room and a large TV screen for showing all major sports events are also available. (WHR01F\\/11)\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":401200,\"Name\":\"CINNAMON LAKESIDE\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.928966\",\"Long\":\"79.849578\",\"Address\":\"115, Sir Chittampalam A. Gardiner Mawatha, Colombo, Sri Lanka, \"},\"Images\":[],\"CityId\":6689,\"Brief\":\"Cinnamon Lakeside Colombo sits in the heart of Colombo, nestled between a lake and the bustling city, creating the perfect, urban getaway. Like a beacon for the weary traveler and a call to the busy bee, Cinnamon Lakeside is the perfect way to escape within the city and find the luxuries of resort life.\\nIt is also the most extraordinary business hotel in Colombo, housing the largest city swimming pool, spectacular landscaping and an atmosphere of adventure. We are also home to a floating restaurant, an aqua foot lounge, delectable international cuisine and inspiring event venues. Stunning views of the Beira Lake and our stylishly chilled architecture combine to transport every visitor to a far-away place of peace and punctuation, heightening the senses at all times.\\nMost of our 346 rooms come with expansive private terraces that open up to a breathtaking view of our poolside and the lake beyond. Walk in and find yourself relaxing to the pace of a resort, surrounded by definitive, exotic richness. Comfort, personal attention, sincerity and warmth define us.\\nLocated a mere half an hour away from the Bandaranaike International Airport and right in the heart of Colombo&rsquo;s pulse and pace, Cinnamon Lakeside takes away the stress and the speed of the city&rsquo;s demands and makes you unwind on impact.\\nWe&rsquo;ve been winning awards for creating eclectic leisure over here at Cinnamon Lakeside Colombo for 30 years&ndash; so coming to us means you are in the hands of masters.\\nAnd what is our expertise? Your heart&rsquo;s content, of course!\\nAccommodation at Cinnamon Lakeside is akin to staying at a far-away paradise &ndash; moving your state of mind from a hotel in Colombo to a resort along our southern coastline. Our expansive Premium, Superior and Executive rooms and our tropically luxurious Presidential, Executive and Cilantro Suites all come with fresh foliage, bathtubs, lighting control systems, vibrant interiors and spectacular views of the city, lake and poolside. The combined ambiance is designed to create absolute bliss. We aim to provide a piece of paradise in each of our rooms and each moment our guests are with us. No matter what you seek, be it calm or crazy, our rooms deliver. Come to us at Cinnamon Lakeside and find your calm in the storm of the city.\\nOur city resort houses the 10 best restaurants in Colombo with an assortment of specialty cuisine, and master chefs ready to tease your taste buds and take you on a gastronomic adventure.\\n Each restaurant is designed with a specific atmosphere in mind, transporting not only your senses but your very being to the places our dishes come from. Our signature restaurants &ndash; Royal Thai and Long Feng are both testament to this from entrance to entr&eacute;e and beyond. Our resort feel extends itself to other venues like a private dining on the lake and an aqua lounge to sip cocktails and dip your feet into flowing water. And even a lobby lounge that doubles up as sushi bar. The versatile dining experiences here at Cinnamon Lakeside Colombo are truly exotic indulgences.\\nt&rsquo;s sometimes the extrinsic details that make an event that much more special. The right venue, ambiance and service combine with your personal touch to create the perfect affair. Our selection of 2 ballrooms, 3 conference venues, 3 boardroom suites and our flamboyant floating venue on the Beira Lake make Cinnamon Lakeside Colombo the perfect luxury hotel in Colombo to host something extraordinary. Our weddings here at Lakeside have always been particularly enchanting occasions, owing to the spectacular landscaping and architecture that make for the perfect photograph too.\\n Our venues, menus and exceptional service combine to create memorable little moments, extravagant days and magical nights here at Lakeside.\\nThere isn&rsquo;t a paradise full of options in any other hotel in Colombo to host your special day. Beginning your life together in our paradise island means we bring a little bit of it into the heart of our hotel for you. Weddings are all about special moments and the setting here at Lakeside is the perfect way to go. Flawless logistics and an exotic atmosphere combine with many other wedding services to make us your one-stop destination to put your wedding together.\\n Our complimentary wedding specials include a wedding planning room, traditional oil lamp, wedding cake, bridal settee, registration table, floral arrangements &amp;amp; d&eacute;cor, a bridal retinue changing room, continental breakfast for the couple, a fruit basket, champagne and chocolates in the bridal chambers and the use of our exotic gardens for photographs.\\n Begin your life together as our destination wedding venues right in the heart of the city, including our fairytale ballroom &ndash; The King&rsquo;s Court, our magical Earl&rsquo;s Court, our Waterside gardens and even a floating 2-storey boathouse we call 8&deg; on the Lake.\\nParadise won&rsquo;t be much of a paradise without the extras. Accommodation, dining and wining are the essentials, but the value additions of our spa, gym, tennis and squash courts, and our larger-than-life poolside infuse with the rest of Lakeside to make paradise the norm and not merely an exception. \\n Rejuvenate, radiate and vibrate at the highest frequencies of life with Cinnamon Lakeside&rsquo;s extraordinary extras that make us the best 5 star hotel in Colombo.\\nWhat makes Cinnamon Lakeside so special? Well that&rsquo;s simple &ndash; walk in and see for yourself how we&rsquo;ve put together the perfect escape from the city right in the heart of it. You don&rsquo;t really need a long list of places to see in Colombo when you can lounge in our city resort and watch it all go by from a perfectly relaxing vantage point.The CINNAMON LAKESIDE is a Tourist, Business, Leisure, City hotel hotel. Located in COLOMBO area. Shopping is within walking distance and the nightlife\\/restaurants are located in the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/84\\/84846\\/21IElz0x_bb809dc4cbc9b7c00bb42d94be32303c.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4439,\"Title\":\"Kandy city tour\",\"Description\":\"The city was born in the 14th century and became the capital of the Kandyan kingdom in the 16th century. It was the seat of much of Sri Lanka&rsquo;s culture. The Royal City fell to the British in 1815, when the last Kandyan King, Sri Wickrema Rajasinghe was captured.\\r\\n\\r\\nFor Buddhists, Kandy is the sacred city. The focal point is the Dalada Maligawa also known as the temple of the tooth, where the Sacred Tooth Relic of Lord Buddha is enshrined. There are many shrines and temples in and around Kandy, where you will see rare paintings, frescoes, wood and stone carvings.\\r\\n\\r\\nKandy is still the home of the arts and crafts, music and dance and song which flourished under the patronage of the Kandyan Kings.\\r\\n\\r\\nThe highlight of the year is the Kandy Esala Perahera, when a replica of the relic casket is taken in procession accompanied by exotically costumed drummers, dancers and about 80 &ndash; 100 caparisoned elephants during ten glittering nights in July\\/ August.\\r\\n\\r\\nThe beautiful city, surrounded by hills and valleys, rivers, lakes and cascading waterfalls, boasts of the Royal Botanical gardens at Peradeniya .\\r\\n\\r\\nKandy is an exciting place for shopping with souvenirs of wood, copper, silver, brass and bronze. Ceramics, lacquer work, handlooms, batiks, jewellery, rush and reed-ware too could be purchased. While in Kandy, an outing to a tea factory as well as a tea plantation should also be made to witness first hand, the process that leads to the creation of the famous &lsquo;Ceylon Tea&rsquo;.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522663398.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3063,\"Title\":\"Temple of the Tooth\",\"Description\":\"Dalada Maligawa is also know as the temple of tooth relic.It is a Buddhist temple in the city of Kandy, Sri Lanka. Dalada Maligawa  is located in the royal palace complex of the former Kingdom of Kandy, which houses the relic of the tooth of the Buddha. After Buddha was cremated, his four canine teeth were taken from the ashes. These teeth are regarded as the holiest relics of Buddhism. King Vijayabahu II was succeeded by his son, who took the throne under the name Parakramabahu II . An erudite scholar, Parakramabahu II complied some of Sri Lanka&amp;#039;s classical literary texts, including the Kavusilumina.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":7.2936,\"Long\":80.6413,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/Temple_of_the_Tooth_13493_1517383985.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2683,\"Title\":\"Pinnawala Elephant Orphanage\",\"Description\":\"Pinnawala Elephant Orphanage is an orphanage, nursery and captive breeding ground for wild Asian elephants located at Pinnawala village. The orphanage was established to feed, nurse and house young elephants found abandoned by their mothers.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":7.3009705,\"Long\":80.3871563,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Pinnawala_Elephant_Orphanage_6689_1519283278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":22935,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":6.949716599999999,\"Long\":80.7891068,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2693,\"Title\":\"Tea Factory\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":7.2802274,\"Long\":80.8273768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/Tea_Factory_13493_1519293542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3096,\"Title\":\"Madu river\",\"Description\":\"somewhere near to balapitiya you will be finding one of the tourist attractive place for doing river safari. 64 Naturally discovered islands with lots of passion. also mangrove caves are stunning when you go through them. Fishing nets and foot massage from the colorful fish was fantastic bit costly but very very interesting place to visit when you travel to the south coast of sri lanka.\",\"CurrencyType\":0,\"CityId\":34652,\"CityName\":\"Galle\",\"Lat\":6.3155787,\"Long\":80.0918575,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34652\\/sightseeing\\/Madu_river_34652_1546692654.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3054,\"Title\":\"Galle Face Green\",\"Description\":\"Galle Face is a 12 Acres side of ocean urban park which stretches for 500 m along the coast The area was initially put to plan and laid out in 1859 by Governor Sir Henry George Ward. It was initially used for many recreational activities.Activities like horse racing and golf. It was also used to play cricket, polo, football tennis and rugby.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9235,\"Long\":79.845,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Galle_Face_Green_6689_1517378969.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8190,\"Title\":\"Galle Dutch Fort\",\"Description\":\"Galle Fort, in the Bay of Galle on the southwest coast of Sri Lanka, was built first in 1588 by the Portuguese, then extensively fortified by the Dutch during the 17th century from 1649 onwards. It is a historical, archaeological and architectural heritage monument, which even after more than 423 years maintains a polished appearance, due to extensive reconstruction work done by Archaeological Department of Sri Lanka.\",\"CurrencyType\":0,\"CityId\":34652,\"CityName\":\"Galle\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34652\\/sightseeing\\/Galle_Dutch_Fort_34652_1547555714.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3060,\"Title\":\"Independence Hall\",\"Description\":\"Independence  Hall   is a national monument in Sri Lanka.It is built for a commemoration of the independence of Sri Lanka. This Hall is based on the architecture of the Audience Hall located in Kandy. The column and pilers in the independence hall are decorated with traditional Sri Lankan designs and statues of lions are placed around the building.In the front of this monument statue of late Hon. D.S is located, who was the first prime minister of Sri lanka.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9044,\"Long\":79.8675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/__Independence_Hall__6689_1517382341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":17981,\"Title\":\"Hindu temple\",\"Description\":\"Visiting a Hindu Temple is a revered ritual because it serves as a sacred meeting place for the Hindu community to meet and worship with the objective of revitalizing and sanctifying the body, mind and soul. It is believed that the amazing architecture of Hindu Temples, which has evolved over 2000 years, is admired for its different styles of domes, steeples and intricate sculptures.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Hindu_temple_6689_1606137520.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8050,\"Title\":\"Gangaramaya Buddhist Temple\",\"Description\":\"The Gangaramaya Temple is strikingly beautiful, and it is also the most important place of worship for Buddhists in Sri Lanka. It is immaculately designed, with a hint of Chinese, Indian and Thai influence in its architecture. The Gangaramaya Buddhist Temple is quite a sight in itself. It also houses a museum and a library.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.545,\"Long\":79.512,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Gangaramaya_Buddhist_Temple_6689_1546688806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":13493,\"Title\":\"Kandy\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":8308,\"Name\":\"Devon\",\"Star\":\".00\",\"Rating\":\"3.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.2844420978331\",\"Long\":\"80.649988353252\",\"Address\":\"51 Ampitiya Road Kandy\"},\"Images\":{\"Image\":[{\"ImagId\":197807,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_32_t.jpg\"},{\"ImagId\":197808,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_45_t.jpg\"},{\"ImagId\":197809,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_39_t.jpg\"},{\"ImagId\":197810,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_24_t.jpg\"},{\"ImagId\":197811,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_34_t.jpg\"},{\"ImagId\":197812,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_33_t.jpg\"},{\"ImagId\":197813,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_29_t.jpg\"},{\"ImagId\":197814,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_28_t.jpg\"},{\"ImagId\":197815,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_46_t.jpg\"},{\"ImagId\":197816,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_23_t.jpg\"},{\"ImagId\":197817,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_22_t.jpg\"},{\"ImagId\":197818,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_43_t.jpg\"},{\"ImagId\":197819,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_36_t.jpg\"},{\"ImagId\":197820,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_27_t.jpg\"},{\"ImagId\":197821,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_11_t.jpg\"},{\"ImagId\":197822,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_4_t.jpg\"},{\"ImagId\":197823,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_12_t.jpg\"},{\"ImagId\":197824,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_3_t.jpg\"},{\"ImagId\":197825,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_26_t.jpg\"},{\"ImagId\":197826,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_30_t.jpg\"},{\"ImagId\":197827,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_44_t.jpg\"},{\"ImagId\":197828,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_38_t.jpg\"},{\"ImagId\":197829,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_37_t.jpg\"},{\"ImagId\":197830,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_31_t.jpg\"},{\"ImagId\":197831,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_42_t.jpg\"},{\"ImagId\":197832,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_14_t.jpg\"},{\"ImagId\":197833,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_47_t.jpg\"},{\"ImagId\":197834,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_25_t.jpg\"},{\"ImagId\":197835,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_41_t.jpg\"},{\"ImagId\":197836,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_35_t.jpg\"},{\"ImagId\":197837,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_48_t.jpg\"},{\"ImagId\":197838,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_20_t.jpg\"},{\"ImagId\":197839,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_8_t.jpg\"},{\"ImagId\":197840,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_9_t.jpg\"},{\"ImagId\":197841,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_16_t.jpg\"},{\"ImagId\":197842,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_13_t.jpg\"},{\"ImagId\":197843,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_21_t.jpg\"},{\"ImagId\":197844,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_18_t.jpg\"},{\"ImagId\":197845,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_19_t.jpg\"},{\"ImagId\":197846,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_7_t.jpg\"},{\"ImagId\":197847,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_5_t.jpg\"},{\"ImagId\":197848,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_10_t.jpg\"},{\"ImagId\":197849,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_1_t.jpg\"},{\"ImagId\":197850,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_6_t.jpg\"}]},\"CityId\":13493,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/15000000\\/14700000\\/14695900\\/14695803\\/14695803_32_t.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":401287,\"Name\":\"Oak Ray Regency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"No.09, Deveni Rajasinghe Mawatha,GatembeKandy, , , 20000, \"},\"Images\":[],\"CityId\":13493,\"Brief\":\"Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless Internet access and barbecue grills. Getting to nearby attractions is a breeze with the area shuttle (surcharge).\",\"MainImg\":\"https:\\/\\/www.tboholidays.com\\/imageresource.aspx?img=a12Wzatglc3PPXokpmsdug0pHcvG9AU+1jsgnv8yJ52Co0LSIab8E\\/glnfqkTkNNs0XLxIhmNV2yxpiZaYZZ2vfkoI6NvU8nn0c2UyVOpsAOGwxyQTNP64Hv2ctbnCS8uWNTVUGiZl0=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":8305,\"Name\":\"Mahaweli Reach\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"7.3254208368752\",\"Long\":\"80.63134431839\",\"Address\":\"35, P.B.A. Weerakoon Mawatha Kandy\"},\"Images\":{\"Image\":[{\"ImagId\":197755,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/35\\/262\\/Banquet_Room_A.jpg\"},{\"ImagId\":197756,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/35\\/271\\/Room_A.jpg\"},{\"ImagId\":197757,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/35\\/280\\/Reception_A.jpg\"},{\"ImagId\":197758,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/35\\/289\\/Pool_A.jpg\"},{\"ImagId\":197759,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/35\\/298\\/Hotel_View_C.jpg\"}]},\"CityId\":13493,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Mahaweli Reach Hotel, you&amp;apos;ll be centrally located in Kandy, convenient to Asgiri Maha Viharaya and Royal Palace of Kandy.  This 4-star hotel is within close proximity of Bahirawa Buddah and Sri Dalada Maligawa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 112 air-conditioned rooms featuring LCD televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower\\/tub combinations feature complimentary toiletries and bathrobes.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take time to pamper yourself with a visit to the full-service spa. You can take advantage of recreational amenities such as an outdoor pool, an outdoor tennis court, and a fitness center. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour business center, express check-in, and express check-out. Planning an event in Kandy? This hotel has facilities measuring 3058 square feet (284 square meters), including a conference center. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/39\\/35\\/262\\/Banquet_Room_A.jpg\",\"AccoAminitiesMask\":\"111101010000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4439,\"Title\":\"Kandy city tour\",\"Description\":\"The city was born in the 14th century and became the capital of the Kandyan kingdom in the 16th century. It was the seat of much of Sri Lanka&rsquo;s culture. The Royal City fell to the British in 1815, when the last Kandyan King, Sri Wickrema Rajasinghe was captured.\\r\\n\\r\\nFor Buddhists, Kandy is the sacred city. The focal point is the Dalada Maligawa also known as the temple of the tooth, where the Sacred Tooth Relic of Lord Buddha is enshrined. There are many shrines and temples in and around Kandy, where you will see rare paintings, frescoes, wood and stone carvings.\\r\\n\\r\\nKandy is still the home of the arts and crafts, music and dance and song which flourished under the patronage of the Kandyan Kings.\\r\\n\\r\\nThe highlight of the year is the Kandy Esala Perahera, when a replica of the relic casket is taken in procession accompanied by exotically costumed drummers, dancers and about 80 &ndash; 100 caparisoned elephants during ten glittering nights in July\\/ August.\\r\\n\\r\\nThe beautiful city, surrounded by hills and valleys, rivers, lakes and cascading waterfalls, boasts of the Royal Botanical gardens at Peradeniya .\\r\\n\\r\\nKandy is an exciting place for shopping with souvenirs of wood, copper, silver, brass and bronze. Ceramics, lacquer work, handlooms, batiks, jewellery, rush and reed-ware too could be purchased. While in Kandy, an outing to a tea factory as well as a tea plantation should also be made to witness first hand, the process that leads to the creation of the famous &lsquo;Ceylon Tea&rsquo;.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522663398.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3063,\"Title\":\"Temple of the Tooth\",\"Description\":\"Dalada Maligawa is also know as the temple of tooth relic.It is a Buddhist temple in the city of Kandy, Sri Lanka. Dalada Maligawa  is located in the royal palace complex of the former Kingdom of Kandy, which houses the relic of the tooth of the Buddha. After Buddha was cremated, his four canine teeth were taken from the ashes. These teeth are regarded as the holiest relics of Buddhism. King Vijayabahu II was succeeded by his son, who took the throne under the name Parakramabahu II . An erudite scholar, Parakramabahu II complied some of Sri Lanka&amp;#039;s classical literary texts, including the Kavusilumina.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":7.2936,\"Long\":80.6413,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/Temple_of_the_Tooth_13493_1517383985.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2683,\"Title\":\"Pinnawala Elephant Orphanage\",\"Description\":\"Pinnawala Elephant Orphanage is an orphanage, nursery and captive breeding ground for wild Asian elephants located at Pinnawala village. The orphanage was established to feed, nurse and house young elephants found abandoned by their mothers.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":7.3009705,\"Long\":80.3871563,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Pinnawala_Elephant_Orphanage_6689_1519283278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":22935,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":6.949716599999999,\"Long\":80.7891068,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2693,\"Title\":\"Tea Factory\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":7.2802274,\"Long\":80.8273768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/Tea_Factory_13493_1519293542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3096,\"Title\":\"Madu river\",\"Description\":\"somewhere near to balapitiya you will be finding one of the tourist attractive place for doing river safari. 64 Naturally discovered islands with lots of passion. also mangrove caves are stunning when you go through them. Fishing nets and foot massage from the colorful fish was fantastic bit costly but very very interesting place to visit when you travel to the south coast of sri lanka.\",\"CurrencyType\":0,\"CityId\":34652,\"CityName\":\"Galle\",\"Lat\":6.3155787,\"Long\":80.0918575,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34652\\/sightseeing\\/Madu_river_34652_1546692654.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3054,\"Title\":\"Galle Face Green\",\"Description\":\"Galle Face is a 12 Acres side of ocean urban park which stretches for 500 m along the coast The area was initially put to plan and laid out in 1859 by Governor Sir Henry George Ward. It was initially used for many recreational activities.Activities like horse racing and golf. It was also used to play cricket, polo, football tennis and rugby.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9235,\"Long\":79.845,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Galle_Face_Green_6689_1517378969.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8190,\"Title\":\"Galle Dutch Fort\",\"Description\":\"Galle Fort, in the Bay of Galle on the southwest coast of Sri Lanka, was built first in 1588 by the Portuguese, then extensively fortified by the Dutch during the 17th century from 1649 onwards. It is a historical, archaeological and architectural heritage monument, which even after more than 423 years maintains a polished appearance, due to extensive reconstruction work done by Archaeological Department of Sri Lanka.\",\"CurrencyType\":0,\"CityId\":34652,\"CityName\":\"Galle\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34652\\/sightseeing\\/Galle_Dutch_Fort_34652_1547555714.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3060,\"Title\":\"Independence Hall\",\"Description\":\"Independence  Hall   is a national monument in Sri Lanka.It is built for a commemoration of the independence of Sri Lanka. This Hall is based on the architecture of the Audience Hall located in Kandy. The column and pilers in the independence hall are decorated with traditional Sri Lankan designs and statues of lions are placed around the building.In the front of this monument statue of late Hon. D.S is located, who was the first prime minister of Sri lanka.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9044,\"Long\":79.8675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/__Independence_Hall__6689_1517382341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":17981,\"Title\":\"Hindu temple\",\"Description\":\"Visiting a Hindu Temple is a revered ritual because it serves as a sacred meeting place for the Hindu community to meet and worship with the objective of revitalizing and sanctifying the body, mind and soul. It is believed that the amazing architecture of Hindu Temples, which has evolved over 2000 years, is admired for its different styles of domes, steeples and intricate sculptures.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Hindu_temple_6689_1606137520.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8050,\"Title\":\"Gangaramaya Buddhist Temple\",\"Description\":\"The Gangaramaya Temple is strikingly beautiful, and it is also the most important place of worship for Buddhists in Sri Lanka. It is immaculately designed, with a hint of Chinese, Indian and Thai influence in its architecture. The Gangaramaya Buddhist Temple is quite a sight in itself. It also houses a museum and a library.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.545,\"Long\":79.512,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Gangaramaya_Buddhist_Temple_6689_1546688806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":2949,\"Title\":\"Bentota\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":401480,\"Name\":\"Pandanus Beach Resort & Spa\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.38013\",\"Long\":\"80.010509\",\"Address\":\"YALEGAMA INDURUWA   INDURUWA  LK, \"},\"Images\":[],\"CityId\":2949,\"Brief\":\"Located on the beachfront in Induruwa, this lovely beach is only 89 km from Bandaranaike Airport. It features an outdoor pool and a fitness centre, amongst other facilities. Its rooms offer spectacular sea views and complimentary WiFi access, allowing guests to stay in touch with their loved ones. All the en suite rooms are also fitted with a balcony and modern amenities, to ensure that guests feel at home here. Guests can tantalize their taste buds at the on-site restaurant which serves &agrave; la carte delights and buffet spreads. For those who opt to drive to the establishment, there are parking facilities available for them to take advantage of.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/08\\/088631\\/088631a_hb_a_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":492649,\"Name\":\"EKHO Surf Bentota\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.4199695\",\"Long\":\"79.9966659\",\"Address\":\"Beach Rd, Bentota 80500, Sri Lanka\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"},{\"RefHotelId\":401536,\"Name\":\"CINNAMON BEY BERUWALA\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"6.452243\",\"Long\":\"79.979061\",\"Address\":\"Moragolla Beruwala, Beruwela, Bentota, Sri Lanka, 12070\"},\"Images\":[],\"CityId\":2949,\"Brief\":\"Cinnamon Bey Beruwala is one of the largest resorts along the southern coastline. Our rich and diverse offerings make the entire resort a big experience from our 6 specialized dining options to our 200 rooms and grand Turkish theme. Located just 55km from Colombo, we are also a popular resort for those of you in Colombo who won&rsquo;t find it more than an hour&rsquo;s drive from the highway entrance. A little longer from the Bandaranike International Airport, the 85km drive is your closest point to extravagant ocean living. We are Green Globe-Certified, also housing ISO 14,000, 18,000 and 22,000 certifications. We are also proud to have a Leeds Gold certificate to our name.\\nWe&rsquo;re the only resort in Sri Lanka with this many dining options outside Colombo (6 dining options)! Our dining venues are very much the pi&egrave;ce de r&eacute;sistance  of Cinnamon Bey Beruwala. Nowhere else are you going to find a resort in Sri Lanka with as much of the eclectic dining options as you will find on the Cinnamon spectrum. We have quite a few dishes across our 6 specialty restaurants, lounges and caf&eacute;s that you can really sink your teeth into. From delectable fusions to premium desserts, it&rsquo;s all here at Cinnamon Bey Beruwala, housing the best beach restaurants on the island. We suggest you grab a bite at each of our restaurants before you leave. Your waistline might complain but the rest of you will thank us for it! \\nAll this is located across our expansive property located in a perfectly formed natural bay, giving you different perspectives from many vantage points from the spacious rooms to our many gardens, balconies and walkways. Watch the curtains wafting gently in the sea breeze, take a bath in cinnamon salts, or lounge about on your own balcony and gaze out at the garden and sea. Decorated with maddening patterns, printed fabrics and intricate lattice work, each room is truly a vision.\\nThe open and lush design of Cinnamon Bey Beruwala pays tribute to the Arabian traders who first made contact with our island in the 10th century. This inspired, Turkish atmosphere was created by Channa Daswatte, one of the island&rsquo;s most talented architects and creative minds. Carefully curated d&eacute;cor combine with vibrant tones to make you fall in love with us in an instant.\\nAll of our rooms at Cinnamon Bey Beruwala are a mix of bold colour and playful designs that blend in perfect harmony with the modern architecture of our brand new resort. If you&rsquo;re looking for Bentota Hotels with something out of the ordinary that is both spacious and comfortable then choose from any one of our Superior Rooms, Deluxe Rooms and Suites that are designed to do just that. Each of our 200 Ottoman-inspired interiors come complete with great views and a design made to make your holiday complete.\\nKeep fit, go for a swim, or simply relax with a good massage at our luxurious Bentota hotel. There&rsquo;s more than enough within the premises of Cinnamon Bey Beruwala to keep you occupied between excursions during your stay. The spa offers both individual and couples treatments. Just head down to the Balinese-themed gardens and book an appointment. Next door, you&rsquo;ll find the fully equipped gym with a great view of the garden as you workout. We also house a waiting &amp;amp; meeting lounge and business centre for your convenience. The three pools are also ideal for an uninterrupted, therapeutic swim. What&rsquo;s more, suite and deluxe room guests enjoy an exclusive pool all to themselves!The CINNAMON BEY BERUWALA is a Tourist, Modern, Business, Beach Resort, Resort, Spa Resort, Honeymoon, Full Service, Child Friendly, Eco Friendly hotel. Located in Beruwala area. Shopping is within walking distance and the nightlife\\/restaurants are located in the hotel.\",\"MainImg\":\"https:\\/\\/us.dotwconnect.com\\/poze_hotel\\/91\\/917435\\/t9WJRYMo_2178dede44e47e2dceefc4ea9da68a4d.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"HB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4439,\"Title\":\"Kandy city tour\",\"Description\":\"The city was born in the 14th century and became the capital of the Kandyan kingdom in the 16th century. It was the seat of much of Sri Lanka&rsquo;s culture. The Royal City fell to the British in 1815, when the last Kandyan King, Sri Wickrema Rajasinghe was captured.\\r\\n\\r\\nFor Buddhists, Kandy is the sacred city. The focal point is the Dalada Maligawa also known as the temple of the tooth, where the Sacred Tooth Relic of Lord Buddha is enshrined. There are many shrines and temples in and around Kandy, where you will see rare paintings, frescoes, wood and stone carvings.\\r\\n\\r\\nKandy is still the home of the arts and crafts, music and dance and song which flourished under the patronage of the Kandyan Kings.\\r\\n\\r\\nThe highlight of the year is the Kandy Esala Perahera, when a replica of the relic casket is taken in procession accompanied by exotically costumed drummers, dancers and about 80 &ndash; 100 caparisoned elephants during ten glittering nights in July\\/ August.\\r\\n\\r\\nThe beautiful city, surrounded by hills and valleys, rivers, lakes and cascading waterfalls, boasts of the Royal Botanical gardens at Peradeniya .\\r\\n\\r\\nKandy is an exciting place for shopping with souvenirs of wood, copper, silver, brass and bronze. Ceramics, lacquer work, handlooms, batiks, jewellery, rush and reed-ware too could be purchased. While in Kandy, an outing to a tea factory as well as a tea plantation should also be made to witness first hand, the process that leads to the creation of the famous &lsquo;Ceylon Tea&rsquo;.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/36_1522663398.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3063,\"Title\":\"Temple of the Tooth\",\"Description\":\"Dalada Maligawa is also know as the temple of tooth relic.It is a Buddhist temple in the city of Kandy, Sri Lanka. Dalada Maligawa  is located in the royal palace complex of the former Kingdom of Kandy, which houses the relic of the tooth of the Buddha. After Buddha was cremated, his four canine teeth were taken from the ashes. These teeth are regarded as the holiest relics of Buddhism. King Vijayabahu II was succeeded by his son, who took the throne under the name Parakramabahu II . An erudite scholar, Parakramabahu II complied some of Sri Lanka&amp;#039;s classical literary texts, including the Kavusilumina.\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":7.2936,\"Long\":80.6413,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/Temple_of_the_Tooth_13493_1517383985.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2683,\"Title\":\"Pinnawala Elephant Orphanage\",\"Description\":\"Pinnawala Elephant Orphanage is an orphanage, nursery and captive breeding ground for wild Asian elephants located at Pinnawala village. The orphanage was established to feed, nurse and house young elephants found abandoned by their mothers.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":7.3009705,\"Long\":80.3871563,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Pinnawala_Elephant_Orphanage_6689_1519283278.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":22935,\"Title\":\"Nuwara Eliya\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":6.949716599999999,\"Long\":80.7891068,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":2693,\"Title\":\"Tea Factory\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":13493,\"CityName\":\"Kandy\",\"Lat\":7.2802274,\"Long\":80.8273768,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/13493\\/sightseeing\\/Tea_Factory_13493_1519293542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3096,\"Title\":\"Madu river\",\"Description\":\"somewhere near to balapitiya you will be finding one of the tourist attractive place for doing river safari. 64 Naturally discovered islands with lots of passion. also mangrove caves are stunning when you go through them. Fishing nets and foot massage from the colorful fish was fantastic bit costly but very very interesting place to visit when you travel to the south coast of sri lanka.\",\"CurrencyType\":0,\"CityId\":34652,\"CityName\":\"Galle\",\"Lat\":6.3155787,\"Long\":80.0918575,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34652\\/sightseeing\\/Madu_river_34652_1546692654.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3054,\"Title\":\"Galle Face Green\",\"Description\":\"Galle Face is a 12 Acres side of ocean urban park which stretches for 500 m along the coast The area was initially put to plan and laid out in 1859 by Governor Sir Henry George Ward. It was initially used for many recreational activities.Activities like horse racing and golf. It was also used to play cricket, polo, football tennis and rugby.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9235,\"Long\":79.845,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Galle_Face_Green_6689_1517378969.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8190,\"Title\":\"Galle Dutch Fort\",\"Description\":\"Galle Fort, in the Bay of Galle on the southwest coast of Sri Lanka, was built first in 1588 by the Portuguese, then extensively fortified by the Dutch during the 17th century from 1649 onwards. It is a historical, archaeological and architectural heritage monument, which even after more than 423 years maintains a polished appearance, due to extensive reconstruction work done by Archaeological Department of Sri Lanka.\",\"CurrencyType\":0,\"CityId\":34652,\"CityName\":\"Galle\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34652\\/sightseeing\\/Galle_Dutch_Fort_34652_1547555714.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":3060,\"Title\":\"Independence Hall\",\"Description\":\"Independence  Hall   is a national monument in Sri Lanka.It is built for a commemoration of the independence of Sri Lanka. This Hall is based on the architecture of the Audience Hall located in Kandy. The column and pilers in the independence hall are decorated with traditional Sri Lankan designs and statues of lions are placed around the building.In the front of this monument statue of late Hon. D.S is located, who was the first prime minister of Sri lanka.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.9044,\"Long\":79.8675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/__Independence_Hall__6689_1517382341.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":17981,\"Title\":\"Hindu temple\",\"Description\":\"Visiting a Hindu Temple is a revered ritual because it serves as a sacred meeting place for the Hindu community to meet and worship with the objective of revitalizing and sanctifying the body, mind and soul. It is believed that the amazing architecture of Hindu Temples, which has evolved over 2000 years, is admired for its different styles of domes, steeples and intricate sculptures.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Hindu_temple_6689_1606137520.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":8050,\"Title\":\"Gangaramaya Buddhist Temple\",\"Description\":\"The Gangaramaya Temple is strikingly beautiful, and it is also the most important place of worship for Buddhists in Sri Lanka. It is immaculately designed, with a hint of Chinese, Indian and Thai influence in its architecture. The Gangaramaya Buddhist Temple is quite a sight in itself. It also houses a museum and a library.\",\"CurrencyType\":0,\"CityId\":6689,\"CityName\":\"Colombo\",\"Lat\":6.545,\"Long\":79.512,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6689\\/sightseeing\\/Gangaramaya_Buddhist_Temple_6689_1546688806.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7685,\"SupplierName\":\"India Now Journeys Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"222923\",\"Title\":\"Arrival Colombo\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Arrive Sri Lanka &amp; welcome by guide<br \\/>\\r\\nProceed to Colombo and Check-in.<br \\/>\\r\\nDinner &amp; overnight stay in Colombo&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401124,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":401169,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":401200,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222926\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6689,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222929\",\"Title\":\"Colombo - Pinnawala - Kandy\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Breakfast at Hotel<br \\/>\\r\\nCheck-out and proceed to Pinnawala &amp; visit Pinnawala Elephant Orphanage<br \\/>\\r\\nLunch not included<br \\/>\\r\\nProceed to Kandy<br \\/>\\r\\nDo a Kandy city tour<br \\/>\\r\\nVisit Temple of Sacred Tooth Relic<br \\/>\\r\\nDinner &amp; overnight stay in Kandy<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13493,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8308,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":401287,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":8305,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":4439,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3063,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2683,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222932\",\"Title\":\"Kandy - Nuwara Eliya - Kandy\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Breakfast at Hotel<br \\/>\\r\\nAfter breakfast visit a tea factory, tea garden, and waterfall<br \\/>\\r\\nLunch not included<br \\/>\\r\\nProceed to Nuwara Eliya &amp; do a city tour<br \\/>\\r\\nReturn to Kandy<br \\/>\\r\\nDinner &amp; overnight stay in Kandy<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13493,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":8308,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":401287,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":8305,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22935,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2693,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222935\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13493,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222938\",\"Title\":\"Kandy - Benntota\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Breakfast at Hotel<br \\/>\\r\\nAfter breakfast at hotel proceed to Bentota<br \\/>\\r\\nStay leisure at hotel<br \\/>\\r\\nDinner &amp; overnight stay in Bentota<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401480,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492649,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":401536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222941\",\"Title\":\"Bentota - Galle - Balapitiya - Bentota\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Breakfast at Hotel<br \\/>\\r\\nAfter breakfast proceed to Galle &amp; do a city tour<br \\/>\\r\\nProceed to Balapitiya &amp; do a boat ride in Madu River&nbsp;<br \\/>\\r\\nReturn to Bentota<br \\/>\\r\\nDinner &amp; overnight stay in Bentota<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":401480,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":492649,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":401536,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"HB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3096,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3054,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8190,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"222944\",\"Title\":\"Bentota - Colombo - Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Breakfast at Hotel<br \\/>\\r\\nAfter breakfast at hotel proceed to Colombo<br \\/>\\r\\nDo a Colombo city tour<br \\/>\\r\\nProceed to airport for departure<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2949,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3060,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17981,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8050,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31341\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21923.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22735,\"priceDoubleOcc\":\"21923.20\",\"priceSingleOcc\":36538.67,\"priceExtraBed\":\"21923.20\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21923.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22735,\"priceDoubleOcc\":\"21923.20\",\"priceSingleOcc\":36538.67,\"priceExtraBed\":\"21923.20\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21923.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":23547,\"priceDoubleOcc\":\"23141.15\",\"priceSingleOcc\":37756.62,\"priceExtraBed\":\"21923.20\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23141.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22194,\"priceDoubleOcc\":\"21111.22\",\"priceSingleOcc\":35726.69,\"priceExtraBed\":\"21923.20\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21111.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":28419,\"priceDoubleOcc\":\"30448.88\",\"priceSingleOcc\":45064.35,\"priceExtraBed\":\"21923.20\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30448.88\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":36539,\"priceDoubleOcc\":\"42628.44\",\"priceSingleOcc\":57243.91,\"priceExtraBed\":\"21923.20\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42628.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21923,\"priceDoubleOcc\":\"21111.22\",\"priceSingleOcc\":35726.69,\"priceExtraBed\":\"21111.22\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21111.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21923,\"priceDoubleOcc\":\"21111.22\",\"priceSingleOcc\":35726.69,\"priceExtraBed\":\"21111.22\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21111.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22735,\"priceDoubleOcc\":\"22329.19\",\"priceSingleOcc\":36944.659999999996,\"priceExtraBed\":\"21111.22\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22329.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21382,\"priceDoubleOcc\":\"20299.26\",\"priceSingleOcc\":34914.729999999996,\"priceExtraBed\":\"21111.22\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20299.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27607,\"priceDoubleOcc\":\"29636.92\",\"priceSingleOcc\":44252.39,\"priceExtraBed\":\"21111.22\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29636.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35727,\"priceDoubleOcc\":\"41816.47\",\"priceSingleOcc\":56431.94,\"priceExtraBed\":\"21111.22\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41816.47\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":20570,\"priceDoubleOcc\":\"19487.29\",\"priceSingleOcc\":33696.770000000004,\"priceExtraBed\":\"19487.29\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19487.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":20570,\"priceDoubleOcc\":\"19487.29\",\"priceSingleOcc\":33696.770000000004,\"priceExtraBed\":\"19487.29\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19487.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":21382,\"priceDoubleOcc\":\"20705.25\",\"priceSingleOcc\":34914.729999999996,\"priceExtraBed\":\"19487.29\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20705.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":20029,\"priceDoubleOcc\":\"18675.32\",\"priceSingleOcc\":32884.8,\"priceExtraBed\":\"19487.29\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18675.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26254,\"priceDoubleOcc\":\"28012.97\",\"priceSingleOcc\":42222.45,\"priceExtraBed\":\"19487.29\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28012.97\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":34373,\"priceDoubleOcc\":\"40192.53\",\"priceSingleOcc\":54402.009999999995,\"priceExtraBed\":\"19487.29\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40192.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31342\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25171.08\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":25171,\"priceDoubleOcc\":\"25171.08\",\"priceSingleOcc\":41816.47,\"priceExtraBed\":\"25171.08\",\"priceWithoutBed\":\"15427.43\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25171.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":25712,\"priceDoubleOcc\":\"25983.05\",\"priceSingleOcc\":42628.44,\"priceExtraBed\":\"25171.08\",\"priceWithoutBed\":\"15427.43\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25983.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":26524,\"priceDoubleOcc\":\"27201.01\",\"priceSingleOcc\":43846.399999999994,\"priceExtraBed\":\"25171.08\",\"priceWithoutBed\":\"15427.43\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27201.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":25171,\"priceDoubleOcc\":\"25171.08\",\"priceSingleOcc\":41816.47,\"priceExtraBed\":\"25171.08\",\"priceWithoutBed\":\"15427.43\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25171.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":31126,\"priceDoubleOcc\":\"34102.75\",\"priceSingleOcc\":50748.14,\"priceExtraBed\":\"25171.08\",\"priceWithoutBed\":\"15427.43\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34102.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":39245,\"priceDoubleOcc\":\"46282.30\",\"priceSingleOcc\":62927.69,\"priceExtraBed\":\"25171.08\",\"priceWithoutBed\":\"15427.43\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46282.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24359,\"priceDoubleOcc\":\"23547.14\",\"priceSingleOcc\":40192.53,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23547.14\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24900,\"priceDoubleOcc\":\"24359.10\",\"priceSingleOcc\":41004.49,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24359.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25712,\"priceDoubleOcc\":\"25577.07\",\"priceSingleOcc\":42222.46,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25577.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24359,\"priceDoubleOcc\":\"23547.14\",\"priceSingleOcc\":40192.53,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23547.14\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":30314,\"priceDoubleOcc\":\"32478.81\",\"priceSingleOcc\":49124.2,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32478.81\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38433,\"priceDoubleOcc\":\"44658.36\",\"priceSingleOcc\":61303.75,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44658.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24359,\"priceDoubleOcc\":\"23547.14\",\"priceSingleOcc\":40192.53,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23547.14\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24900,\"priceDoubleOcc\":\"24359.10\",\"priceSingleOcc\":41004.49,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24359.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":25712,\"priceDoubleOcc\":\"25577.07\",\"priceSingleOcc\":42222.46,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25577.07\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24359,\"priceDoubleOcc\":\"23547.14\",\"priceSingleOcc\":40192.53,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23547.14\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":30314,\"priceDoubleOcc\":\"32478.81\",\"priceSingleOcc\":49124.2,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32478.81\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":38433,\"priceDoubleOcc\":\"44658.36\",\"priceSingleOcc\":61303.75,\"priceExtraBed\":\"24359.10\",\"priceWithoutBed\":\"14615.47\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44658.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31343\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"31260.86\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":31261,\"priceDoubleOcc\":\"31260.86\",\"priceSingleOcc\":51560.119999999995,\"priceExtraBed\":\"29636.92\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31260.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":31802,\"priceDoubleOcc\":\"32072.82\",\"priceSingleOcc\":52372.08,\"priceExtraBed\":\"29636.92\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32072.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":32614,\"priceDoubleOcc\":\"33290.78\",\"priceSingleOcc\":53590.03999999999,\"priceExtraBed\":\"29636.92\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33290.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":31261,\"priceDoubleOcc\":\"31260.86\",\"priceSingleOcc\":51560.119999999995,\"priceExtraBed\":\"29636.92\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31260.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":37215,\"priceDoubleOcc\":\"40192.53\",\"priceSingleOcc\":60491.78999999999,\"priceExtraBed\":\"29636.92\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40192.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":45335,\"priceDoubleOcc\":\"52372.08\",\"priceSingleOcc\":72671.34,\"priceExtraBed\":\"29636.92\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"52372.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28419,\"priceDoubleOcc\":\"27606.99\",\"priceSingleOcc\":46282.31,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27606.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28960,\"priceDoubleOcc\":\"28418.96\",\"priceSingleOcc\":47094.28,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28418.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":29772,\"priceDoubleOcc\":\"29636.92\",\"priceSingleOcc\":48312.24,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29636.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28419,\"priceDoubleOcc\":\"27606.99\",\"priceSingleOcc\":46282.31,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27606.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":34373,\"priceDoubleOcc\":\"36538.67\",\"priceSingleOcc\":55213.99,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36538.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42493,\"priceDoubleOcc\":\"48718.22\",\"priceSingleOcc\":67393.54000000001,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48718.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":28419,\"priceDoubleOcc\":\"27606.99\",\"priceSingleOcc\":46282.31,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27606.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":28960,\"priceDoubleOcc\":\"28418.96\",\"priceSingleOcc\":47094.28,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28418.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":29772,\"priceDoubleOcc\":\"29636.92\",\"priceSingleOcc\":48312.24,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29636.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":28419,\"priceDoubleOcc\":\"27606.99\",\"priceSingleOcc\":46282.31,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27606.99\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":34373,\"priceDoubleOcc\":\"36538.67\",\"priceSingleOcc\":55213.99,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36538.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":42493,\"priceDoubleOcc\":\"48718.22\",\"priceSingleOcc\":67393.54000000001,\"priceExtraBed\":\"28418.96\",\"priceWithoutBed\":\"16239.41\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48718.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31341\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20528.09\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21288,\"priceDoubleOcc\":\"20528.09\",\"priceSingleOcc\":34213.479999999996,\"priceExtraBed\":\"20528.09\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20528.09\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":21288,\"priceDoubleOcc\":\"20528.09\",\"priceSingleOcc\":34213.479999999996,\"priceExtraBed\":\"20528.09\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20528.09\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":22049,\"priceDoubleOcc\":\"21668.53\",\"priceSingleOcc\":35353.92,\"priceExtraBed\":\"20528.09\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21668.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":20782,\"priceDoubleOcc\":\"19767.78\",\"priceSingleOcc\":33453.17,\"priceExtraBed\":\"20528.09\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19767.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":26610,\"priceDoubleOcc\":\"28511.22\",\"priceSingleOcc\":42196.61,\"priceExtraBed\":\"20528.09\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28511.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":34213,\"priceDoubleOcc\":\"39915.72\",\"priceSingleOcc\":53601.11,\"priceExtraBed\":\"20528.09\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39915.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20528,\"priceDoubleOcc\":\"19767.78\",\"priceSingleOcc\":33453.17,\"priceExtraBed\":\"19767.78\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19767.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20528,\"priceDoubleOcc\":\"19767.78\",\"priceSingleOcc\":33453.17,\"priceExtraBed\":\"19767.78\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19767.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21288,\"priceDoubleOcc\":\"20908.24\",\"priceSingleOcc\":34593.630000000005,\"priceExtraBed\":\"19767.78\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20908.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20021,\"priceDoubleOcc\":\"19007.49\",\"priceSingleOcc\":32692.88,\"priceExtraBed\":\"19767.78\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19007.49\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":25850,\"priceDoubleOcc\":\"27750.93\",\"priceSingleOcc\":41436.32,\"priceExtraBed\":\"19767.78\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27750.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":33453,\"priceDoubleOcc\":\"39155.42\",\"priceSingleOcc\":52840.81,\"priceExtraBed\":\"19767.78\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39155.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19261,\"priceDoubleOcc\":\"18247.19\",\"priceSingleOcc\":31552.43,\"priceExtraBed\":\"18247.19\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18247.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":19261,\"priceDoubleOcc\":\"18247.19\",\"priceSingleOcc\":31552.43,\"priceExtraBed\":\"18247.19\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18247.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":20021,\"priceDoubleOcc\":\"19387.64\",\"priceSingleOcc\":32692.879999999997,\"priceExtraBed\":\"18247.19\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19387.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":18754,\"priceDoubleOcc\":\"17486.89\",\"priceSingleOcc\":30792.129999999997,\"priceExtraBed\":\"18247.19\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17486.89\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24583,\"priceDoubleOcc\":\"26230.33\",\"priceSingleOcc\":39535.57,\"priceExtraBed\":\"18247.19\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26230.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":32186,\"priceDoubleOcc\":\"37634.82\",\"priceSingleOcc\":50940.06,\"priceExtraBed\":\"18247.19\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37634.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31342\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23569.28\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":24076,\"priceDoubleOcc\":\"23569.28\",\"priceSingleOcc\":39155.42,\"priceExtraBed\":\"23569.28\",\"priceWithoutBed\":\"14445.69\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23569.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":24583,\"priceDoubleOcc\":\"24329.58\",\"priceSingleOcc\":39915.72,\"priceExtraBed\":\"23569.28\",\"priceWithoutBed\":\"14445.69\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24329.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":25343,\"priceDoubleOcc\":\"25470.04\",\"priceSingleOcc\":41056.18,\"priceExtraBed\":\"23569.28\",\"priceWithoutBed\":\"14445.69\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25470.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":24076,\"priceDoubleOcc\":\"23569.28\",\"priceSingleOcc\":39155.42,\"priceExtraBed\":\"23569.28\",\"priceWithoutBed\":\"14445.69\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23569.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":29652,\"priceDoubleOcc\":\"31932.58\",\"priceSingleOcc\":47518.72,\"priceExtraBed\":\"23569.28\",\"priceWithoutBed\":\"14445.69\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31932.58\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":37255,\"priceDoubleOcc\":\"43337.06\",\"priceSingleOcc\":58923.2,\"priceExtraBed\":\"23569.28\",\"priceWithoutBed\":\"14445.69\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43337.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22809,\"priceDoubleOcc\":\"22048.68\",\"priceSingleOcc\":37634.82,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22048.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":23316,\"priceDoubleOcc\":\"22808.98\",\"priceSingleOcc\":38395.119999999995,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22808.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":24076,\"priceDoubleOcc\":\"23949.44\",\"priceSingleOcc\":39535.58,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23949.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22809,\"priceDoubleOcc\":\"22048.68\",\"priceSingleOcc\":37634.82,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22048.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":28385,\"priceDoubleOcc\":\"30411.98\",\"priceSingleOcc\":45998.119999999995,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30411.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":35988,\"priceDoubleOcc\":\"41816.47\",\"priceSingleOcc\":57402.61,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41816.47\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":22809,\"priceDoubleOcc\":\"22048.68\",\"priceSingleOcc\":37634.82,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22048.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":23316,\"priceDoubleOcc\":\"22808.98\",\"priceSingleOcc\":38395.119999999995,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22808.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":24076,\"priceDoubleOcc\":\"23949.44\",\"priceSingleOcc\":39535.58,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23949.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":22809,\"priceDoubleOcc\":\"22048.68\",\"priceSingleOcc\":37634.82,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22048.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":28385,\"priceDoubleOcc\":\"30411.98\",\"priceSingleOcc\":45998.119999999995,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30411.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":35988,\"priceDoubleOcc\":\"41816.47\",\"priceSingleOcc\":57402.61,\"priceExtraBed\":\"22808.98\",\"priceWithoutBed\":\"13685.39\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41816.47\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31343\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29271.53\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":29272,\"priceDoubleOcc\":\"29271.53\",\"priceSingleOcc\":48279.020000000004,\"priceExtraBed\":\"27750.93\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29271.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":29778,\"priceDoubleOcc\":\"30031.82\",\"priceSingleOcc\":49039.31,\"priceExtraBed\":\"27750.93\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30031.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":30539,\"priceDoubleOcc\":\"31172.28\",\"priceSingleOcc\":50179.770000000004,\"priceExtraBed\":\"27750.93\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31172.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":29272,\"priceDoubleOcc\":\"29271.53\",\"priceSingleOcc\":48279.020000000004,\"priceExtraBed\":\"27750.93\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29271.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":34847,\"priceDoubleOcc\":\"37634.82\",\"priceSingleOcc\":56642.31,\"priceExtraBed\":\"27750.93\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37634.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-12\",\"To\":\"2022-02-28\",\"Currency\":1,\"priceTripleOcc\":42450,\"priceDoubleOcc\":\"49039.31\",\"priceSingleOcc\":68046.8,\"priceExtraBed\":\"27750.93\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"49039.31\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26610,\"priceDoubleOcc\":\"25850.18\",\"priceSingleOcc\":43337.07,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27117,\"priceDoubleOcc\":\"26610.48\",\"priceSingleOcc\":44097.369999999995,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26610.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":27878,\"priceDoubleOcc\":\"27750.93\",\"priceSingleOcc\":45237.82,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27750.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":26610,\"priceDoubleOcc\":\"25850.18\",\"priceSingleOcc\":43337.07,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":32186,\"priceDoubleOcc\":\"34213.48\",\"priceSingleOcc\":51700.37,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34213.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39789,\"priceDoubleOcc\":\"45617.97\",\"priceSingleOcc\":63104.86,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45617.97\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26610,\"priceDoubleOcc\":\"25850.18\",\"priceSingleOcc\":43337.07,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":27117,\"priceDoubleOcc\":\"26610.48\",\"priceSingleOcc\":44097.369999999995,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26610.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":27878,\"priceDoubleOcc\":\"27750.93\",\"priceSingleOcc\":45237.82,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27750.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":26610,\"priceDoubleOcc\":\"25850.18\",\"priceSingleOcc\":43337.07,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":32186,\"priceDoubleOcc\":\"34213.48\",\"priceSingleOcc\":51700.37,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34213.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":39789,\"priceDoubleOcc\":\"45617.97\",\"priceSingleOcc\":63104.86,\"priceExtraBed\":\"26610.48\",\"priceWithoutBed\":\"15205.99\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"3.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45617.97\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;Airfare&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;Visa&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;Early C\\/in and Late C\\/out&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;PCR Test (USD 42 per person per test)&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hospital transport cost to do second PCR test : USD 55&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;05 Nights hotel accommodation as specified above on availability basis.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals on Half Board basis commencing with dinner on day 01 to ending with breakfast on day 06&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportation by a car for 2 pax \\/ van for 4-6 pax \\/ mini coach for 8-10 pax&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Service of an English Speaking Chauffeur Guide till 6 pax \\/ English Speaking National Guide for 8-10 pax &amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transport as per program&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"222923\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[222923],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222926\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222926],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222929\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[222929],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222932\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[222932],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222935\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222935],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222938\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[222938],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222941\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[222941],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"222944\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[222944],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Colombo,Kandy,Bentota', 'Colombo,Indian Subcontinent,Sri Lanka,Kandy,Bentota,Nuwara Eliya,Galle', NULL, '6689,13493,2949', 17487, 52372, 5, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-04-30 00:00:00', '2022-04-30 00:00:00', 3, 'Sri Lanka', '200', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'srilanka-explorer', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(43, 7644, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7644,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Marvels_Ladakh__29.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Marvels Ladakh \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856613,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856617,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856270,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856274,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856956,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856960,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856438,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861940,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861944,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857732,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857736,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855549,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855553,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862123,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857487,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857237,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857241,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855921,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862542,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862546,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858900,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858904,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858167,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858171,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857977,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857981,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859288,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859292,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862307,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858537,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858541,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859619,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859623,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859925,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859929,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865699,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865703,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866329,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866333,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2655,\"TYPE\":\"FREE\",\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The \\u201cmagnetic hill\\u201d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3595,\"TYPE\":\"FREE\",\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2654,\"TYPE\":\"FREE\",\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3535,\"TYPE\":\"FREE\",\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854610,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853768,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853769,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854184,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803466,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853431,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852244,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853430,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852245,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850520,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851397,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851746,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851745,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851046,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851045,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850203,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850204,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863342,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863343,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848517,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848518,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849673,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849672,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849069,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849068,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860957,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847163,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847689,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848138,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846023,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868085,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845870,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846329,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845697,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845330,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845514,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1913\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"15012\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1914\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"15722\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1915\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"18843\",\"isGroup\":0,\"capacity\":\"12\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":54569,\"Title\":\"Leh\",\"Day\":1,\"Program\":\"Arrival at Leh airport, to be received by our representative and transferred to the Hotel. Check in to the hotel for a complete day of rest for acclimatization, wherein welcome tea and coffee will be served by the Hotel. Post lunch visit Leh Market, Leh Palace and Shanti Stupa. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856613,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856270,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856956,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857732,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855549,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862542,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858537,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865699,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866329,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856956,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861940,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857732,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862542,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858900,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857977,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859288,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858900,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858167,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857977,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859288,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858537,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54570,\"Title\":\"Leh Local ( Sham Valley )\",\"Day\":2,\"Program\":\"After breakfast visit to Magnetic Hill, Hall of Fame, Gurudwara Pathar Sahib and The Sangam of Zanskar & Indus River. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856613,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856270,\"MasterIntSysId\":54569,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856956,\"MasterIntSysId\":54569,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857732,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855549,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862542,\"MasterIntSysId\":54569,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858537,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865699,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866329,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":54569,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856956,\"MasterIntSysId\":54569,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861940,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857732,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862542,\"MasterIntSysId\":54569,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858900,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857977,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859288,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":54569,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858900,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858167,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857977,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859288,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858537,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":54569,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":54569,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54571,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54572,\"Title\":\"Leh to Nubra Valley ( 125 KM \\/ 5-6 Hrs )\",\"Day\":3,\"Program\":\"After breakfast, drive to Nubra Valley (Known as the Valley of Flowers and the warmest region in Ladakh) via Khardung La pass. This road is considered to be the highest motorable road of the world. Enroute, admire the spectacular views of the never ending snow-capped mountain ranges around Khardung La Pass (18,390 feet). After spending some time at Khardung La, proceed to Nubra. After Hotel check-in, enjoy camel Safari in the evening. Stay overnight stay in Nubra.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853768,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803466,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852244,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850203,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863342,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848517,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860957,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803466,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853430,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851745,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803466,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853430,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852244,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851045,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850203,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849672,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863342,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848517,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849672,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849068,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860957,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54573,\"Title\":\"Hunder \\u2013 Turtuk - Hunder\",\"Day\":4,\"Program\":\"After breakfast drive to Turtuk (which is first time opened for the tourist since 2010) this village was captured by Indians Army in war of 1972 with Pakistan, , Later Return Back to Hunder, O\\/N in Hunder.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853768,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803466,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852244,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850203,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863342,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848517,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860957,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803466,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853430,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851745,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803466,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853430,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852244,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851045,\"MasterIntSysId\":54572,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850203,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849672,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863342,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848517,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849672,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849068,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860957,\"MasterIntSysId\":54572,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54574,\"Title\":\"0\",\"Day\":5,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54575,\"Title\":\"Nubra to Pangong via Shyok ( 165 KM \\/ 06 Hrs )\",\"Day\":5,\"Program\":\"We will start the day following the same route towards Leh till we reach Khalsar. From the Agyam bridge, we will take the left route which leads us to the villages of Shyok and Durbuk. The road after Shyok is good but very steep. After Durbuk, take left towards Tangtse and follow the traditional route. Drive further to Pangong Lake one of the largest and most beautiful natural brackish lakes in the Himalayas. Situated at 14000 ft, more than half of the lake is within Chinese Territory and only one third part lies in India. Explore the lake area, might catch some rare wildlife. Stay Overnight in Pangong.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54576,\"Title\":\"0\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54577,\"Title\":\"Pangong Lake to Leh ( 155 KM \\/ 05 Hrs )\",\"Day\":6,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, take a short halt at Changla Pass to enjoy a cup of hot steaming tea. Stay overnight in Leh. \\n\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54578,\"Title\":\"Leh\",\"Day\":7,\"Program\":\"Early morning transfer to Leh airport to board flight back to destination. Journey ends with Sweet Memories of Ladakh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"25634.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25634.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"25634.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25634.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"27284.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27284.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30194.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30194.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"31261.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31261.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"23498.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23498.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"23498.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23498.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"25011.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25011.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"27678.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27678.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28656.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28656.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Nights Accommodation in Leh,&amp;nbsp02 Nights Accommodation in Nubra,&amp;nbsp01 Night Accommodation in Pangong on twin sharing Basis as per the Itinerary &amp;amp Meal plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Nubra,Pangong,Ladakh,Hunder,Turtuk', NULL, '15229,35282,35281', 23498, 31261, 6, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'marvels-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(44, 7639, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7639,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Ladakh_Calling_17.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Ladakh Calling\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856615,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856271,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856958,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856435,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861941,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857733,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857734,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855551,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855550,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862120,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857484,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857239,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855919,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855918,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862543,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858902,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858901,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858169,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858168,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857978,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859290,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859289,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862304,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858539,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858538,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859621,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859927,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865700,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865701,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866331,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866330,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3597,\"TYPE\":\"FREE\",\"Title\":\"Khardung La Pass\",\"Description\":\"Khardung La is a mountain pass in the Ladakh region of Jammu and Kashmir.It  lies north of Leh and is the gateway to the Shyok and Nubra valleys.The elevation of Khardung La is 17,582 ft.It is a famous attraction for adventure seekers.Biking at Khardung La Pass is something visitors shouldnot miss. It was opened to public motor vehicles in 1988 and has since seen many automobile, motorbike and mountain biking expeditions. The pass  is historically important also as it lies on the major caravan route from Leh to Kashgar in Central Asia. The thrill of visiting the highest pass in the world will churn up your emotions.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2787271,\"Long\":77.6046756,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Khardung_La_Pass_15229_1518758186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854608,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853767,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854183,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803465,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853429,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852243,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850518,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851396,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851744,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851044,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850202,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863341,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848516,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849671,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849067,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860956,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":[{\"isIncluded\":false,\"fixTransSysId\":\"1910\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"10752\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1911\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"11233\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1912\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"13548\",\"isGroup\":0,\"capacity\":\"12\"},{\"isIncluded\":false,\"fixTransSysId\":\"2071\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh\",\"routeName\":\"\",\"vehSysId\":\"78\",\"vehicleName\":\"NAC Scorpio                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"299\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"2072\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"372\",\"isGroup\":0,\"capacity\":\"12\"},{\"isIncluded\":true,\"fixTransSysId\":\"2073\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"213\",\"isGroup\":0,\"capacity\":\"6\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":54532,\"Title\":\"Leh\",\"Day\":1,\"Program\":\"On arrival at airport pick up and transfer to the hotel. Full day free and rest for complete day for acclimatization. In the evening visit to Shanti Stupa, Leh palace & Market. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54533,\"Title\":\"0\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54534,\"Title\":\"Leh \\u2013 Khardung La \\u2013 Nubra  Valley  (125 KM \\/ 5-6 Hrs )\",\"Day\":2,\"Program\":\"After breakfast drive to Nubra Valley via Khardung La (Highest Motorable road in the World, 18,380 ft) continue drive till Hunder village. On arrival check in to the Camp. After lunch enjoys the beauty of sand dunes one can also enjoy Camel Safari. Stay overnight in Nubra Valley.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854608,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853767,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854183,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803465,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853429,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852243,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851396,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851744,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851044,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850202,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863341,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849671,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849067,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860956,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854608,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853767,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854183,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803465,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853429,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852243,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851396,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851744,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803465,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853429,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852243,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851396,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851744,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851044,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850202,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851044,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850202,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863341,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849671,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863341,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849671,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849067,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860956,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54535,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54536,\"Title\":\"Nubra \\u2013 Leh (125 KM \\/ 5-6 Hrs )\",\"Day\":3,\"Program\":\"After breakfast, visit to Deskit Monastery and have a wonderful view of Nubra Valley. Later drive back to Leh by same route, crossing Khardung La Pass. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856615,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856958,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855551,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855919,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858902,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858169,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859290,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858539,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866331,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856615,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856958,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857734,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855551,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855919,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858902,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858169,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859290,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858539,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865701,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54537,\"Title\":\"Leh to Pangong Lake to Leh (290 KM \\/ 10-11 Hrs)\",\"Day\":4,\"Program\":\"After early breakfast leave for Pangong Lake (14,500 ft) through Changla Pass 17,350 ft, 3rd highest motorable road in the world. Pangong Lake is the largest high altitude salt water lake in Asia 155 km from Leh, shared by two countries India & China. Enjoy the turquoise color panoramic lake and the sun set on the banks of lake with magnificent mountains. Drive back to Leh by the same route. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856615,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":54536,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856958,\"MasterIntSysId\":54536,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855551,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855919,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":54536,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858902,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858169,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859290,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858539,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866331,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856615,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":54536,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856958,\"MasterIntSysId\":54536,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857734,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855551,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855919,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861941,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":54536,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862543,\"MasterIntSysId\":54536,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858902,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858169,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859290,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858168,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":54536,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858539,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865701,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":54536,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54538,\"Title\":\"Depature: Leh\",\"Day\":5,\"Program\":\"Early morning transfer to Leh airport. Tour ends with sweet memories of Ladakh...! \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"18302.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18302.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"18302.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18302.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"19772.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19772.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"21482.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21482.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"22129.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22129.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"16777.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16777.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"16777.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16777.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"18125.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"19692.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19692.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"20285.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Nights Accommodation in Leh,&amp;nbsp01 Night Accommodation in Nubra on twin sharing Basis as per the Itinerary &amp;amp Meal plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Nubra', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Nubra,Ladakh', NULL, '15229,35282', 16777, 22129, 4, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'ladakh-calling', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(45, 7638, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7638,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Glimps_of_Ladakh_61.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Glimps of Ladakh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856615,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856272,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856958,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856436,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861942,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857734,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855551,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862121,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857485,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857239,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855919,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862544,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858902,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858169,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857979,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859290,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862305,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858539,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859621,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859927,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865701,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866331,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3597,\"TYPE\":\"FREE\",\"Title\":\"Khardung La Pass\",\"Description\":\"Khardung La is a mountain pass in the Ladakh region of Jammu and Kashmir.It  lies north of Leh and is the gateway to the Shyok and Nubra valleys.The elevation of Khardung La is 17,582 ft.It is a famous attraction for adventure seekers.Biking at Khardung La Pass is something visitors shouldnot miss. It was opened to public motor vehicles in 1988 and has since seen many automobile, motorbike and mountain biking expeditions. The pass  is historically important also as it lies on the major caravan route from Leh to Kashgar in Central Asia. The thrill of visiting the highest pass in the world will churn up your emotions.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2787271,\"Long\":77.6046756,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Khardung_La_Pass_15229_1518758186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854608,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853767,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854183,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803465,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853429,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852243,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850518,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851396,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851744,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851044,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850202,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863341,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848516,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849671,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849067,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860956,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847161,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847687,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848136,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846021,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868083,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845868,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846327,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845695,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845328,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845512,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1907\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"10800\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1908\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"11288\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1909\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"14546\",\"isGroup\":0,\"capacity\":\"12\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":54524,\"Title\":\"Leh\",\"Day\":1,\"Program\":\"Arrival at Leh airport, to be received by our representative and transferred to the Hotel. Check in to the hotel for a complete day of rest for acclimatization, wherein welcome tea and coffee will be served by the Hotel. Post lunch visit Leh Market, Leh Palace and Shanti Stupa. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54525,\"Title\":\"0\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54526,\"Title\":\"Leh to Nubra Valley ( 125 KM \\/ 5-6 Hrs )\",\"Day\":2,\"Program\":\"After breakfast, drive to Nubra Valley (Known as the Valley of Flowers and the warmest region in Ladakh) via Khardung La pass. This road is considered to be the highest motorable road of the world. Enroute, admire the spectacular views of the never ending snow-capped mountain ranges around Khardung La Pass (18,390 feet). After spending some time at Khardung La, proceed to Nubra. After Hotel check-in, enjoy camel Safari in the evening. Stay overnight stay in Nubra.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854608,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853767,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854183,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803465,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853429,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852243,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851396,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851744,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851044,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850202,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863341,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849671,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849067,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860956,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854608,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853767,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854183,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803465,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853429,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852243,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851396,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851744,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803465,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853429,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852243,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851396,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851744,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851044,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850202,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851044,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850202,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863341,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849671,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863341,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849671,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849067,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860956,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54527,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54528,\"Title\":\"Nubra to Pangong via Shyok ( 165 KM \\/ 06 Hrs )\",\"Day\":3,\"Program\":\"We will start the day following the same route towards Leh till we reach Khalsar. From the Agyam bridge, we will take the left route which leads us to the villages of Shyok and Durbuk. The road after Shyok is good but very steep. After Durbuk, take left towards Tangtse and follow the traditional route. Drive further to Pangong Lake one of the largest and most beautiful natural brackish lakes in the Himalayas. Situated at 14000 ft, more than half of the lake is within Chinese Territory and only one third part lies in India. Explore the lake area, might catch some rare wildlife. Stay Overnight in Pangong.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847161,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847687,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848136,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846021,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868083,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845868,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846327,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845695,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845328,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845512,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847161,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847687,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848136,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846021,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868083,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845868,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846327,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848136,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846021,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845868,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846327,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845695,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845695,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845328,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845512,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845695,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845328,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845512,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54529,\"Title\":\"0\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54530,\"Title\":\"Pangong Lake to Leh ( 155 KM \\/ 05 Hrs )\",\"Day\":4,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, take a short halt at Changla Pass to enjoy a cup of hot steaming tea. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856615,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856272,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856958,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856436,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861942,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857734,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855551,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862121,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857485,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855919,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862544,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858902,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858169,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857979,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859290,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862305,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858539,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865701,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866331,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856615,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856272,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856958,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856436,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861942,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857734,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855551,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862121,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857485,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855919,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861942,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857734,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855551,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862121,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857485,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857239,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855919,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862544,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858902,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857979,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859290,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862544,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858902,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858169,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857979,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859290,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862305,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858539,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858169,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862305,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858539,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859621,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859927,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865701,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866331,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54531,\"Title\":\"Depature: Leh\",\"Day\":5,\"Program\":\"Early morning transfer to Leh airport to board flight back to destination. Journey ends with Sweet Memories of Ladakh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"18060.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18060.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"18060.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18060.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"19140.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19140.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"21240.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21240.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"21811.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21811.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"16555.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"16555.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16555.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"17545.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17545.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"19470.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19470.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"19994.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19994.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;02 Nights Accommodation in Leh,&amp;nbsp01 Night Accommodation in Nubra,&amp;nbsp01 Night Accommodation in Pangong on twin sharing Basis as per the Itinerary &amp;amp Meal plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Nubra,Pangong,Ladakh', NULL, '15229,35282,35281', 16555, 21811, 4, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'glimps-of-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(46, 7570, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7570,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Incredible_ladakh_5.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Incredible ladakh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856614,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856618,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856271,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856275,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856957,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856435,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856961,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856439,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861941,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861945,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857733,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857737,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855550,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855554,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862120,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862124,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857484,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857488,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857238,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857242,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855918,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855922,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862543,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862547,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858901,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858905,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858168,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858172,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857978,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857982,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859289,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859293,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862304,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862308,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858538,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858542,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859620,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859624,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859926,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859930,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865700,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865704,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866330,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866334,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2655,\"TYPE\":\"FREE\",\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The \\u201cmagnetic hill\\u201d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3595,\"TYPE\":\"FREE\",\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2654,\"TYPE\":\"FREE\",\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3594,\"TYPE\":\"FREE\",\"Title\":\"Lamayuru Monastery\",\"Description\":\"Lamayuru Monstery is a famous Buddhist Monatery in Leh district, at a height of 11520 ft.Lamayuru monastery is said to be the oldest as well as the largest in Ladakh.This Monastery was a collection of five gigantic building out of which only one survives now,still  remains the largest monastery.The Monastery houses about  150 Buddhist monks permanently, in earlier days the number was 400.The Monatery is also famous for a worth visiting festival called the mask festival  as the monks were different mask during the ceremony.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2830063,\"Long\":76.7741881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Lamayuru_Monastery_15229_1518697412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":860410,\"Name\":\"Hotel Jazeera Hangout\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.564318                                         \",\"Long\":\"76.127087                                         \",\"Address\":\"Balti Bazaar, Circular Road, Kargil, Ladakh Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800821,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_01524726947.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jazeera Hangout Kargil Ladakh is situated in Kargil Ladakh with beautiful surroundings of Suru River and Mountains. Jazeera Hangout Hotel &amp; Restaurant Kargil is right on the banks of the suru river. You can relish your holiday here. Nice comfortable rooms and warm smiling staff. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_32d2c61a0708988239b8ed0d68fd82e91524726947.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2766,\"SupplierName\":\"Hotel Jazeera Hangout\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":500,\"costWithoutBed\":400,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843349,\"Name\":\"Hotel Rangyul\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.543768                                         \",\"Long\":\"76.141593                                         \",\"Address\":\"Near District Sessions Court, NH301, Baroo, Kargil, Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800808,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_01524647456.jpg\"}]},\"CityId\":13569,\"Brief\":\"Kargil is a district of Ladakh, which is located in Jammu and Kashmir. Hotel Rangyul Kargil Ladakh is situated at just 1.9 away from heart of the city and a walking distance from Tourist Facilitation Center. Our Rangyul Kargil has 12 well-furnished and clean deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_0231b073d8358b29634a851d02505e061524647456.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2171,\"SupplierName\":\"Hotel Rangyul\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843548,\"Name\":\"Hotel Jan Palace\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.562286                                         \",\"Long\":\"76.123330                                         \",\"Address\":\"Near state Bank of India, Public Park Road,Main Bazar Kargil,Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800820,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_01524725769.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jan Palace Kargil is one of the Top Hotels which is Located in city Kargil city. Kargil Hotel Jan Palace is situated in the main market. The hotel is beautifully located near the Himalayan Mountains. The hospitality provided by the hotel is very friendly and heartfelt. The decoration of the Jan Palace Hotel Kargil is awesome and traditional. Kargil Jan Palace Hotel has 3 floors and retains 18 spacious rooms. The environment is clean and pleasant with beautiful garden and charming surroundings. Taxi stand and General post office is situated in a walk able distance from the hotel. The travel desk supports with sight-seeing and car rental services. The hotel is categorized as B Class Hotels in Kargil. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_88490391d790e2c095cba3c1e7a8ad0a1524725768.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2206,\"SupplierName\":\"Hotel Jan Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2100,\"costSingleOcc\":2100,\"costExtraBed\":840,\"costWithoutBed\":630,\"netCost\":2100,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866778,\"Name\":\"Siachen\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.557999                                         \",\"Long\":\"76.127035                                         \",\"Address\":\"Main Bazar Kargil 194103\"},\"Images\":{\"Image\":[{\"ImagId\":2410623,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\"},{\"ImagId\":2410624,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16011922510039251271.jpg?s=312x\"}]},\"CityId\":13569,\"Brief\":\"Ideally located in the prime touristic area of Kargil, Hotel Siachen promises a relaxing and wonderful visit. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Take a break from a long day and make use of hiking trails, fishing, garden, karaoke. Hotel Siachen is an excellent choice from which to explore Kargil or to simply relax and rejuvenate.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2199,\"SupplierName\":\"Hotel Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2730,\"costSingleOcc\":2730,\"costExtraBed\":1092,\"costWithoutBed\":819,\"netCost\":2730,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861766,\"Name\":\"Hotel Royal Gasho\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5500\\u00b0 N                                       \",\"Long\":\"76.1344\\u00b0 E                                       \",\"Address\":\"Near Tourist Facilitation Center, Bemathang, Baroo, Kargil (Ladakh) Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800809,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_01524648152.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Royal Gasho is situated at just 1 km away from heart of the city and a few steps away from Tourist Facilitation center . a class in itself, We Strive to serve you beyond hospitality with a royal touch. Hotel Royal Gasho is newest upscale &ldquo;A&rdquo; class hotel with all the facilities for your utmost comfort.This beautifully designed development, set in a verdant paradise promises to be an important addition to the hotel and restaurant scene in this area and a must visit for vacationers in Kargil (Ladakh).\\r\\nIt`s proximity to the main city and yet silent from the buzz makes it one of the most idle place in Kargil (Ladakh) for your vocations. Royal Gasho is an upgrade A class hotel in Kargil and would have all the modern facilities. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_cf079b30283d34da7de87ba9f0e52a5d1524648152.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2172,\"SupplierName\":\"Hotel Royal Gasho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2950,\"costSingleOcc\":2950,\"costExtraBed\":1180,\"costWithoutBed\":885,\"netCost\":2950,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843135,\"Name\":\"Zojila Residency\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5546                                           \",\"Long\":\"76.1311                                           \",\"Address\":\"Bemathang, Baroo \"},\"Images\":{\"Image\":[{\"ImagId\":2410625,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\"},{\"ImagId\":2410626,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_4_t.jpg\"},{\"ImagId\":2410627,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_8_t.jpg\"},{\"ImagId\":2410628,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_1_t.jpg\"},{\"ImagId\":2410629,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_11_t.jpg\"},{\"ImagId\":2410630,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_14_t.jpg\"},{\"ImagId\":2410631,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_2_t.jpg\"},{\"ImagId\":2410632,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_3_t.jpg\"},{\"ImagId\":2410633,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_15_t.jpg\"},{\"ImagId\":2410634,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_5_t.jpg\"},{\"ImagId\":2410635,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_12_t.jpg\"},{\"ImagId\":2410636,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_9_t.jpg\"},{\"ImagId\":2410637,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_10_t.jpg\"},{\"ImagId\":2410638,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_13_t.jpg\"},{\"ImagId\":2410639,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_20_t.jpg\"},{\"ImagId\":2410640,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_18_t.jpg\"},{\"ImagId\":2410641,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_19_t.jpg\"},{\"ImagId\":2410642,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/5b3964ab_t.jpg\"},{\"ImagId\":2410643,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/253b3110_t.jpg\"}]},\"CityId\":13569,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Zojila Residency in Kargil, you&amp;apos;ll be convenient to Regional Ice Hockey Arena and Hussaini Park.  This hotel is within the region of Lalung Pass.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 42 guestrooms featuring flat-screen televisions. Satellite television is provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include desks, housekeeping is provided daily, and irons\\/ironing boards can be requested.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a rooftop terrace and a garden and make use of amenities such as wireless Internet access (surcharge). This hotel also features tour\\/ticket assistance and a picnic area.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include dry cleaning\\/laundry services and luggage storage. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2198,\"SupplierName\":\"Zojila Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842782,\"Name\":\"Baru-La Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.538352                                         \",\"Long\":\"76.135624                                         \",\"Address\":\"Khankah Road, Baroo Kargil-Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800813,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_01524652047.jpg\"}]},\"CityId\":13569,\"Brief\":\"Baru-la is &ldquo;A&rdquo; graded Hotel property located at an altitude of 8970 feet above sea level and is operational since May 1st, 2016. The hotel remains functional from May to October every year. Located comfortably apart from the town at a distance of 2km, it can be reached via a drive through the beautiful barley fields of the Baroo village.\\r\\nBaru-la is spread over an area of 55000 square feet, which makes it the most spacious property in entire Kargil. What adds value to the property is that there is no construction on three sides of the hotel, providing a spectacular sweeping view of the Mountain Oasis town of Kargil.\\r\\nThe hotel has a Dedicated TRAVEL DESK, which caters to the need of every traveller and guest, while you book your rooms with us we will look after the rest of your travel needs in Ladakh.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_21f0fc66b41044709b3b9fe14ef8aa071524652047.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2195,\"SupplierName\":\"Baru-La Hotel\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1368,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842185,\"Name\":\"Hotel Chutuk Heights\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.498537                                         \",\"Long\":\"76.122923                                         \",\"Address\":\"Chhutuk Hydel Project Road, Chhutuk,Kargil, Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800814,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_01524653194.jpg\"}]},\"CityId\":13569,\"Brief\":\"Chhutuk Heights Hotel is located in a privileged spot, right near the Suru River, far enough from Kargil town for its flow to be calmer and its turquoise color mesmerizing. It is this kind of place where one can stay a while just admiring the wilderness and its untouched beauty, either from the balcony of a room, or sitting in the garden. Note that our preferred season here is summer, which is very pleasant and one can enjoy the peack apricot season. The beginning of autumn, when leaves start to get a golden tone rarely seen in India, and Suru gets even more deeply turquoise is also a great sight. Each moment of the year has its own charm! Chhutuk Heights Hotel is the choice of nature lovers, where one can relax after a day of discoveries, still admiring Ladakh incredible nature from the comfort of spacious and luminous rooms, facing either the Suru River or the secret garden. All facilities available and more, a spacious restaurant to enjoy Indian, Chinese, continental and Kargili gastronomy \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_16aa840e693a6d29cb7ab3eda07a45de1524653193.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2196,\"SupplierName\":\"Hotel Chutuk Heights\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1320,\"costWithoutBed\":990,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854611,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853770,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853769,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854185,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803467,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853432,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852246,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854186,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803468,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853431,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850520,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850521,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851399,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851747,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851398,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851047,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850204,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863343,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848519,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849674,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849673,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849070,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860958,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860959,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5205,\"TYPE\":\"FREE\",\"Title\":\"Turtuk Visit\",\"Description\":\"The least explored village located at India &ndash; Pakistan border was opened for tourist in 2009. Turtuk is surrounded by a beautiful hilly area and blessed with lot of natural resources to amaze you.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847164,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847690,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848139,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846024,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868086,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845871,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846330,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845698,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845331,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845515,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1903\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"20601\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1904\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"25809\",\"isGroup\":0,\"capacity\":\"12\"},{\"isIncluded\":false,\"fixTransSysId\":\"1905\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"21602\",\"isGroup\":0,\"capacity\":\"6\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":54103,\"Title\":\"Leh \",\"Day\":1,\"Program\":\"On arrival at airport pick up and transfer to the hotel. Full day free and rest for complete day for acclimatization. In the evening visit to visit to Shanti Stupa, Leh palace & Market. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54104,\"Title\":\"0\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54105,\"Title\":\"Leh \\u2013 Alchi \\u2013 Kargil\",\"Day\":2,\"Program\":\"After breakfast drive to Uleytokpo enroute visit Likir Monastery, Magnetic Hill, Hall of Fame and Gurudwara Pathar Sahib. After Lunch proceed to visit Lamayuru Monastery and witness a beautiful mesmerizing moon landscapes. Stay overnight in Kargil.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3594,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54106,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54107,\"Title\":\"Kargil - Drass \\u2013 Leh \",\"Day\":3,\"Program\":\"After Breakfast drive to Drass, Later after sightseeing drive back to Leh enroute visit Basgo and Alchi Monastery. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54108,\"Title\":\"0\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54109,\"Title\":\"Leh to Nubra Valley\",\"Day\":4,\"Program\":\"After breakfast, drive to Nubra Valley (Known as the Valley of Flowers and the warmest region in Ladakh) via Khardungla pass. This road is considered to be the highest motorable road of the world. En route, admire the spectacular views of the never ending snow-capped mountain ranges around Khardungla Pass (18,390 feet) After spending some time at Khardungla, proceed to Nubra. After Hotel check-in, enjoy camel Safari in the evening. Overnight stay in Nubra\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853770,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851399,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849070,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854186,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803468,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803468,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851047,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849070,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860959,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54110,\"Title\":\"Hunder \\u2013 Turtuk - Hunder\",\"Day\":5,\"Program\":\"After breakfast drive to Turtuk (which is first time opened for the tourist since 2010) this village was captured by Indians Army in war of 1972 with Pakistan, , Later Return Back to Hunder, O\\/N in Hunder.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853770,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851399,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849070,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854186,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803468,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803468,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851047,\"MasterIntSysId\":54109,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863343,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849070,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860959,\"MasterIntSysId\":54109,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":5205,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54111,\"Title\":\"0\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54112,\"Title\":\"Nubra to Pangong via Shyok\",\"Day\":6,\"Program\":\"We will start the day following the same route towards Leh till we reach Khalsar. From the Agyam bridge, we will take the left route which leads us to the villages of Shyok and Durbuk. The road after Shyok is good but very steep. After Durbuk, take left towards Tangtse and follow the traditional route. Drive further to Pangong Lake one of the largest and most beautiful natural brackish lakes in the Himalayas. Situated at 14000 ft, more than half of the lake is within Chinese Territory and only one third part lies in India. Explore the lake area, might catch some rare wildlife.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847164,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847690,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848139,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846024,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868086,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845871,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845515,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847164,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847690,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848139,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846024,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868086,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845871,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848139,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846024,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845871,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845515,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845515,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54113,\"Title\":\"0\",\"Day\":7,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54114,\"Title\":\"Pangong Lake to Leh\",\"Day\":7,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, take a short halt at Changla Pass to enjoy a cup of hot steaming tea. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856618,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856439,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856618,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856439,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54115,\"Title\":\"Depature: Leh\",\"Day\":8,\"Program\":\"Early morning transfer to Leh airport. Tour ends with sweet memories of Ladakh...\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"33421.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33421.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"33421.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33421.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"35191.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35191.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"38671.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38671.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"39768.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39768.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30636.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30636.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30636.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30636.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"32259.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32259.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"35449.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35449.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"36454.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36454.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.\\r\\n\\t&lt;ul&gt;\\r\\n\\t\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n\\t&lt;\\/ul&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Nights Accommodation in Leh, 02 Night Accommodation in Nubra &amp;amp 01 Night Accommodation in Kargil &amp;amp Pangong Each on twin sharing Basis as per the Itinerary &amp;amp Meal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Kargil,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Kargil,Nubra,Pangong,Ladakh,Alchi', NULL, '15229,13569,35282,35281', 30636, 39768, 7, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'incredible-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(47, 7565, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7565,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Treasures_of_Ladakh_91.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Treasures of Ladakh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Guided Tours\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856614,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856617,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856619,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856271,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856274,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856276,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856957,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856435,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856960,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856438,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856962,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856440,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861941,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861944,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861946,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857733,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857736,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857738,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855550,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855553,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855555,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862120,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862123,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862125,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857484,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857487,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857489,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857238,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857241,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857243,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855918,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855921,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855923,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862543,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862546,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862548,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858901,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858904,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858906,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858168,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858171,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858173,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857978,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857981,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857983,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859289,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859292,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859294,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862304,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862307,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862309,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858538,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858541,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858543,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859620,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859623,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859625,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859926,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859929,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859931,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865700,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865703,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865705,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866330,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866333,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866335,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2655,\"TYPE\":\"FREE\",\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The \\u201cmagnetic hill\\u201d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3595,\"TYPE\":\"FREE\",\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2654,\"TYPE\":\"FREE\",\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3594,\"TYPE\":\"FREE\",\"Title\":\"Lamayuru Monastery\",\"Description\":\"Lamayuru Monstery is a famous Buddhist Monatery in Leh district, at a height of 11520 ft.Lamayuru monastery is said to be the oldest as well as the largest in Ladakh.This Monastery was a collection of five gigantic building out of which only one survives now,still  remains the largest monastery.The Monastery houses about  150 Buddhist monks permanently, in earlier days the number was 400.The Monatery is also famous for a worth visiting festival called the mask festival  as the monks were different mask during the ceremony.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2830063,\"Long\":76.7741881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Lamayuru_Monastery_15229_1518697412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":860410,\"Name\":\"Hotel Jazeera Hangout\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.564318                                         \",\"Long\":\"76.127087                                         \",\"Address\":\"Balti Bazaar, Circular Road, Kargil, Ladakh Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800821,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_01524726947.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jazeera Hangout Kargil Ladakh is situated in Kargil Ladakh with beautiful surroundings of Suru River and Mountains. Jazeera Hangout Hotel &amp; Restaurant Kargil is right on the banks of the suru river. You can relish your holiday here. Nice comfortable rooms and warm smiling staff. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_32d2c61a0708988239b8ed0d68fd82e91524726947.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2766,\"SupplierName\":\"Hotel Jazeera Hangout\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":500,\"costWithoutBed\":400,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843349,\"Name\":\"Hotel Rangyul\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.543768                                         \",\"Long\":\"76.141593                                         \",\"Address\":\"Near District Sessions Court, NH301, Baroo, Kargil, Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800808,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_01524647456.jpg\"}]},\"CityId\":13569,\"Brief\":\"Kargil is a district of Ladakh, which is located in Jammu and Kashmir. Hotel Rangyul Kargil Ladakh is situated at just 1.9 away from heart of the city and a walking distance from Tourist Facilitation Center. Our Rangyul Kargil has 12 well-furnished and clean deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_0231b073d8358b29634a851d02505e061524647456.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2171,\"SupplierName\":\"Hotel Rangyul\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843548,\"Name\":\"Hotel Jan Palace\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.562286                                         \",\"Long\":\"76.123330                                         \",\"Address\":\"Near state Bank of India, Public Park Road,Main Bazar Kargil,Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800820,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_01524725769.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jan Palace Kargil is one of the Top Hotels which is Located in city Kargil city. Kargil Hotel Jan Palace is situated in the main market. The hotel is beautifully located near the Himalayan Mountains. The hospitality provided by the hotel is very friendly and heartfelt. The decoration of the Jan Palace Hotel Kargil is awesome and traditional. Kargil Jan Palace Hotel has 3 floors and retains 18 spacious rooms. The environment is clean and pleasant with beautiful garden and charming surroundings. Taxi stand and General post office is situated in a walk able distance from the hotel. The travel desk supports with sight-seeing and car rental services. The hotel is categorized as B Class Hotels in Kargil. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_88490391d790e2c095cba3c1e7a8ad0a1524725768.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2206,\"SupplierName\":\"Hotel Jan Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2100,\"costSingleOcc\":2100,\"costExtraBed\":840,\"costWithoutBed\":630,\"netCost\":2100,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866778,\"Name\":\"Siachen\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.557999                                         \",\"Long\":\"76.127035                                         \",\"Address\":\"Main Bazar Kargil 194103\"},\"Images\":{\"Image\":[{\"ImagId\":2410623,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\"},{\"ImagId\":2410624,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16011922510039251271.jpg?s=312x\"}]},\"CityId\":13569,\"Brief\":\"Ideally located in the prime touristic area of Kargil, Hotel Siachen promises a relaxing and wonderful visit. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Take a break from a long day and make use of hiking trails, fishing, garden, karaoke. Hotel Siachen is an excellent choice from which to explore Kargil or to simply relax and rejuvenate.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2199,\"SupplierName\":\"Hotel Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2730,\"costSingleOcc\":2730,\"costExtraBed\":1092,\"costWithoutBed\":819,\"netCost\":2730,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861766,\"Name\":\"Hotel Royal Gasho\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5500\\u00b0 N                                       \",\"Long\":\"76.1344\\u00b0 E                                       \",\"Address\":\"Near Tourist Facilitation Center, Bemathang, Baroo, Kargil (Ladakh) Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800809,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_01524648152.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Royal Gasho is situated at just 1 km away from heart of the city and a few steps away from Tourist Facilitation center . a class in itself, We Strive to serve you beyond hospitality with a royal touch. Hotel Royal Gasho is newest upscale &ldquo;A&rdquo; class hotel with all the facilities for your utmost comfort.This beautifully designed development, set in a verdant paradise promises to be an important addition to the hotel and restaurant scene in this area and a must visit for vacationers in Kargil (Ladakh).\\r\\nIt`s proximity to the main city and yet silent from the buzz makes it one of the most idle place in Kargil (Ladakh) for your vocations. Royal Gasho is an upgrade A class hotel in Kargil and would have all the modern facilities. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_cf079b30283d34da7de87ba9f0e52a5d1524648152.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2172,\"SupplierName\":\"Hotel Royal Gasho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2950,\"costSingleOcc\":2950,\"costExtraBed\":1180,\"costWithoutBed\":885,\"netCost\":2950,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843135,\"Name\":\"Zojila Residency\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5546                                           \",\"Long\":\"76.1311                                           \",\"Address\":\"Bemathang, Baroo \"},\"Images\":{\"Image\":[{\"ImagId\":2410625,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\"},{\"ImagId\":2410626,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_4_t.jpg\"},{\"ImagId\":2410627,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_8_t.jpg\"},{\"ImagId\":2410628,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_1_t.jpg\"},{\"ImagId\":2410629,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_11_t.jpg\"},{\"ImagId\":2410630,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_14_t.jpg\"},{\"ImagId\":2410631,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_2_t.jpg\"},{\"ImagId\":2410632,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_3_t.jpg\"},{\"ImagId\":2410633,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_15_t.jpg\"},{\"ImagId\":2410634,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_5_t.jpg\"},{\"ImagId\":2410635,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_12_t.jpg\"},{\"ImagId\":2410636,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_9_t.jpg\"},{\"ImagId\":2410637,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_10_t.jpg\"},{\"ImagId\":2410638,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_13_t.jpg\"},{\"ImagId\":2410639,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_20_t.jpg\"},{\"ImagId\":2410640,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_18_t.jpg\"},{\"ImagId\":2410641,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_19_t.jpg\"},{\"ImagId\":2410642,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/5b3964ab_t.jpg\"},{\"ImagId\":2410643,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/253b3110_t.jpg\"}]},\"CityId\":13569,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Zojila Residency in Kargil, you&amp;apos;ll be convenient to Regional Ice Hockey Arena and Hussaini Park.  This hotel is within the region of Lalung Pass.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 42 guestrooms featuring flat-screen televisions. Satellite television is provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include desks, housekeeping is provided daily, and irons\\/ironing boards can be requested.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a rooftop terrace and a garden and make use of amenities such as wireless Internet access (surcharge). This hotel also features tour\\/ticket assistance and a picnic area.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include dry cleaning\\/laundry services and luggage storage. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2198,\"SupplierName\":\"Zojila Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842782,\"Name\":\"Baru-La Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.538352                                         \",\"Long\":\"76.135624                                         \",\"Address\":\"Khankah Road, Baroo Kargil-Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800813,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_01524652047.jpg\"}]},\"CityId\":13569,\"Brief\":\"Baru-la is &ldquo;A&rdquo; graded Hotel property located at an altitude of 8970 feet above sea level and is operational since May 1st, 2016. The hotel remains functional from May to October every year. Located comfortably apart from the town at a distance of 2km, it can be reached via a drive through the beautiful barley fields of the Baroo village.\\r\\nBaru-la is spread over an area of 55000 square feet, which makes it the most spacious property in entire Kargil. What adds value to the property is that there is no construction on three sides of the hotel, providing a spectacular sweeping view of the Mountain Oasis town of Kargil.\\r\\nThe hotel has a Dedicated TRAVEL DESK, which caters to the need of every traveller and guest, while you book your rooms with us we will look after the rest of your travel needs in Ladakh.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_21f0fc66b41044709b3b9fe14ef8aa071524652047.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2195,\"SupplierName\":\"Baru-La Hotel\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1368,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842185,\"Name\":\"Hotel Chutuk Heights\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.498537                                         \",\"Long\":\"76.122923                                         \",\"Address\":\"Chhutuk Hydel Project Road, Chhutuk,Kargil, Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800814,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_01524653194.jpg\"}]},\"CityId\":13569,\"Brief\":\"Chhutuk Heights Hotel is located in a privileged spot, right near the Suru River, far enough from Kargil town for its flow to be calmer and its turquoise color mesmerizing. It is this kind of place where one can stay a while just admiring the wilderness and its untouched beauty, either from the balcony of a room, or sitting in the garden. Note that our preferred season here is summer, which is very pleasant and one can enjoy the peack apricot season. The beginning of autumn, when leaves start to get a golden tone rarely seen in India, and Suru gets even more deeply turquoise is also a great sight. Each moment of the year has its own charm! Chhutuk Heights Hotel is the choice of nature lovers, where one can relax after a day of discoveries, still admiring Ladakh incredible nature from the comfort of spacious and luminous rooms, facing either the Suru River or the secret garden. All facilities available and more, a spacious restaurant to enjoy Indian, Chinese, continental and Kargili gastronomy \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_16aa840e693a6d29cb7ab3eda07a45de1524653193.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2196,\"SupplierName\":\"Hotel Chutuk Heights\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1320,\"costWithoutBed\":990,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854611,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853769,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854186,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803467,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853432,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852246,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803468,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853431,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850521,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851398,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851746,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851747,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851399,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851047,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850205,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850204,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863343,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848519,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848518,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849674,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849673,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849069,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849070,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860959,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860958,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":5205,\"TYPE\":\"FREE\",\"Title\":\"Turtuk Visit\",\"Description\":\"The least explored village located at India &ndash; Pakistan border was opened for tourist in 2009. Turtuk is surrounded by a beautiful hilly area and blessed with lot of natural resources to amaze you.\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847165,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847691,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848140,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846025,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868087,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845872,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846331,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845699,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845332,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845516,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1900\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"21455\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1901\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"22423\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1902\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"26636\",\"isGroup\":0,\"capacity\":\"12\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":54054,\"Title\":\"Leh \",\"Day\":1,\"Program\":\"On arrival at airport pick up and transfer to the hotel. Full day free and rest for complete day for acclimatization. In the evening visit to visit to Shanti Stupa, Leh palace & Market. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54055,\"Title\":\"0\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54056,\"Title\":\"Leh \\u2013 Alchi \\u2013 Kargil \",\"Day\":2,\"Program\":\"After breakfast drive to Uleytokpo enroute visit Likir Monastery, Magnetic Hill, Hall of Fame and Gurudwara Pathar Sahib. After Lunch proceed to visit Lamayuru Monastery and witness a beautiful mesmerizing moon landscapes. Stay overnight in Kargil.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3594,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54057,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54058,\"Title\":\"Kargil - Drass \\u2013 Leh \",\"Day\":3,\"Program\":\"After Breakfast drive to Drass, Later after sightseeing drive back to Leh enroute visit Basgo and Alchi Monastery. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54059,\"Title\":\"0\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54060,\"Title\":\"Leh \\u2013 Khardung La \\u2013 Nubra  Valley  (125 km)\",\"Day\":4,\"Program\":\"After Breakfast drive to Nubra Valley via Khardung La (Highest Motorable road in the World, 18,380 ft) continue drive till Hundur village. On arrival check in to the Camp. After lunch enjoys the beauty of sand dunes one can also enjoy Camel Safari. Stay overnight in Nubra Valley.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854186,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850205,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860959,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854186,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803468,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851399,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851047,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849070,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54061,\"Title\":\"Hunder \\u2013 Turtuk - Hunder\",\"Day\":5,\"Program\":\"After breakfast drive to Turtuk (which is first time opened for the tourist since 2010) this village was captured by Indians Army in war of 1972 with Pakistan, , Later Return Back to Hunder, O\\/N in Hunder.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854186,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850205,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860959,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854611,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854186,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803468,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853432,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851747,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803467,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852246,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850521,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851399,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851047,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851047,\"MasterIntSysId\":54060,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863343,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848519,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849674,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849070,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":54060,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":5205,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54062,\"Title\":\"0\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54063,\"Title\":\"Nubra \\u2013 Leh \",\"Day\":6,\"Program\":\"After breakfast, visit to Deskit Monastery and have a wonderful view of Nubra Valley. Later drive back to Leh by same Route, crossing Khardung La Pass. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54064,\"Title\":\"0\",\"Day\":7,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54065,\"Title\":\"Leh  - Pangong Lake\",\"Day\":7,\"Program\":\"After early breakfast drive to Pangong Lake, which is the highest salt water Lake in the World, shared by two countries India & China. On arrival check in to the Camp. Enjoy the turquoise color panoramic lake and the sun set on the banks of lake with magnificent mountains. Stay overnight in Pangong.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847165,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847691,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848140,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846025,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868087,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845872,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845699,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845332,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847165,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847691,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848140,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846025,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868087,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845872,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848140,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846025,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845872,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845699,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845699,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845332,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845699,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845332,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845516,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54066,\"Title\":\"0\",\"Day\":8,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54067,\"Title\":\"Pangong \\u2013 Leh \",\"Day\":8,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856619,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856276,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856962,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856440,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861946,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857738,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855555,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862125,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857489,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857243,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855923,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862548,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858906,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858173,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857983,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859294,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862309,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858543,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859625,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859931,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865705,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866335,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856619,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856276,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856962,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856440,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861946,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857738,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855555,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862125,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857489,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857243,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855923,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861946,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857738,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855555,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862125,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857489,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857243,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855923,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862548,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858906,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857983,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859294,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862548,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858906,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858173,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857983,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859294,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862309,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858543,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859625,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859931,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858173,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862309,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858543,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859625,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859931,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865705,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866335,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54068,\"Title\":\"Depature: Leh\",\"Day\":9,\"Program\":\"Early morning transfer to Leh airport. Tour ends with sweet memories of Ladakh...\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"35886.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35886.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"35886.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35886.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"38106.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38106.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"42036.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42036.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"43208.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43208.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"32896.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32896.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"32896.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32896.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"34931.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34931.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"38533.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38533.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"39608.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39608.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ldquoPrices included&amp;rdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.\\r\\n\\t&lt;ul&gt;\\r\\n\\t\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n\\t&lt;\\/ul&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;04 Nights Accommodation in Leh, 02 Night Accommodation in Nubra &amp;amp 01 Night Accommodation in Kargil &amp;amp Pangong Each on twin sharing Basis as per the Itinerary &amp;amp Meal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Kargil,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Kargil,Nubra,Pangong,Ladakh,Alchi', NULL, '15229,13569,35282,35281', 32896, 43208, 8, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'treasures-of-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(48, 7561, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7561,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Wonders_of_Ladakh_27.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Wonders of Ladakh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856614,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856617,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856271,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856274,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856957,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856435,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856960,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856438,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861941,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861944,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857733,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857736,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855550,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855553,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862120,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862123,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857484,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857487,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857238,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857241,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855918,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855921,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862543,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862546,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858901,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858904,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858168,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858171,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857978,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857981,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859289,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859292,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862304,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862307,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858538,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858541,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859620,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859623,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859926,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859929,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865700,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865703,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866330,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866333,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2655,\"TYPE\":\"FREE\",\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The \\u201cmagnetic hill\\u201d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3595,\"TYPE\":\"FREE\",\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2654,\"TYPE\":\"FREE\",\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3594,\"TYPE\":\"FREE\",\"Title\":\"Lamayuru Monastery\",\"Description\":\"Lamayuru Monstery is a famous Buddhist Monatery in Leh district, at a height of 11520 ft.Lamayuru monastery is said to be the oldest as well as the largest in Ladakh.This Monastery was a collection of five gigantic building out of which only one survives now,still  remains the largest monastery.The Monastery houses about  150 Buddhist monks permanently, in earlier days the number was 400.The Monatery is also famous for a worth visiting festival called the mask festival  as the monks were different mask during the ceremony.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2830063,\"Long\":76.7741881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Lamayuru_Monastery_15229_1518697412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":860410,\"Name\":\"Hotel Jazeera Hangout\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.564318                                         \",\"Long\":\"76.127087                                         \",\"Address\":\"Balti Bazaar, Circular Road, Kargil, Ladakh Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800821,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_01524726947.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jazeera Hangout Kargil Ladakh is situated in Kargil Ladakh with beautiful surroundings of Suru River and Mountains. Jazeera Hangout Hotel &amp; Restaurant Kargil is right on the banks of the suru river. You can relish your holiday here. Nice comfortable rooms and warm smiling staff. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_32d2c61a0708988239b8ed0d68fd82e91524726947.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2766,\"SupplierName\":\"Hotel Jazeera Hangout\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":500,\"costWithoutBed\":400,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843349,\"Name\":\"Hotel Rangyul\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.543768                                         \",\"Long\":\"76.141593                                         \",\"Address\":\"Near District Sessions Court, NH301, Baroo, Kargil, Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800808,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_01524647456.jpg\"}]},\"CityId\":13569,\"Brief\":\"Kargil is a district of Ladakh, which is located in Jammu and Kashmir. Hotel Rangyul Kargil Ladakh is situated at just 1.9 away from heart of the city and a walking distance from Tourist Facilitation Center. Our Rangyul Kargil has 12 well-furnished and clean deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_0231b073d8358b29634a851d02505e061524647456.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2171,\"SupplierName\":\"Hotel Rangyul\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843548,\"Name\":\"Hotel Jan Palace\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.562286                                         \",\"Long\":\"76.123330                                         \",\"Address\":\"Near state Bank of India, Public Park Road,Main Bazar Kargil,Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800820,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_01524725769.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jan Palace Kargil is one of the Top Hotels which is Located in city Kargil city. Kargil Hotel Jan Palace is situated in the main market. The hotel is beautifully located near the Himalayan Mountains. The hospitality provided by the hotel is very friendly and heartfelt. The decoration of the Jan Palace Hotel Kargil is awesome and traditional. Kargil Jan Palace Hotel has 3 floors and retains 18 spacious rooms. The environment is clean and pleasant with beautiful garden and charming surroundings. Taxi stand and General post office is situated in a walk able distance from the hotel. The travel desk supports with sight-seeing and car rental services. The hotel is categorized as B Class Hotels in Kargil. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_88490391d790e2c095cba3c1e7a8ad0a1524725768.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2206,\"SupplierName\":\"Hotel Jan Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2100,\"costSingleOcc\":2100,\"costExtraBed\":840,\"costWithoutBed\":630,\"netCost\":2100,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866778,\"Name\":\"Siachen\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.557999                                         \",\"Long\":\"76.127035                                         \",\"Address\":\"Main Bazar Kargil 194103\"},\"Images\":{\"Image\":[{\"ImagId\":2410623,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\"},{\"ImagId\":2410624,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16011922510039251271.jpg?s=312x\"}]},\"CityId\":13569,\"Brief\":\"Ideally located in the prime touristic area of Kargil, Hotel Siachen promises a relaxing and wonderful visit. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Take a break from a long day and make use of hiking trails, fishing, garden, karaoke. Hotel Siachen is an excellent choice from which to explore Kargil or to simply relax and rejuvenate.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2199,\"SupplierName\":\"Hotel Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2730,\"costSingleOcc\":2730,\"costExtraBed\":1092,\"costWithoutBed\":819,\"netCost\":2730,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861766,\"Name\":\"Hotel Royal Gasho\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5500\\u00b0 N                                       \",\"Long\":\"76.1344\\u00b0 E                                       \",\"Address\":\"Near Tourist Facilitation Center, Bemathang, Baroo, Kargil (Ladakh) Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800809,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_01524648152.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Royal Gasho is situated at just 1 km away from heart of the city and a few steps away from Tourist Facilitation center . a class in itself, We Strive to serve you beyond hospitality with a royal touch. Hotel Royal Gasho is newest upscale &ldquo;A&rdquo; class hotel with all the facilities for your utmost comfort.This beautifully designed development, set in a verdant paradise promises to be an important addition to the hotel and restaurant scene in this area and a must visit for vacationers in Kargil (Ladakh).\\r\\nIt`s proximity to the main city and yet silent from the buzz makes it one of the most idle place in Kargil (Ladakh) for your vocations. Royal Gasho is an upgrade A class hotel in Kargil and would have all the modern facilities. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_cf079b30283d34da7de87ba9f0e52a5d1524648152.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2172,\"SupplierName\":\"Hotel Royal Gasho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2950,\"costSingleOcc\":2950,\"costExtraBed\":1180,\"costWithoutBed\":885,\"netCost\":2950,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843135,\"Name\":\"Zojila Residency\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5546                                           \",\"Long\":\"76.1311                                           \",\"Address\":\"Bemathang, Baroo \"},\"Images\":{\"Image\":[{\"ImagId\":2410625,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\"},{\"ImagId\":2410626,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_4_t.jpg\"},{\"ImagId\":2410627,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_8_t.jpg\"},{\"ImagId\":2410628,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_1_t.jpg\"},{\"ImagId\":2410629,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_11_t.jpg\"},{\"ImagId\":2410630,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_14_t.jpg\"},{\"ImagId\":2410631,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_2_t.jpg\"},{\"ImagId\":2410632,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_3_t.jpg\"},{\"ImagId\":2410633,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_15_t.jpg\"},{\"ImagId\":2410634,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_5_t.jpg\"},{\"ImagId\":2410635,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_12_t.jpg\"},{\"ImagId\":2410636,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_9_t.jpg\"},{\"ImagId\":2410637,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_10_t.jpg\"},{\"ImagId\":2410638,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_13_t.jpg\"},{\"ImagId\":2410639,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_20_t.jpg\"},{\"ImagId\":2410640,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_18_t.jpg\"},{\"ImagId\":2410641,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_19_t.jpg\"},{\"ImagId\":2410642,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/5b3964ab_t.jpg\"},{\"ImagId\":2410643,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/253b3110_t.jpg\"}]},\"CityId\":13569,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Zojila Residency in Kargil, you&amp;apos;ll be convenient to Regional Ice Hockey Arena and Hussaini Park.  This hotel is within the region of Lalung Pass.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 42 guestrooms featuring flat-screen televisions. Satellite television is provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include desks, housekeeping is provided daily, and irons\\/ironing boards can be requested.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a rooftop terrace and a garden and make use of amenities such as wireless Internet access (surcharge). This hotel also features tour\\/ticket assistance and a picnic area.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include dry cleaning\\/laundry services and luggage storage. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2198,\"SupplierName\":\"Zojila Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842782,\"Name\":\"Baru-La Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.538352                                         \",\"Long\":\"76.135624                                         \",\"Address\":\"Khankah Road, Baroo Kargil-Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800813,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_01524652047.jpg\"}]},\"CityId\":13569,\"Brief\":\"Baru-la is &ldquo;A&rdquo; graded Hotel property located at an altitude of 8970 feet above sea level and is operational since May 1st, 2016. The hotel remains functional from May to October every year. Located comfortably apart from the town at a distance of 2km, it can be reached via a drive through the beautiful barley fields of the Baroo village.\\r\\nBaru-la is spread over an area of 55000 square feet, which makes it the most spacious property in entire Kargil. What adds value to the property is that there is no construction on three sides of the hotel, providing a spectacular sweeping view of the Mountain Oasis town of Kargil.\\r\\nThe hotel has a Dedicated TRAVEL DESK, which caters to the need of every traveller and guest, while you book your rooms with us we will look after the rest of your travel needs in Ladakh.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_21f0fc66b41044709b3b9fe14ef8aa071524652047.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2195,\"SupplierName\":\"Baru-La Hotel\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1368,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842185,\"Name\":\"Hotel Chutuk Heights\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.498537                                         \",\"Long\":\"76.122923                                         \",\"Address\":\"Chhutuk Hydel Project Road, Chhutuk,Kargil, Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800814,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_01524653194.jpg\"}]},\"CityId\":13569,\"Brief\":\"Chhutuk Heights Hotel is located in a privileged spot, right near the Suru River, far enough from Kargil town for its flow to be calmer and its turquoise color mesmerizing. It is this kind of place where one can stay a while just admiring the wilderness and its untouched beauty, either from the balcony of a room, or sitting in the garden. Note that our preferred season here is summer, which is very pleasant and one can enjoy the peack apricot season. The beginning of autumn, when leaves start to get a golden tone rarely seen in India, and Suru gets even more deeply turquoise is also a great sight. Each moment of the year has its own charm! Chhutuk Heights Hotel is the choice of nature lovers, where one can relax after a day of discoveries, still admiring Ladakh incredible nature from the comfort of spacious and luminous rooms, facing either the Suru River or the secret garden. All facilities available and more, a spacious restaurant to enjoy Indian, Chinese, continental and Kargili gastronomy \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_16aa840e693a6d29cb7ab3eda07a45de1524653193.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2196,\"SupplierName\":\"Hotel Chutuk Heights\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1320,\"costWithoutBed\":990,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854610,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853769,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854185,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803467,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853431,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852245,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850520,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851398,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851746,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851046,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850204,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863343,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848518,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849673,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849069,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860958,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847163,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847689,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848138,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846023,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868085,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845870,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846329,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845697,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845330,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845514,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3583,\"TYPE\":\"FREE\",\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1897\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"17701\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1898\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"18551\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1899\",\"supplierSysId\":\"2494\",\"supplierName\":\"Travnet\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"23087\",\"isGroup\":0,\"capacity\":\"12\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":54032,\"Title\":\"Leh\",\"Day\":1,\"Program\":\"On arrival at airport pick up and transfer to the hotel. Full day free and rest for complete day for acclimatization. In the evening visit to visit to Shanti Stupa, Leh palace & Market. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54033,\"Title\":\"0\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54034,\"Title\":\"Leh \\u2013 Alchi \\u2013 Kargil \",\"Day\":2,\"Program\":\"After breakfast drive to Uleytokpo enroute visit Likir Monastery, Magnetic Hill, Hall of Fame and Gurudwara Pathar Sahib. After Lunch proceed to visit Lamayuru Monastery and witness a beautiful mesmerizing moon landscapes. Stay overnight in Kargil.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3594,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54035,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54036,\"Title\":\"Kargil - Drass \\u2013 Leh \",\"Day\":3,\"Program\":\"After Breakfast drive to Drass, Later after sightseeing drive back to Leh enroute visit Basgo and Alchi Monastery. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54037,\"Title\":\"0\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54038,\"Title\":\"Leh to Nubra Valley\",\"Day\":4,\"Program\":\"After breakfast, drive to Nubra Valley (Known as the Valley of Flowers and the warmest region in Ladakh) via Khardungla pass. This road is considered to be the highest motorable road of the world. En route, admire the spectacular views of the never ending snow-capped mountain ranges around Khardungla Pass (18,390 feet) After spending some time at Khardungla, proceed to Nubra. After Hotel check-in, enjoy camel Safari in the evening. Overnight stay in Nubra\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54039,\"Title\":\"0\",\"Day\":5,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54040,\"Title\":\"Nubra to Pangong via Shyok\",\"Day\":5,\"Program\":\"We will start the day following the same route towards Leh till we reach Khalsar. From the Agyam bridge, we will take the left route which leads us to the villages of Shyok and Durbuk. The road after Shyok is good but very steep. After Durbuk, take left towards Tangtse and follow the traditional route. Drive further to Pangong Lake one of the largest and most beautiful natural brackish lakes in the Himalayas. Situated at 14000 ft, more than half of the lake is within Chinese Territory and only one third part lies in India. Explore the lake area, might catch some rare wildlife.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54041,\"Title\":\"0\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54042,\"Title\":\"Pangong Lake to Leh\",\"Day\":6,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, take a short halt at Changla Pass to enjoy a cup of hot steaming tea. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":54043,\"Title\":\"Depature: Leh\",\"Day\":7,\"Program\":\"Early morning transfer to Leh airport. Tour ends with sweet memories of Ladakh...\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28861.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28861.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28861.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28861.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30511.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30511.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"33631.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33631.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"34308.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34308.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"26456.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26456.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"26456.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26456.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"27969.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27969.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30829.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30829.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"31449.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31449.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.\\r\\n\\t&lt;ul&gt;\\r\\n\\t\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n\\t&lt;\\/ul&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;03 Nights Accommodation in Leh &amp;amp 01 Night Accommodation in Kargil, Nubra &amp;amp Pangong Each on twin sharing Basis as per the Itinerary &amp;amp Meal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Kargil,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Kargil,Nubra,Pangong,Ladakh,Alchi', NULL, '15229,13569,35282,35281', 26456, 34308, 6, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'wonders-of-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(49, 7554, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7554,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Amazing_Ladakh_With_Shyok_93.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Amazing Ladakh With Shyok\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856614,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856617,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856271,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856274,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856275,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856957,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856435,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856961,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856438,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856960,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856439,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861941,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861945,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861944,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857733,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857737,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857736,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855550,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855554,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855553,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862120,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862123,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862124,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857484,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857488,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857487,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857238,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857242,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855918,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855921,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855922,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862543,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862546,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862547,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858901,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858904,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858168,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858171,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858172,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857978,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857982,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857981,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859289,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859292,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862304,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862307,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858538,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858542,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858541,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859620,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859623,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859624,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859926,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859929,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859930,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865700,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865704,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865703,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866330,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866333,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2655,\"TYPE\":\"FREE\",\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The \\u201cmagnetic hill\\u201d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3595,\"TYPE\":\"FREE\",\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3535,\"TYPE\":\"FREE\",\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2654,\"TYPE\":\"FREE\",\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3594,\"TYPE\":\"FREE\",\"Title\":\"Lamayuru Monastery\",\"Description\":\"Lamayuru Monstery is a famous Buddhist Monatery in Leh district, at a height of 11520 ft.Lamayuru monastery is said to be the oldest as well as the largest in Ladakh.This Monastery was a collection of five gigantic building out of which only one survives now,still  remains the largest monastery.The Monastery houses about  150 Buddhist monks permanently, in earlier days the number was 400.The Monatery is also famous for a worth visiting festival called the mask festival  as the monks were different mask during the ceremony.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2830063,\"Long\":76.7741881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Lamayuru_Monastery_15229_1518697412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":35295,\"Title\":\"Sham Valley\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":844789,\"Name\":\"Faryork Resort\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.301650                                         \",\"Long\":\"76.983225                                         \",\"Address\":\"Nurla, Leh - Ladakh, Jammu and Kashmir (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800804,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453147\\/111_01524638217.jpg\"}]},\"CityId\":35295,\"Brief\":\"Faryork Resort Nurla is one of the Best Resorts in Nurla. Nurla is a breathtaking tourist place in Ladakh well known for its scenic location and peaceful atmosphere. Faryork Resort Alchi is located on the bank of beautiful Indus River offering lovely views of mountains and jungles. Our Faryork Resort Nurla Ladakh India is located between Leh and Lamayuru and only 2 hours drive from Leh. Faryork Resort India offers 13 spacious cottages with all basic amenities. Our Cottages are made of bamboo in order to give you more natural camp feel and best Nurla Accommodation along with the sound of water and wind. Our Faryork Resort Ladakh has lovely restaurant and houses Traditional Ladakhi Style Dining Hall where you can enjoy various Indian and Ladakhi dishes. Our Faryork Resort Nurla India is perfect place for nature lovers. Our Faryok Resort Alchi is among the Best Cottages in Nurla and Cottages in Alchi. Our resort is the only Resort in Ladakh where you can enjoy the experience of crossing the Indus River through a Wooden Bridge as there is an amazing wooden bridge crossing located at the other end of the Resort. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453147\\/111_d9d78c649bb0d4f4fbc7756b1e7c49d31524638217.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2286,\"SupplierName\":\"Faryork Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard Bamboo Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":844452,\"Name\":\"Hotel Duke\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"35.9974081                                        \",\"Long\":\"-78.9469537                                       \",\"Address\":\"Tehsil - Saspol, Leh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800803,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453146\\/111_01524636333.jpg\"}]},\"CityId\":35295,\"Brief\":\"Hotel Duke Saspol is located in the heart of Sham Valley. Hotel Duke Saspol Ladakh India is nestled within exquisitely landscaped grounds of Saspol Village. Hotel Duke Ladakh is situated on the Leh Srinagar Highway and only 55 kilometers away from the Kushok Bakula Rinpoche Airport. Our Hotel is the Best A Class Hotel in Saspol offering memorable Saspol accommodation for our valuable guests. Our Hotel Duke Saspol India houses 23 well furnished deluxe rooms with full range of facilities for our precious guests and you can also enjoy a panoramic view of divinely beautiful Himalayan range from our rooms. Our Hotel is surrounded by few of the most ancient Buddhist monasteries to visit, and you can enjoy an exhilarating combination of activities such as rafting, trekking and cycling for a memorable holiday. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453146\\/111_18de563bbbf60d48d01b33d47704c5441524636333.jpg\",\"AccoAminitiesMask\":\"1110010000101010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2202,\"SupplierName\":\"Hotel Duke\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860619,\"Name\":\"Hotel Moonland\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.2833\\u00b0 N                                       \",\"Long\":\"76.7733\\u00b0 E                                       \",\"Address\":\"Village Lamayuru, District Leh Ladakh, Jammu & Kashmir, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800823,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453171\\/111_01524733733.jpg\"}]},\"CityId\":35295,\"Brief\":\"Hotel Moonland Lamayuru makes the stay stress-free with various facilities, 26 hour room service, parking, travel desk and doctor- on- call are the basic amenities offered to the guests for convenience. The in-house restaurant serves delectable food which can be savoured during the stay. \\r\\nHotel Moonland Lamayuru is situated at Leh-Srinagar raod, Leh-Ladakh. It lies proximate to Leh (Approx.120km) and Srinager (Approx. 300km) which can be explored during the stay. Hotel Moonland Lamayuru\\r\\nBeing a Premium Budget Hotel in Lamayuru. We offers to you the simple gesture of genuine hospitality and high standard of services. At par with the quality and standard, Hotel Moonland Lamayuru has an aura of peace, friendliness and a home-like environment that you can immediately connect to. Guests can also explore places like Atisha Monastery &amp; Wanla Monastery near by to Lamayuru.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453171\\/111_90a8bb22949f6f57a13104204d7c02971524733733.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2930,\"SupplierName\":\"Hotel Moonland\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861320,\"Name\":\"Uley Eco Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.253912                                         \",\"Long\":\"77.092952                                         \",\"Address\":\"Uleytokpo, NH-1D, Leh Ladakh, Jammu And Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800818,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453163\\/111_01524661382.jpg\"}]},\"CityId\":35295,\"Brief\":\"Uley Eco Resort is ideally located for visiting all of Lower (Western) Ladakh while staying in comfort. Uleytokpo, a tiny village 70 km west of Leh on Leh-Srinagar highway, has been in the service of tourism industry ever since Ladakh was opened for tourism in 1974. Today it has a more matured infrastructure with better choice and comfort as family-run Uley Eco Resort (total 26 rooms), one of the best resorts in the region promise a quiet, comfortable and ecological stay during your visit to the lower region of Ladakh. Free yourself from urban congestion in separate cottages sprawled over a large area among apple and apricot trees and the kitchen garden. Closeness to nature will relax your body and soul.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453163\\/111_1377aa036fdabbbb18e983d25af22c061524661382.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2288,\"SupplierName\":\"Uley Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6195,\"costSingleOcc\":6195,\"costExtraBed\":2478,\"costWithoutBed\":1050,\"netCost\":6195,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861628,\"Name\":\"Uley Eco Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.253912                                         \",\"Long\":\"77.092952                                         \",\"Address\":\"Uleytokpo, NH-1D, Leh Ladakh, Jammu And Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800818,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453163\\/111_01524661382.jpg\"}]},\"CityId\":35295,\"Brief\":\"Uley Eco Resort is ideally located for visiting all of Lower (Western) Ladakh while staying in comfort. Uleytokpo, a tiny village 70 km west of Leh on Leh-Srinagar highway, has been in the service of tourism industry ever since Ladakh was opened for tourism in 1974. Today it has a more matured infrastructure with better choice and comfort as family-run Uley Eco Resort (total 26 rooms), one of the best resorts in the region promise a quiet, comfortable and ecological stay during your visit to the lower region of Ladakh. Free yourself from urban congestion in separate cottages sprawled over a large area among apple and apricot trees and the kitchen garden. Closeness to nature will relax your body and soul.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453163\\/111_1377aa036fdabbbb18e983d25af22c061524661382.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2288,\"SupplierName\":\"Uley Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8260,\"costSingleOcc\":8260,\"costExtraBed\":3139,\"costWithoutBed\":1569,\"netCost\":8260,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Cottage\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854610,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853769,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854185,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803467,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853431,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852245,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850520,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851398,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851746,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851046,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850204,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863343,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848518,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849673,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849069,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860958,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847163,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847689,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848138,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846023,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868085,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845870,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846329,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845697,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845330,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845514,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3583,\"TYPE\":\"FREE\",\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1891\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Sham Valley,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"16149\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1892\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Sham Valley,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"16942\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1893\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Sham Valley,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"22232\",\"isGroup\":0,\"capacity\":\"12\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":53960,\"Title\":\"Leh \",\"Day\":1,\"Program\":\"On arrival at airport pick up and transfer to the hotel. Full day free and rest for complete day for acclimatization. In the evening visit to visit to Shanti Stupa, Leh Palace & Market. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53961,\"Title\":\"0\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53962,\"Title\":\"Leh \\u2013 Alchi \\u2013 Uleytokpo (125 KM \\/ 03 Hrs)\",\"Day\":2,\"Program\":\"After breakfast drive to Uleytokpo enroute visit Likir Monastery, Magnetic Hill, Hall of Fame,  The Sangam of Zanskar & Indus River and Gurudwara Pathar Sahib. After Lunch proceed to visit Lamayuru Monastery and witness a beautiful mesmerizing moon landscapes. Stay overnight in Uleytokpo \\/ Alchi \\/ Lamayuru \\/ Faryok.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35295,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":844789,\"MasterIntSysId\":0,\"ACCOMSYSID\":453147,\"MEALPLANTYPE\":7,\"ROOMTYPE\":27,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":844452,\"MasterIntSysId\":0,\"ACCOMSYSID\":453146,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860619,\"MasterIntSysId\":0,\"ACCOMSYSID\":453171,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861320,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":34,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861628,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":35,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":844789,\"MasterIntSysId\":0,\"ACCOMSYSID\":453147,\"MEALPLANTYPE\":7,\"ROOMTYPE\":27,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":844452,\"MasterIntSysId\":0,\"ACCOMSYSID\":453146,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860619,\"MasterIntSysId\":0,\"ACCOMSYSID\":453171,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":844452,\"MasterIntSysId\":0,\"ACCOMSYSID\":453146,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861320,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":34,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861628,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":35,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":861320,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":34,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861628,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":35,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":861320,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":34,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861628,\"MasterIntSysId\":0,\"ACCOMSYSID\":453163,\"MEALPLANTYPE\":7,\"ROOMTYPE\":35,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3594,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53963,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35295,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53968,\"Title\":\"Uleytokpo \\u2013 Leh (125 KM \\/ 03 Hrs)\",\"Day\":3,\"Program\":\"After breakfast drive back to Leh enroute visit Basgo and Alchi Monastery. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53969,\"Title\":\"0\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53970,\"Title\":\"Leh to Nubra Valley ( 125 KM \\/ 5-6 Hrs )\",\"Day\":4,\"Program\":\"After breakfast, drive to Nubra Valley (Known as the Valley of Flowers and the warmest region in Ladakh) via Khardung La pass. This road is considered to be the highest motorable road of the world. Enroute, admire the spectacular views of the never ending snow-capped mountain ranges around Khardung La Pass (18,390 feet). After spending some time at Khardung La, proceed to Nubra. After Hotel check-in, enjoy camel Safari in the evening. Stay overnight stay in Nubra.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":true,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53971,\"Title\":\"0\",\"Day\":5,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53972,\"Title\":\"Nubra to Pangong via Shyok ( 165 KM \\/ 06 Hrs )\",\"Day\":5,\"Program\":\"We will start the day following the same route towards Leh till we reach Khalsar. From the Agyam bridge, we will take the left route which leads us to the villages of Shyok and Durbuk. The road after Shyok is good but very steep. After Durbuk, take left towards Tangtse and follow the traditional route. Drive further to Pangong Lake one of the largest and most beautiful natural brackish lakes in the Himalayas. Situated at 14000 ft, more than half of the lake is within Chinese Territory and only one third part lies in India. Explore the lake area, might catch some rare wildlife. Stay Overnight in Pangong.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53973,\"Title\":\"0\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53974,\"Title\":\"Pangong Lake to Leh ( 155 KM \\/ 05 Hrs )\",\"Day\":6,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, take a short halt at Changla Pass to enjoy a cup of hot steaming tea. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856439,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53975,\"Title\":\"Leh Local Sightseeing (105 KM \\/ 5-6 Hrs)  \",\"Day\":7,\"Program\":\"After breakfast drive to Sindhu Darshan and about 7 kms from Leh on the bank of the Historical Indus River. Later proceed to visit Shey Place, The ancient capital of Ladakh and  Thiksay Monastery located on top of a hill, the Monastery is an excellent example of Ladakhi architecture. This contains several Stupas, Statues, Thangka, Wall Paintings and a large pillar depicting Buddha\'s teachings. Later continue to drive to visit Hemis Monastery, which was built in 1630, the largest monastic foundation of Drukpa Kagyu Order of Tibetan Buddhism and it houses some beautiful Wall Paintings, Thangka and several other historic objects. Later visit Stok Palace Museum. Return to Leh in the evening. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":53974,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":53974,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":53974,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":53974,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":53974,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856439,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861944,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":53974,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862547,\"MasterIntSysId\":53974,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858172,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858171,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":53974,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866333,\"MasterIntSysId\":53974,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53976,\"Title\":\"Leh\",\"Day\":8,\"Program\":\"Early morning transfer to Leh airport to board flight back to destination. Journey ends with Sweet Memories of Ladakh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28739.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28739.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28739.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30719.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30719.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"36056.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36056.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"36779.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36779.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"26344.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26344.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"26344.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26344.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28159.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28159.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"33052.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33052.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"33714.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33714.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.\\r\\n\\t&lt;ul&gt;\\r\\n\\t\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n\\t&lt;\\/ul&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;04 Nights Accommodation in Leh &amp;amp 01 Night Accommodation in Alchi, Nubra &amp;amp Pangong Each on twin sharing Basis as per the Itinerary &amp;amp Meal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Sham Valley,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Sham Valley,Nubra,Pangong,Ladakh,Uleytokpo,Alchi', NULL, '15229,35295,35282,35281', 26344, 36779, 7, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'amazing-ladakh-with-shyok', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(50, 7548, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7548,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Memorable_Ladakh_42.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Memorable Ladakh\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856614,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856616,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856618,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856271,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856273,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856275,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856433,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856957,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856435,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856959,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856437,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856961,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856439,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861941,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861943,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861945,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857733,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857735,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857737,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855550,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855552,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855554,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862120,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862122,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862124,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857484,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857486,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857488,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857238,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857240,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857242,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855918,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855920,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855922,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862543,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862545,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862547,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858901,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858903,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858905,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858168,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858170,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858172,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857978,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857980,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857982,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859289,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859291,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859293,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862304,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862306,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862308,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858538,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858540,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858542,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859619,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859620,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859622,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859624,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859925,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859926,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859928,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859930,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865700,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865702,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865704,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866329,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866330,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866332,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866334,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2655,\"TYPE\":\"FREE\",\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The \\u201cmagnetic hill\\u201d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3595,\"TYPE\":\"FREE\",\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2654,\"TYPE\":\"FREE\",\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3594,\"TYPE\":\"FREE\",\"Title\":\"Lamayuru Monastery\",\"Description\":\"Lamayuru Monstery is a famous Buddhist Monatery in Leh district, at a height of 11520 ft.Lamayuru monastery is said to be the oldest as well as the largest in Ladakh.This Monastery was a collection of five gigantic building out of which only one survives now,still  remains the largest monastery.The Monastery houses about  150 Buddhist monks permanently, in earlier days the number was 400.The Monatery is also famous for a worth visiting festival called the mask festival  as the monks were different mask during the ceremony.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2830063,\"Long\":76.7741881,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Lamayuru_Monastery_15229_1518697412.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":13569,\"Title\":\"Kargil\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":860410,\"Name\":\"Hotel Jazeera Hangout\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.564318                                         \",\"Long\":\"76.127087                                         \",\"Address\":\"Balti Bazaar, Circular Road, Kargil, Ladakh Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800821,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_01524726947.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jazeera Hangout Kargil Ladakh is situated in Kargil Ladakh with beautiful surroundings of Suru River and Mountains. Jazeera Hangout Hotel &amp; Restaurant Kargil is right on the banks of the suru river. You can relish your holiday here. Nice comfortable rooms and warm smiling staff. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453168\\/111_32d2c61a0708988239b8ed0d68fd82e91524726947.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2766,\"SupplierName\":\"Hotel Jazeera Hangout\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":500,\"costWithoutBed\":400,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843349,\"Name\":\"Hotel Rangyul\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.543768                                         \",\"Long\":\"76.141593                                         \",\"Address\":\"Near District Sessions Court, NH301, Baroo, Kargil, Kargil\"},\"Images\":{\"Image\":[{\"ImagId\":4800808,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_01524647456.jpg\"}]},\"CityId\":13569,\"Brief\":\"Kargil is a district of Ladakh, which is located in Jammu and Kashmir. Hotel Rangyul Kargil Ladakh is situated at just 1.9 away from heart of the city and a walking distance from Tourist Facilitation Center. Our Rangyul Kargil has 12 well-furnished and clean deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453151\\/111_0231b073d8358b29634a851d02505e061524647456.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2171,\"SupplierName\":\"Hotel Rangyul\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843548,\"Name\":\"Hotel Jan Palace\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.562286                                         \",\"Long\":\"76.123330                                         \",\"Address\":\"Near state Bank of India, Public Park Road,Main Bazar Kargil,Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800820,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_01524725769.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Jan Palace Kargil is one of the Top Hotels which is Located in city Kargil city. Kargil Hotel Jan Palace is situated in the main market. The hotel is beautifully located near the Himalayan Mountains. The hospitality provided by the hotel is very friendly and heartfelt. The decoration of the Jan Palace Hotel Kargil is awesome and traditional. Kargil Jan Palace Hotel has 3 floors and retains 18 spacious rooms. The environment is clean and pleasant with beautiful garden and charming surroundings. Taxi stand and General post office is situated in a walk able distance from the hotel. The travel desk supports with sight-seeing and car rental services. The hotel is categorized as B Class Hotels in Kargil. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453166\\/111_88490391d790e2c095cba3c1e7a8ad0a1524725768.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2206,\"SupplierName\":\"Hotel Jan Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2100,\"costSingleOcc\":2100,\"costExtraBed\":840,\"costWithoutBed\":630,\"netCost\":2100,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866778,\"Name\":\"Siachen\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.557999                                         \",\"Long\":\"76.127035                                         \",\"Address\":\"Main Bazar Kargil 194103\"},\"Images\":{\"Image\":[{\"ImagId\":2410623,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\"},{\"ImagId\":2410624,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16011922510039251271.jpg?s=312x\"}]},\"CityId\":13569,\"Brief\":\"Ideally located in the prime touristic area of Kargil, Hotel Siachen promises a relaxing and wonderful visit. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. Free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Take a break from a long day and make use of hiking trails, fishing, garden, karaoke. Hotel Siachen is an excellent choice from which to explore Kargil or to simply relax and rejuvenate.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/116\\/1160664\\/1160664_16012120490039311606.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2199,\"SupplierName\":\"Hotel Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2730,\"costSingleOcc\":2730,\"costExtraBed\":1092,\"costWithoutBed\":819,\"netCost\":2730,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861766,\"Name\":\"Hotel Royal Gasho\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5500\\u00b0 N                                       \",\"Long\":\"76.1344\\u00b0 E                                       \",\"Address\":\"Near Tourist Facilitation Center, Bemathang, Baroo, Kargil (Ladakh) Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800809,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_01524648152.jpg\"}]},\"CityId\":13569,\"Brief\":\"Hotel Royal Gasho is situated at just 1 km away from heart of the city and a few steps away from Tourist Facilitation center . a class in itself, We Strive to serve you beyond hospitality with a royal touch. Hotel Royal Gasho is newest upscale &ldquo;A&rdquo; class hotel with all the facilities for your utmost comfort.This beautifully designed development, set in a verdant paradise promises to be an important addition to the hotel and restaurant scene in this area and a must visit for vacationers in Kargil (Ladakh).\\r\\nIt`s proximity to the main city and yet silent from the buzz makes it one of the most idle place in Kargil (Ladakh) for your vocations. Royal Gasho is an upgrade A class hotel in Kargil and would have all the modern facilities. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453152\\/111_cf079b30283d34da7de87ba9f0e52a5d1524648152.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2172,\"SupplierName\":\"Hotel Royal Gasho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2950,\"costSingleOcc\":2950,\"costExtraBed\":1180,\"costWithoutBed\":885,\"netCost\":2950,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":843135,\"Name\":\"Zojila Residency\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5546                                           \",\"Long\":\"76.1311                                           \",\"Address\":\"Bemathang, Baroo \"},\"Images\":{\"Image\":[{\"ImagId\":2410625,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\"},{\"ImagId\":2410626,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_4_t.jpg\"},{\"ImagId\":2410627,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_8_t.jpg\"},{\"ImagId\":2410628,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_1_t.jpg\"},{\"ImagId\":2410629,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_11_t.jpg\"},{\"ImagId\":2410630,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_14_t.jpg\"},{\"ImagId\":2410631,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_2_t.jpg\"},{\"ImagId\":2410632,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_3_t.jpg\"},{\"ImagId\":2410633,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_15_t.jpg\"},{\"ImagId\":2410634,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_5_t.jpg\"},{\"ImagId\":2410635,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_12_t.jpg\"},{\"ImagId\":2410636,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_9_t.jpg\"},{\"ImagId\":2410637,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_10_t.jpg\"},{\"ImagId\":2410638,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_13_t.jpg\"},{\"ImagId\":2410639,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_20_t.jpg\"},{\"ImagId\":2410640,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_18_t.jpg\"},{\"ImagId\":2410641,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_19_t.jpg\"},{\"ImagId\":2410642,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/5b3964ab_t.jpg\"},{\"ImagId\":2410643,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/253b3110_t.jpg\"}]},\"CityId\":13569,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Zojila Residency in Kargil, you&amp;apos;ll be convenient to Regional Ice Hockey Arena and Hussaini Park.  This hotel is within the region of Lalung Pass.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 42 guestrooms featuring flat-screen televisions. Satellite television is provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include desks, housekeeping is provided daily, and irons\\/ironing boards can be requested.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a rooftop terrace and a garden and make use of amenities such as wireless Internet access (surcharge). This hotel also features tour\\/ticket assistance and a picnic area.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include dry cleaning\\/laundry services and luggage storage. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/12000000\\/11280000\\/11279600\\/11279576\\/11279576_16_t.jpg\",\"AccoAminitiesMask\":\"101000000000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2198,\"SupplierName\":\"Zojila Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842782,\"Name\":\"Baru-La Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.538352                                         \",\"Long\":\"76.135624                                         \",\"Address\":\"Khankah Road, Baroo Kargil-Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800813,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_01524652047.jpg\"}]},\"CityId\":13569,\"Brief\":\"Baru-la is &ldquo;A&rdquo; graded Hotel property located at an altitude of 8970 feet above sea level and is operational since May 1st, 2016. The hotel remains functional from May to October every year. Located comfortably apart from the town at a distance of 2km, it can be reached via a drive through the beautiful barley fields of the Baroo village.\\r\\nBaru-la is spread over an area of 55000 square feet, which makes it the most spacious property in entire Kargil. What adds value to the property is that there is no construction on three sides of the hotel, providing a spectacular sweeping view of the Mountain Oasis town of Kargil.\\r\\nThe hotel has a Dedicated TRAVEL DESK, which caters to the need of every traveller and guest, while you book your rooms with us we will look after the rest of your travel needs in Ladakh.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453156\\/111_21f0fc66b41044709b3b9fe14ef8aa071524652047.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2195,\"SupplierName\":\"Baru-La Hotel\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1368,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":842185,\"Name\":\"Hotel Chutuk Heights\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.498537                                         \",\"Long\":\"76.122923                                         \",\"Address\":\"Chhutuk Hydel Project Road, Chhutuk,Kargil, Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800814,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_01524653194.jpg\"}]},\"CityId\":13569,\"Brief\":\"Chhutuk Heights Hotel is located in a privileged spot, right near the Suru River, far enough from Kargil town for its flow to be calmer and its turquoise color mesmerizing. It is this kind of place where one can stay a while just admiring the wilderness and its untouched beauty, either from the balcony of a room, or sitting in the garden. Note that our preferred season here is summer, which is very pleasant and one can enjoy the peack apricot season. The beginning of autumn, when leaves start to get a golden tone rarely seen in India, and Suru gets even more deeply turquoise is also a great sight. Each moment of the year has its own charm! Chhutuk Heights Hotel is the choice of nature lovers, where one can relax after a day of discoveries, still admiring Ladakh incredible nature from the comfort of spacious and luminous rooms, facing either the Suru River or the secret garden. All facilities available and more, a spacious restaurant to enjoy Indian, Chinese, continental and Kargili gastronomy \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453159\\/111_16aa840e693a6d29cb7ab3eda07a45de1524653193.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2196,\"SupplierName\":\"Hotel Chutuk Heights\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1320,\"costWithoutBed\":990,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854610,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853769,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854185,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803467,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853431,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852245,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850520,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851398,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851746,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851046,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850204,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863343,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848518,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849673,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849069,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860958,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847164,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847690,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848139,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846024,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868086,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845871,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846330,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845698,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845331,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845515,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1888\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"18420\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1889\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"79\",\"vehicleName\":\"NAC Toyota Innova                                                                                   \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"19305\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1890\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Kargil,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"23381\",\"isGroup\":0,\"capacity\":\"12\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":53926,\"Title\":\"Leh\",\"Day\":1,\"Program\":\"On arrival at airport pick up and transfer to the hotel. Full day free and rest for complete day for acclimatization. In the evening visit to visit to Shanti Stupa, Leh Palace & Market. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856433,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866329,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53927,\"Title\":\"0\",\"Day\":2,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858166,\"MasterIntSysId\":53926,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":53926,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":53926,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":53926,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":53926,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":53926,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866329,\"MasterIntSysId\":53926,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53928,\"Title\":\"Leh \\u2013 Alchi \\u2013 Kargil .( 230 kms \\/ 05 hrs drive )\",\"Day\":2,\"Program\":\"After breakfast drive to Uleytokpo enroute visit Likir Monastery, Magnetic Hill, Hall of Fame and Gurudwara Pathar Sahib. After Lunch proceed to visit Lamayuru Monastery and witness a beautiful mesmerizing moon landscapes. Stay overnight in Kargil.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":860410,\"MasterIntSysId\":0,\"ACCOMSYSID\":453168,\"MEALPLANTYPE\":7,\"ROOMTYPE\":122,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843548,\"MasterIntSysId\":0,\"ACCOMSYSID\":453166,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":843349,\"MasterIntSysId\":0,\"ACCOMSYSID\":453151,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866778,\"MasterIntSysId\":0,\"ACCOMSYSID\":110180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":861766,\"MasterIntSysId\":0,\"ACCOMSYSID\":453152,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":842782,\"MasterIntSysId\":0,\"ACCOMSYSID\":453156,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":843135,\"MasterIntSysId\":0,\"ACCOMSYSID\":110181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":842185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453159,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3594,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53929,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":13569,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53930,\"Title\":\"Kargil - Drass \\u2013 Leh ( 350 kms \\/ 08 hrs drive )\",\"Day\":3,\"Program\":\"After Breakfast drive to Drass, Later after sightseeing drive back to Leh enroute visit Basgo and Alchi Monastery. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856614,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856271,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856957,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856435,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861941,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857733,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855550,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862120,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857484,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857238,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855918,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862543,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858901,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857978,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859289,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858168,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862304,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858538,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859620,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859926,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865700,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866330,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53931,\"Title\":\"0\",\"Day\":4,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53932,\"Title\":\"Leh \\u2013 Khardung La \\u2013 Nubra Valley (125 KM \\/ 5- 6 Hrs)\",\"Day\":4,\"Program\":\"After Breakfast drive to Nubra Valley via Khardung La (Highest Motorable road in the World, 18,380 ft) continue drive till Hunder village. On arrival check in to the Camp. After lunch enjoys the beauty of sand dunes one can also enjoy Camel Safari. Stay overnight in Nubra Valley.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854185,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":true,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849069,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53933,\"Title\":\"0\",\"Day\":5,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53934,\"Title\":\"Nubra \\u2013 Leh (125 KM \\/ 5- 6 Hrs)\",\"Day\":5,\"Program\":\"After breakfast, visit to Deskit Monastery and have a wonderful view of Nubra Valley. Later drive back to Leh by same Route, crossing Khardung La Pass. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856616,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856273,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856959,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856437,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861943,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857735,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855552,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862122,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857486,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857240,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855920,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862545,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858903,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858170,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857980,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859291,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862306,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858540,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859622,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859928,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865702,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866332,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856616,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856273,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856959,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856437,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861943,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857735,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855552,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862122,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857486,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857240,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855920,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861943,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857735,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855552,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862122,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857486,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857240,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855920,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862545,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858903,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857980,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859291,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862545,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858903,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858170,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857980,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859291,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862306,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858540,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859622,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859928,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858170,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862306,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858540,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859622,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859928,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865702,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866332,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53935,\"Title\":\"0\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53936,\"Title\":\"Leh - Pangong Lake (155 KM \\/ 05 Hrs)\",\"Day\":6,\"Program\":\"After early breakfast drive to Pangong Lake (14,500 ft) through Changla Pass 17,350 ft, 3rd highest motorable road in the world.  It is the highest salt water Lake in the World, shared by two countries India & China. En route, cross Chang la pass and drive through Durbuk and Tangtse village situated in the Changthang region of Ladakh. On arrival check in to the Camp. Enjoy the turquoise color panoramic lake and the sun set on the banks of lake with magnificent mountains. Stay overnight in Pangong.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847164,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847690,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848139,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846024,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868086,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845871,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845515,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847164,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847690,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848139,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846024,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868086,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845871,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848139,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846024,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845871,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845515,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845698,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845331,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845515,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53937,\"Title\":\"0\",\"Day\":7,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53938,\"Title\":\"Pangong \\u2013 Leh (155 KM \\/ 05 Hrs)\",\"Day\":7,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, take a short halt at Changla Pass to enjoy a cup of hot steaming tea. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856618,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856439,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856618,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856439,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857982,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53939,\"Title\":\"Depature: Leh\",\"Day\":8,\"Program\":\"Early morning transfer to Leh airport. Tour ends with sweet memories of Ladakh...\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"31164.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31164.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"31164.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31164.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"33264.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33264.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"36834.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36834.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"40002.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40002.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28567.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28567.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28567.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28567.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30492.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30492.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"33765.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33765.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"36669.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36669.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.\\r\\n\\t&lt;ul&gt;\\r\\n\\t\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n\\t&lt;\\/ul&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;04 Night&amp;amprsquos Accommodation in Leh &amp;amp 01 Night Accommodation in Kargil, Nubra &amp;amp Pangong Each on twin sharing Basis as per the Itinerary &amp;amp Meal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardung La Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Kargil,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Kargil,Nubra,Pangong,Ladakh,Alchi', NULL, '15229,13569,35282,35281', 28567, 40002, 7, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'memorable-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(51, 7547, 2, 9840, 0, 0, 0, '\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\"', NULL, 1, 2, 0, '{\"package\":{\"TPId\":7547,\"ImgHeader\":\"0\",\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/Scenic_Ladakh__73.jpg\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"AdvBookingPercent\":10,\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":111,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":111,\"AgencyName\":\"Travnet Tourism Services Pvt Ltd\",\"Name\":\"Scenic Ladakh \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"GroupSize\":0,\"Source\":{\"SourceId\":2,\"Value\":\"BYO readymade\"},\"Type\":{\"TypeId\":0,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"0\",\"SupplierName\":\"Included\"},\"PackageSpec\":{\"Specification\":\"\",\"SpecificationId\":3},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Sightseeing\",\"PackageType\":\"Adventure,Family,Hill Station,Culture,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":856612,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856617,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room B Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856270,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856269,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856274,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856275,\"Name\":\"Hotel Lumbini\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.162244286329596                                \",\"Long\":\"77.57909774780273                                 \",\"Address\":\"2 Hemis Complex, Zangsti, Leh 194101, India,Old fort road,Jammu and Kashmir,India, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lumbini a popular hotel in Leh ensures pleasurable stay with unmatchable facilities and value added services. Everything that is needed to make a stay here memorable has been incorporated with utmost care. Hotel Lumbini is surely a leading hotel in Leh that offers an exclusive range of amenities and facilities to the travelers.\\nAll rooms are tastefully decorated and arranged. Needless to say, these rooms are dotted with a good amount of contemporary facilities.The ambience is so warm that guests feel like curling up in and drive away the tiredness.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3532\\/353221\\/images\\/Hotel_Lumbini1_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":1953,\"SupplierName\":\"Hotel Lumbini\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":700,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856955,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856434,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856956,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856961,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856438,\"Name\":\"Hotel Asia Leh\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1526\\u00b0 N                                       \",\"Long\":\"77.5771\\u00b0 E                                       \",\"Address\":\"Chanspa, Leh, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800682,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_01524464035.jpg\"}]},\"CityId\":15229,\"Brief\":\"Asia is a big hotel situated by the stream in the lush and green village of changspa. Although being in the heart of the city we are located in a peaceful place surrounded by nature. We are just five minutes walk away from the city centre.\\r\\nOnce you are here our travel desk takes care of all your travel needs, from issuing inner line permits for the places that needs permits to visit to organising tours around leh. We are always happy to provide you with the best.\\r\\nAll the rooms in all three blocks at Hotel Asia have spectacular view of the green surrounding  and the beautiful snow covered mountains.\\r\\nWe have a garden restaurant serving ladakhi, chinese, indian and continental cuisines. Our specials are healthy Ladakhi breakfast and dinner. Vegetables are picked from our own garden , so that every time you get fresh and healthy meals.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453113\\/111_1906ffc3b57500aa2b71c2eae69795381524464035.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2282,\"SupplierName\":\"Hotel Asia Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1120,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Double Room A Block\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":856960,\"Name\":\"Hotel Fort View\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.157797                                         \",\"Long\":\"77.571887                                         \",\"Address\":\"Near Zorawar Fort,Fort Road,Leh - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803130,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_01543048703.jpg\"},{\"ImagId\":4803131,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_11543048703.jpg\"},{\"ImagId\":4803132,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_21543048703.jpg\"},{\"ImagId\":4803133,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_31543048704.jpg\"},{\"ImagId\":4803134,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_41543048704.jpg\"},{\"ImagId\":4803135,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_51543048705.jpg\"},{\"ImagId\":4803136,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_61543048705.jpg\"},{\"ImagId\":4803137,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_71543048705.jpg\"},{\"ImagId\":4803138,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_81543048705.jpg\"}]},\"CityId\":15229,\"Brief\":\"Hotel Fort View Leh Ladakh is situated in Leh. Leh Fort View Hotel unites your expectations of world class hospitality with our vision of Guest delight. Step in to a world of warmth and harmony, Step in to the world of Leh Fort View Hotel Ladakh! It has total 10 deluxe rooms with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455495\\/111_3257b1c4e154dac8e98b673c47ffa01c1543048703.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2754,\"SupplierName\":\"Hotel Fort View\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2800,\"costSingleOcc\":2800,\"costExtraBed\":1100,\"costWithoutBed\":840,\"netCost\":2800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861939,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861945,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":861944,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3150,\"costSingleOcc\":3150,\"costExtraBed\":1260,\"costWithoutBed\":945,\"netCost\":3150,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857731,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857736,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857737,\"Name\":\"Mahey Retreat\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Main Tukcha Road Leh\"},\"Images\":{\"Image\":[{\"ImagId\":2620264,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\"},{\"ImagId\":2620265,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081116000020996462.jpg?s=312x\"},{\"ImagId\":2620266,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995039.jpg?s=312x\"},{\"ImagId\":2620267,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995040.jpg?s=312x\"},{\"ImagId\":2620268,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081115430020995046.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/699\\/699199\\/699199_14081114450020991278.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2108,\"SupplierName\":\"Mahey Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1300,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855548,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855553,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855554,\"Name\":\"Holiday Ladakh\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Fort Road \"},\"Images\":{\"Image\":[{\"ImagId\":2620111,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\"},{\"ImagId\":2620112,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_32_t.jpg\"},{\"ImagId\":2620113,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/8c49137f_t.jpg\"},{\"ImagId\":2620114,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_54_t.jpg\"},{\"ImagId\":2620115,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_55_t.jpg\"},{\"ImagId\":2620116,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_31_t.jpg\"},{\"ImagId\":2620117,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_47_t.jpg\"},{\"ImagId\":2620118,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_50_t.jpg\"},{\"ImagId\":2620119,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_46_t.jpg\"},{\"ImagId\":2620120,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_49_t.jpg\"},{\"ImagId\":2620121,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_48_t.jpg\"},{\"ImagId\":2620122,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_51_t.jpg\"},{\"ImagId\":2620123,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_52_t.jpg\"},{\"ImagId\":2620124,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_28_t.jpg\"},{\"ImagId\":2620125,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_29_t.jpg\"},{\"ImagId\":2620126,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_33_t.jpg\"},{\"ImagId\":2620127,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_30_t.jpg\"},{\"ImagId\":2620128,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_23_t.jpg\"},{\"ImagId\":2620129,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_24_t.jpg\"},{\"ImagId\":2620130,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_26_t.jpg\"},{\"ImagId\":2620131,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_27_t.jpg\"},{\"ImagId\":2620132,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_36_t.jpg\"},{\"ImagId\":2620133,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_38_t.jpg\"},{\"ImagId\":2620134,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_39_t.jpg\"},{\"ImagId\":2620135,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_40_t.jpg\"},{\"ImagId\":2620136,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_45_t.jpg\"},{\"ImagId\":2620137,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_35_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Hotel Holiday Ladakh is connected to the airport and convenient to Leh Temple and Shanti Stupa.  This hotel is within close proximity of Namgyal Tsemo Gompa and Sankar Gompa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 22 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and slippers. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s 24-hour room service.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and a 24-hour front desk. Free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10428200\\/10428178\\/10428178_13_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2178,\"SupplierName\":\"Holiday Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3500,\"costSingleOcc\":3500,\"costExtraBed\":1400,\"costWithoutBed\":1050,\"netCost\":3500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862119,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862118,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862123,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862124,\"Name\":\"Hotel Grand Willow\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"77.5768\\u00b0 E                                       \",\"Long\":\"34.1608\\u00b0 N                                       \",\"Address\":\"Fort Road, Leh\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"The Hotel Grand Willow Leh is one of the Best Hotels in Leh for a memorable holiday. Our Hotel Grand Willow Ladakh was established in 1991. Our Grand Willow Leh Ladakh is situated in the heart of the Leh in a picturesque green garden area. Our Hotel Grand Willow Leh Ladakh is located approximately 4 kilometers away from Leh Airport (Kushok Bakula Rimpochee Airport) so you can easily reach Grand Willow from Leh Airport. Our Grand Willow architecture and interior decor represents best of local traditions. The eye-catching architecture and interior design with Tibetan and local artifacts add to the beauty of Grand Willow. Our Grand Willow Hotel is also located at a walking distance from the Leh main market, so you can easily go for shopping. Our Grand Willow is a best holiday hotel with all luxury facilities and unforgettable hospitality.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453088\\/111_3fed718bf99eae8ddb8b5f42f7a25e121524223513.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":1960,\"SupplierName\":\"Hotel Grand Willow Leh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3584,\"costSingleOcc\":3584,\"costExtraBed\":1434,\"costWithoutBed\":1076,\"netCost\":3584,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857482,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857488,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857487,\"Name\":\"Eco Poplar Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1590\\u00b0 N                                       \",\"Long\":\"77.5768\\u00b0 E                                       \",\"Address\":\"Shenam fort road, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800515,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_01524295034.jpg\"}]},\"CityId\":15229,\"Brief\":\"Eco Poplar Resort is a charming resort located at Shenam Fort Road, Leh Ladakh. The resort welcomes you to an opulent stay in its organic environment in the Himalayas. Our resort imbibes a compelling essence of nature with a lush green surrounding and tranquility to soothe your soul. Based in Leh, which is one of the most captivating locations of the country, our resort offers you with a spacious territory among the groves of poplar trees. We have an in-house apple orchid which provides our customers with a pleasant organic retreat. At Eco Poplar Resort, Leh, customer satisfaction is our prime interest. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453094\\/111_4c43085532dbd2938f35617a096d5e441524295034.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2102,\"SupplierName\":\"Eco Poplar Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3600,\"costSingleOcc\":3600,\"costExtraBed\":1440,\"costWithoutBed\":1080,\"netCost\":3600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857236,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857237,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857241,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857242,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2179,\"SupplierName\":\"Hotel City Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3700,\"costSingleOcc\":3700,\"costExtraBed\":1480,\"costWithoutBed\":1110,\"netCost\":3700,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855916,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855917,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855921,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":855922,\"Name\":\"Ladakh Retreat\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1646656                                        \",\"Long\":\"77.5697368                                        \",\"Address\":\" Lower Tukcha , Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800900,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_01526036388.jpg\"}]},\"CityId\":15229,\"Brief\":\"The &ldquo;Ladakh Retreat&rdquo; WHERE YOU CAN FEEL THE TRUE ESSENCE OF LADAKH is a name that attracts travelers looking for a relaxing accommodation in Ladakh,we aim to create a happy and propitious atmosphere for guest.The interior designed on a Buddhist repertoire of symbol and motif that reflect the good fortune you will notice semblance in the design ,which is meant to provide reassurance in a unknown land .\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453281\\/111_cc38f00245f6f0aacf3e890d21f125aa1526036388.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2310,\"SupplierName\":\"Ladakh Retreat\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3850,\"costSingleOcc\":3850,\"costExtraBed\":1687,\"costWithoutBed\":1155,\"netCost\":3850,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862541,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862542,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862546,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862547,\"Name\":\"Hotel Lotus\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.147457                                         \",\"Long\":\"77.576805                                         \",\"Address\":\"Upper Karzoo, Leh - Ladakh , , none, LEH, JAMMU & KASHMIR, India, Pin-194101, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"Hotel Lotus, near the Moti Market (1 km), is one of the luxury hotels in Leh. It is easy to reach from the Bus Stand JK SRTC (2 km). The hotel provides entertainment and lounge services. The 2-storied hotel has 18 centrally heated rooms with attached bathrooms with hot\\/cold water supply. The room amenities include a cable TV and smoking room. The Leh hotel features an on-site multi-cuisine restaurant and lawn facility. Among other services, it provides doctor-on-call, power backup, laundry, and multi-line phone services. This hotel is located at 712 km from the Jammu Tawi Railway Station and is accessible from the Leh Kushok Bakula Rimpochee Airport (6 km). It provides front desk services. The places of interest include the Leh Palace (2 km), the Shanti Stupa (2 km), and the Stok Palace (16 km). null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/syg\\/fbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2188,\"SupplierName\":\"Hotel Lotus\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3900,\"costSingleOcc\":3900,\"costExtraBed\":1560,\"costWithoutBed\":1170,\"netCost\":3900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858900,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858899,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858904,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858905,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1600,\"costWithoutBed\":1200,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858167,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858166,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858171,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858172,\"Name\":\"Hotel Ladakh Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.175844                                         \",\"Long\":\"77.5779391                                        \",\"Address\":\"Near Shanti Stupa Yurtung, Leh, India\"},\"Images\":{\"Image\":[{\"ImagId\":4800519,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_01524303878.jpg\"}]},\"CityId\":15229,\"Brief\":\"Located in the heart of the ancient town of Leh, The Hotel is designed traditionally, eco friendly and constructed on the lines of a Ladakhi Palace architectural built-up. Designed by famous ladakhi Interior designers  it has unique &amp; excellent Ladakhi architectural structures known as Shingtsag and all the rooms have been provided with Raphsal ( Balcony) as you find in the Palaces around Leh Ladakh . The Hotel has been ranked as Super Deluxe Plus,all the rooms are provided with world class  modern   amenities as per the norms required in a Super Deluxe plus Hotel with homely feel and unique ambience  to suit your needs, taste and expectations. The Hotel is located near Shanti Stupa and Leh palace.You can further have a  splendid view of Stok Kangri towards south, khardungla towards the north.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453102\\/111_30d21d3f875746fac5512ca197e999301524303878.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2104,\"SupplierName\":\"Hotel Ladakh Palace\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4026,\"costSingleOcc\":4026,\"costExtraBed\":1611,\"costWithoutBed\":1208,\"netCost\":4026,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857976,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":857981,\"Name\":\"Caravan Centre\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara \"},\"Images\":{\"Image\":[{\"ImagId\":2620220,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\"},{\"ImagId\":2620221,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172339.jpg?s=312x\"},{\"ImagId\":2620222,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152602026.jpg?s=312x\"},{\"ImagId\":2620223,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152603182.jpg?s=312x\"},{\"ImagId\":2620224,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130319152600792.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/186\\/186255\\/186255_130318172338.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2189,\"SupplierName\":\"Hotel Caravan Centre\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4200,\"costSingleOcc\":4200,\"costExtraBed\":1600,\"costWithoutBed\":1000,\"netCost\":4200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859288,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859287,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859292,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859293,\"Name\":\"The Kaal\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Skara Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620339,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\"},{\"ImagId\":2620340,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209289.jpg?s=312x\"},{\"ImagId\":2620341,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209291.jpg?s=312x\"},{\"ImagId\":2620342,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209292.jpg?s=312x\"},{\"ImagId\":2620343,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15071318050032209290.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/885\\/885865\\/885865_15050102500027206750.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2181,\"SupplierName\":\"Hotel The Kaal\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4640,\"costSingleOcc\":4640,\"costExtraBed\":1856,\"costWithoutBed\":1392,\"netCost\":4640,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862302,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862303,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862307,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":862308,\"Name\":\"Lha Ri Sa Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1529\\u00b0 N                                       \",\"Long\":\"77.5654\\u00b0 E                                       \",\"Address\":\"Skara, Leh Ladakh, Jammu and Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800520,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_01524305004.jpg\"}]},\"CityId\":15229,\"Brief\":\"\\r\\nLocated in the thick of mountains and divine nature is our property,  Lharisa Resort, Ladakh. Encompassed with the beauty of Ladakh, this resort is spectacularly jagged, with arid mountains enfolding this magical town. This picture-perfect resort crowns absolute beauty amid elegance and allurement. Providing an A-class stay, we pamper guests with the best of facilities and services. Avail niceties such as complimentary breakfast, free Wi-Fi, room service, adventurous activities, and much more. The resort is also in good proximity to transport hubs and tourist attractions.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453103\\/111_89bc7cfba9dca201aa2ed090c9e2dda31524305004.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2105,\"SupplierName\":\"Lha Ri Sa Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6500,\"costSingleOcc\":6500,\"costExtraBed\":2600,\"costWithoutBed\":1950,\"netCost\":6500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858536,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858537,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858541,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":858542,\"Name\":\"Ladakh Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Changspa Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620580,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\"},{\"ImagId\":2620581,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920171550759.jpg?s=312x\"},{\"ImagId\":2620582,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172315198.jpg?s=312x\"},{\"ImagId\":2620583,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172324057.jpg?s=312x\"},{\"ImagId\":2620584,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/286\\/286914\\/286914_110920172325854.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Ladakh Residency is perfectly located for both business and leisure guests in Leh. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. To be found at the hotel are 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. Each guestroom is elegantly furnished and equipped with handy amenities. Entertain the hotel&#039;s recreational facilities, including garden. Convenience and comfort makes Ladakh Residency the perfect choice for your stay in Leh.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/286\\/286914\\/286914_111017141959809.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2154,\"SupplierName\":\"Ladakh Residency\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7723,\"costSingleOcc\":7723,\"costExtraBed\":2600,\"costWithoutBed\":1500,\"netCost\":7723,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859618,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859619,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859623,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859624,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":8074,\"costSingleOcc\":8074,\"costExtraBed\":4071,\"costWithoutBed\":2423,\"netCost\":8074,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859924,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859925,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859929,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":859930,\"Name\":\"The Druk Ladakh\",\"Star\":\"4.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Shanti Stupa Road Yurtung\"},\"Images\":{\"Image\":[{\"ImagId\":2620225,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\"},{\"ImagId\":2620226,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814450020940435.jpg?s=312x\"},{\"ImagId\":2620227,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940349.jpg?s=312x\"},{\"ImagId\":2620228,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814440020940350.jpg?s=312x\"},{\"ImagId\":2620229,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080814540020940966.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"The Druk Ladakh Hotel is a popular choice amongst travelers in Leh, whether exploring or just passing through. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Free Wi-Fi in all rooms, 24-hour front desk, 24-hour room service, Wi-Fi in public areas, car park are there for guest&#039;s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Access to the hotel&#039;s garden will further enhance your satisfying stay. No matter what your reasons are for visiting Leh, The Druk Ladakh Hotel will make you feel instantly at home.\",\"MainImg\":\"http:\\/\\/pix1.agoda.net\\/hotelimages\\/695\\/695839\\/695839_14080813580020937951.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2152,\"SupplierName\":\"The Druk Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":11304,\"costSingleOcc\":11304,\"costExtraBed\":4522,\"costWithoutBed\":3392,\"netCost\":11304,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Druk Suite\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865698,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865704,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":865703,\"Name\":\"The Zen Ladakh\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1642                                           \",\"Long\":\"77.5736                                           \",\"Address\":\"Sheldan Fort Road Leh 194101\"},\"Images\":{\"Image\":[{\"ImagId\":2620481,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\"},{\"ImagId\":2620482,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_157_t.jpg\"},{\"ImagId\":2620483,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_156_t.jpg\"},{\"ImagId\":2620484,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_155_t.jpg\"},{\"ImagId\":2620485,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_153_t.jpg\"},{\"ImagId\":2620486,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_152_t.jpg\"},{\"ImagId\":2620487,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_151_t.jpg\"},{\"ImagId\":2620488,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_160_t.jpg\"},{\"ImagId\":2620489,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_120_t.jpg\"},{\"ImagId\":2620490,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_123_t.jpg\"},{\"ImagId\":2620491,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_122_t.jpg\"},{\"ImagId\":2620492,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/44f195fc_t.jpg\"},{\"ImagId\":2620493,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/ea8bad72_t.jpg\"},{\"ImagId\":2620494,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/bb8929bd_t.jpg\"},{\"ImagId\":2620495,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_161_t.jpg\"},{\"ImagId\":2620496,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_115_t.jpg\"},{\"ImagId\":2620497,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_117_t.jpg\"},{\"ImagId\":2620498,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_118_t.jpg\"},{\"ImagId\":2620499,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_119_t.jpg\"},{\"ImagId\":2620500,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_163_t.jpg\"},{\"ImagId\":2620501,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_159_t.jpg\"},{\"ImagId\":2620502,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_149_t.jpg\"},{\"ImagId\":2620503,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_66_t.jpg\"},{\"ImagId\":2620504,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_65_t.jpg\"},{\"ImagId\":2620505,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_60_t.jpg\"},{\"ImagId\":2620506,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_154_t.jpg\"},{\"ImagId\":2620507,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_148_t.jpg\"},{\"ImagId\":2620508,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_147_t.jpg\"},{\"ImagId\":2620509,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_146_t.jpg\"},{\"ImagId\":2620510,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_145_t.jpg\"},{\"ImagId\":2620511,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_144_t.jpg\"},{\"ImagId\":2620512,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_143_t.jpg\"},{\"ImagId\":2620513,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_142_t.jpg\"},{\"ImagId\":2620514,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_150_t.jpg\"},{\"ImagId\":2620515,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_139_t.jpg\"},{\"ImagId\":2620516,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_138_t.jpg\"},{\"ImagId\":2620517,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_132_t.jpg\"},{\"ImagId\":2620518,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_136_t.jpg\"},{\"ImagId\":2620519,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_130_t.jpg\"},{\"ImagId\":2620520,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_169_t.jpg\"},{\"ImagId\":2620521,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_168_t.jpg\"},{\"ImagId\":2620522,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_167_t.jpg\"},{\"ImagId\":2620523,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_166_t.jpg\"},{\"ImagId\":2620524,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_165_t.jpg\"},{\"ImagId\":2620525,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_164_t.jpg\"},{\"ImagId\":2620526,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_162_t.jpg\"},{\"ImagId\":2620527,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_141_t.jpg\"},{\"ImagId\":2620528,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_140_t.jpg\"},{\"ImagId\":2620529,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_137_t.jpg\"},{\"ImagId\":2620530,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_135_t.jpg\"},{\"ImagId\":2620531,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_134_t.jpg\"},{\"ImagId\":2620532,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_133_t.jpg\"},{\"ImagId\":2620533,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_131_t.jpg\"},{\"ImagId\":2620534,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_129_t.jpg\"},{\"ImagId\":2620535,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_128_t.jpg\"},{\"ImagId\":2620536,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_127_t.jpg\"},{\"ImagId\":2620537,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_126_t.jpg\"},{\"ImagId\":2620538,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_125_t.jpg\"},{\"ImagId\":2620539,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_124_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/9000000\\/8080000\\/8072200\\/8072174\\/8072174_158_t.jpg\",\"AccoAminitiesMask\":\"111111000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2190,\"SupplierName\":\"The Zen Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":12663,\"costSingleOcc\":12663,\"costExtraBed\":4945,\"costWithoutBed\":3799,\"netCost\":12663,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Premium\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866328,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866329,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":866334,\"Name\":\"The Grand Dragon Ladakh\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1573005                                        \",\"Long\":\"77.58020775                                       \",\"Address\":\"Old Road Sheynam \"},\"Images\":{\"Image\":[{\"ImagId\":2620015,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\"},{\"ImagId\":2620016,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_35_t.jpg\"},{\"ImagId\":2620017,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_45_t.jpg\"},{\"ImagId\":2620018,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_51_t.jpg\"},{\"ImagId\":2620019,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_62_t.jpg\"},{\"ImagId\":2620020,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_34_t.jpg\"},{\"ImagId\":2620021,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_39_t.jpg\"},{\"ImagId\":2620022,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_40_t.jpg\"},{\"ImagId\":2620023,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_37_t.jpg\"},{\"ImagId\":2620024,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_43_t.jpg\"},{\"ImagId\":2620025,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_44_t.jpg\"},{\"ImagId\":2620026,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_61_t.jpg\"},{\"ImagId\":2620027,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_41_t.jpg\"},{\"ImagId\":2620028,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_55_t.jpg\"},{\"ImagId\":2620029,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_64_t.jpg\"},{\"ImagId\":2620030,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_54_t.jpg\"},{\"ImagId\":2620031,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_56_t.jpg\"},{\"ImagId\":2620032,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_57_t.jpg\"},{\"ImagId\":2620033,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_60_t.jpg\"},{\"ImagId\":2620034,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_50_t.jpg\"},{\"ImagId\":2620035,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_38_t.jpg\"},{\"ImagId\":2620036,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_42_t.jpg\"},{\"ImagId\":2620037,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_33_t.jpg\"},{\"ImagId\":2620038,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_46_t.jpg\"},{\"ImagId\":2620039,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_52_t.jpg\"},{\"ImagId\":2620040,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_79_t.jpg\"},{\"ImagId\":2620041,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_73_t.jpg\"},{\"ImagId\":2620042,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_66_t.jpg\"},{\"ImagId\":2620043,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_74_t.jpg\"},{\"ImagId\":2620044,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_75_t.jpg\"},{\"ImagId\":2620045,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_76_t.jpg\"},{\"ImagId\":2620046,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_77_t.jpg\"},{\"ImagId\":2620047,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_78_t.jpg\"},{\"ImagId\":2620048,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/a7395d79_t.jpg\"},{\"ImagId\":2620049,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/d7072646_t.jpg\"},{\"ImagId\":2620050,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_53_t.jpg\"},{\"ImagId\":2620051,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_36_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2800000\\/2794300\\/2794209\\/2794209_47_t.jpg\",\"AccoAminitiesMask\":\"110000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2183,\"SupplierName\":\"The Grand Dragon Ladakh\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":16340,\"costSingleOcc\":16340,\"costExtraBed\":4370,\"costWithoutBed\":3370,\"netCost\":16340,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3579,\"TYPE\":\"FREE\",\"Title\":\"Leh Palace, Leh\",\"Description\":\"Leh Palace is a former royal palace overlooking the Ladakhi Himalayan town of Leh. The palace was built by King Sengge Namgyal in the 16th century. Leh Palace is nine storeys high, the upper floors accommodated the royal family, while the lower floors held stables and store rooms.Leh Palace is  an excellent example of medieval Tibetan architecture.The walls of the palace was constructed with wood and mud helps keep the scorching heat away, thus the palace has a soothing and pleasant temperature inside.The entrance of the palace is decorated with wood carved figurines. The roof top of the palace provides spectacular views of the mountain and the entire town which attracts the tourist from all around.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1659783,\"Long\":77.5865732,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Leh_Palace,_Leh_15229_1518674608.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3541,\"TYPE\":\"FREE\",\"Title\":\"Leh Market\",\"Description\":\"You can enjoy shopping for curios and souvenirs in the bazaars and markets of Leh, while on your tour of Ladakh. Popular items with tourists are Pashmina shawls, stoles and other Pashmina wool garments. Locally handmade woolen socks, gloves, caps and sweaters are a favorite of tourists in Ladakh.\\r\\n\\r\\nTibetan handicraft items including prayer wheels, Buddhist masks and Thangka paintings can be purchased in Ladakh. Tibetan silver jewelry and traditional Ladakhi jewelry with turquoise are also popular with tourists. Apricots that grow abundantly in Ladakh are another popular gift that you can take back as a delicious souvenir of your trip to Ladakh. Handwoven rugs, carpets and shawls are available in a range of prices in Ladakh\'s markets. The carpets have floral or geometric designs or dragon motifs on them and can also be hung as decorative wall hangings. Woven in wool gathered from Ladakhi goats, and dyed with natural dyes, Ladakhi carpets and rugs are thick, long-lasting and objects of utility and beauty, which you can buy while shopping in Ladakh. Some other popular items with tourists are Pashmina shawls, stoles and other woolen garments. Handmade woolen socks, gloves, caps and sweaters are also a favorite of tourists in this region. Then the market is also filled with carpets and handwoven rugs in a range of prices. During your visit, you must not forget to buy apricots, because this dry fruit of the region is considered to be of a good quality.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1597034,\"Long\":77.5861201,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518510505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3580,\"TYPE\":\"FREE\",\"Title\":\"Shanti Stupa leh\",\"Description\":\"Shanti Stupa is a  white-domed Buddhist stupa on a hilltop in Leh. The Stupa was built in 1991 by Japanese Buddhist Bhikshu who was the part of Peace Pagoda mission.There is a huge idol of Buddha placed inside the Stupa which was enshrined by the 14th Dalai Lama..The stupa has become a tourist attraction not only due to its religious significance but also due to its location which provides panoramic views of the surrounding landscape.The beauty of Shanti Stupa takes a level up at night, especially during the full moon night when it is naturally illuminated by the moonlight.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1736196,\"Long\":77.5749988,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shanti_Stupa_leh_15229_1518677033.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2655,\"TYPE\":\"FREE\",\"Title\":\"Magnetic Hill\",\"Description\":\"Magnetic Hill is a gravity hill located near Leh in Ladakh, India. The hill is alleged to have magnetic properties strong enough to pull cars uphill and force passing aircraft to increase their altitude in order to escape magnetic interference in reality, the effect is an optical illusion created by the gravity hill.  The \\u201cmagnetic hill\\u201d is located on the Leh-Kargil-Baltik national highway, about 30 km from Leh, at a height of 14,000 feet above sea level. On its eastern side, flows the Sindhu, which originates in Tibet and goes to Pakistan The hill is located on the Leh-Kargil-Batalik national highway, and is bordered by the Sindhu river. The Indian Army maintains a sikh Gurudwara near the hill where Guru Nanak Dev, the first of the Ten Gurus of Sikhism, meditated in the 15th century. Due to both the Gurudwara and the gravity hill, the area has become a popular sightseeing destination.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1696197,\"Long\":77.3518105,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518584534.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3595,\"TYPE\":\"FREE\",\"Title\":\"Hall of Fame, Leh\",\"Description\":\"Hall of Fame is a museum which was  built in memory of the brave soldiers who lost their lives fighting for India at the Indo-Pakistan war.This museum is maintained by Indian Army.The Museum showcases seized arms and amenities of Pakistani Army, pictures and biographies of brave soldiers.It  also displays Siachen area, exhibiting apparel and amenities used by the Indian Army in the region.Inside the museum,  one can also witness items related to Ladakhi culture, history, vegetation and wildlife found across the globe.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1391741,\"Long\":77.5410639,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Hall_of_Fame,_Leh_15229_1518698715.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":2654,\"TYPE\":\"FREE\",\"Title\":\"Gurudwara Pathar Sahib\",\"Description\":\"Gurudwara Pathar Sahib sits on the Srinagar-Leh Road at some 25 km from Leh. Much revered by people of all faiths, it is dedicated to Guru Nanak. Going by the folklore, it was built to house an unmovable boulder. Back in the year 1970, this boulder was discovered during the road construction but could not be moved by any machine. As per the story, Guru Nanak appeared in the dreams of monks, the construction workers and the Army and asked them not to remove the boulder! Thus, a gurudwara was built to preserve the same. Almost all the vehicles on the stretch take a stop at the gurudwara to pay respect and pray for a safe journey on the rather treacherous roads.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1919737,\"Long\":77.3756324,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518585643.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}},{\"RefSSId\":3535,\"TYPE\":\"FREE\",\"Title\":\"Sangam\",\"Description\":\"Sangam Valley is a 48 kilometre drive from Leh and is the confluence of the rivers Indus and Zanskar. Just the view of Sangam Valley from the road above it can make you swoon in ecstasy. \\r\\n\\r\\nThe colours of the two rivers can be distinctly seen at the confluence. It is an amazing place to sit, relax, and enjoy a picnic with family and friends.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.8275058,\"Long\":75.0720656,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1518697786.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":854610,\"Name\":\"Galaxy Guest House\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.5864871                                        \",\"Long\":\"77.46398                                          \",\"Address\":\"Hunder Village, Nubra, Near Hotel Karma Inn, Leh, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803224,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_01543226161.jpg\"},{\"ImagId\":4803225,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_11543226161.jpg\"},{\"ImagId\":4803226,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_21543226162.jpg\"},{\"ImagId\":4803227,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_31543226163.jpg\"},{\"ImagId\":4803228,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_41543226163.jpg\"},{\"ImagId\":4803229,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_51543226164.jpg\"},{\"ImagId\":4803230,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_61543226165.jpg\"},{\"ImagId\":4803231,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_71543226166.jpg\"},{\"ImagId\":4803232,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_81543226166.jpg\"},{\"ImagId\":4803233,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_91543226167.jpg\"},{\"ImagId\":4803234,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_101543226169.jpg\"}]},\"CityId\":35282,\"Brief\":\" The Guest House is located in peaceful picturesque place in Hunder, Nubra Valley. The Galaxy Guest House Hunder is one of the perfect travel destinations for tourist to feel at home when in Nubra Valley. The Guest House and is surrounded by a lush garden and plenty of greenery. The Galaxy Guest House Nubra Valley has 12 comfortable rooms for memorable Nubra Valley accommodation. The guest house has amenities like Free Wi-Fi, LED TV with Satellite Channels, on-site restaurant offering mouthwatering homemade meals, etc. The Galaxy Guest House Nubra Ladakh is among the best Nubra Valley Guest House. You can easily reach Nubra Valley Sand Dunes which is one of the best places to see in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455508\\/111_2890ca5d04fd99e9a2ab8a302f5c3bc71543226159.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2756,\"SupplierName\":\"Galaxy Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":720,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853769,\"Name\":\"Habib Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5803522                                        \",\"Long\":\"77.4824563                                        \",\"Address\":\"Hunder Road, Hunder,Nubra - Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800779,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_01524473634.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Habib Guest House is located in the beautiful scenic place in Hunder, Nubra Valley. The Habib Guest House Nubra is one of the Best Guest Houses in Nubra Valley. The Rahman family runs this Nubra Valley Habib Guest House. The Habib Guest House Hunder houses reasonably prized spacious and comfortable rooms with a large attached spotlessly clean bathroom. These rooms are well furnished with hot water geyser so that visitors can get adequate hot water in the morning when it is usually freezing cold outside. This guest house in Nubra Valley has organic garden, Apricot and Apple trees and also local sea buckthorn berry trees. We offer a memorable homely stay in Hunder, Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453119\\/111_457f9b24f8a698b7939b5061280fc8001524473634.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2200,\"SupplierName\":\"Habib Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1800,\"costSingleOcc\":1800,\"costExtraBed\":600,\"costWithoutBed\":540,\"netCost\":1800,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":854184,\"Name\":\"Goba Guest House\",\"Star\":\"1.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.1702717                                        \",\"Long\":\"77.5744346                                        \",\"Address\":\"Inner Road, Hunder, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800826,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_01524739668.jpg\"}]},\"CityId\":35282,\"Brief\":\"An ideal place situated in the midst of verdant exquisiteness, Goba Guest House is a small budget hotel in Nubra Valley. The hotel offers state-of the art service, endearing hospitality and extraordinary facilities to make your every moment at Goba Guest house as special as you are. One can relish an array of recreational activities during the stay. This is the perfect place for those seeking peace and a comfortable stay miles away from the hustle and bustle of city life.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453175\\/111_6b5a407b83dc81c1e1d413cae8be81dd1524739668.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2758,\"SupplierName\":\"Goba Guest House\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803467,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":853431,\"Name\":\"Paradise North Camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5906678                                        \",\"Long\":\"77.4784505                                        \",\"Address\":\"Hunder Nubra, BPO Deskit, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4803149,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_01543050318.jpg\"},{\"ImagId\":4803150,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_11543050318.jpg\"},{\"ImagId\":4803151,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_21543050319.jpg\"},{\"ImagId\":4803152,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_31543050320.jpg\"},{\"ImagId\":4803153,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_41543050320.jpg\"},{\"ImagId\":4803154,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_51543050320.jpg\"},{\"ImagId\":4803155,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_61543050321.jpg\"},{\"ImagId\":4803156,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_71543050321.jpg\"}]},\"CityId\":35282,\"Brief\":\"Paradise North Camp Nubra Valley is situated in middle of lush greenery Hunder Village Ladakh. Paradise North Camp Hunder is well located at a place, from where, the tourist can have the best amazing views of the surrounding environment, like-Karakorum Range of mountains, Shayok River, etc.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455497\\/111_3bfc830e9f91bfe9c3ebd1652c351c561543050318.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2759,\"SupplierName\":\"Paradise North Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":900,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":852245,\"Name\":\"Hotel Real Siachen\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5503978                                        \",\"Long\":\"77.5515402                                        \",\"Address\":\"Disket, Nubra Valley Ladakh, J&K INDIA\"},\"Images\":{\"Image\":[{\"ImagId\":4803157,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_01543051330.jpg\"},{\"ImagId\":4803158,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_11543051330.jpg\"},{\"ImagId\":4803159,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_21543051331.jpg\"},{\"ImagId\":4803160,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_31543051331.jpg\"},{\"ImagId\":4803161,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_41543051332.jpg\"},{\"ImagId\":4803162,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_51543051332.jpg\"},{\"ImagId\":4803163,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_61543051332.jpg\"},{\"ImagId\":4803164,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_71543051333.jpg\"},{\"ImagId\":4803165,\"Type\":\"FullImage\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_81543051333.jpg\"},{\"ImagId\":4803166,\"Type\":\"FullImage\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_91543051333.jpg\"},{\"ImagId\":4803167,\"Type\":\"FullImage\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_101543051334.jpg\"},{\"ImagId\":4803168,\"Type\":\"FullImage\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_111543051334.jpg\"},{\"ImagId\":4803169,\"Type\":\"FullImage\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_121543051334.jpg\"},{\"ImagId\":4803170,\"Type\":\"FullImage\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_131543051334.jpg\"},{\"ImagId\":4803171,\"Type\":\"FullImage\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_141543051335.jpg\"}]},\"CityId\":35282,\"Brief\":\"Hotel Real Siachen Nubra is located in Diskit surrounded by breathtaking views of spectacular Nubra Valley. Hotel Real Siachen Nubra Valley is one of the best accommodation in Diskit.Hotel Real Siachen Nubra has 22 deluxe rooms. Hotel Real Siachen Nubra Provides all the necessary services like 24 hour room service, Campfire, Doctor on call, Hot and cold water, parking, free Wi-Fi and many more. The rooms are very luxurious, clean and well furnished.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455498\\/111_b0c9b736a83fa7be8518db1f93b7f3e21543051330.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2760,\"SupplierName\":\"Hotel Real Siachen\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":803466,\"Name\":\"Dowa Deluxe Camp \",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5785447                                        \",\"Long\":\"77.4805812                                        \",\"Address\":\"Dowa Pa, Village Hunder Nubra P.O. Diskit Nubra, Hunder Leh \"},\"Images\":{\"Image\":[{\"ImagId\":4800778,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_01524472239.jpg\"}]},\"CityId\":35282,\"Brief\":\"Dowa Deluxe Camp Nubra is B class camps in Nubra valley the only best accommodation in the Hunder Village Nubra, P.O. Diskit Nubra. The Dowa Deluxe Camp having 15 deluxe rooms with clean attached bathroom. These Camps Are furnished with attached western WC&#039;s, running water (hot water supplied on request), and prepared to provide guest ease at high altitude in windy and cold conditions.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453118\\/111_3b1229209ac916db4323391bf29844f11524472239.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2201,\"SupplierName\":\"Dowa Deluxe Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850520,\"Name\":\"Shangri La Camp Hunder\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.574859                                         \",\"Long\":\"77.512229                                         \",\"Address\":\"Hunder Nubra Valley, Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4800897,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_01525944230.jpg\"}]},\"CityId\":35282,\"Brief\":\"Shangri La Camp Nubra is A class camps in Nubra Valley and it is best accommodation in the Hunder Village because tents of Shangri La Camp Hunder are concrete. Shangri La Camp Nubra Valley have 14 deluxe concrete tent with attached bathroom. Shangri La Camp Nubra Ladakh is situated in the center of the hunder village where you can relax and enjoy the beautiful scenery of Nubra Valley. The Shangri La Camp Nubra Tariff can be affordable to you please have a look. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453272\\/111_a5626fd6eb9afc0d979b44bf884d91021525944230.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2300,\"SupplierName\":\"Shangri La Camp Hunder\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":1000,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851397,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851745,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851746,\"Name\":\"Hunder Eco Villa\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6858023                                        \",\"Long\":\"77.5673866                                        \",\"Address\":\"Near Shooting Point Pangong Lake Leh Ladakh \"},\"Images\":{\"Image\":[{\"ImagId\":4803172,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_01543052445.jpg\"},{\"ImagId\":4803173,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_11543052446.jpg\"},{\"ImagId\":4803174,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_21543052446.jpg\"},{\"ImagId\":4803175,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_31543052447.jpg\"},{\"ImagId\":4803176,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_41543052447.jpg\"},{\"ImagId\":4803177,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_51543052447.jpg\"},{\"ImagId\":4803178,\"Type\":\"FullImage\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_61543052448.jpg\"},{\"ImagId\":4803179,\"Type\":\"FullImage\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_71543052448.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Hudner Eco Villa Nubra is situated in beautiful village of Hunder on the banks of Shyok River of Nubra Valley. The Hunder Eco Villa Nubra Valley Ladakh houses offers 11 deluxe rooms for comfortable accommodation in Nubra Valley which is provides facilities like cable\\/satellite TV service, Doctor on Call, 24 hr. front desk etc. Hotel Hunder Eco Villa is one of the best 3 star hotels in Nubra Valley.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455499\\/111_aca9f2452a88ad501045a46d941e1a571543052445.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2761,\"SupplierName\":\"Hunder Eco Villa\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":800,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851398,\"Name\":\"APPLE NUBRA COTTAGE\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5855\\u00b0 N                                       \",\"Long\":\"77.4774\\u00b0 E                                       \",\"Address\":\"Hunder Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800780,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_01524475564.jpg\"}]},\"CityId\":35282,\"Brief\":\"Apple Nubra Cottage comprises 20 Swiss tents with attached baths and heating equipments. There is a separate dining hall as well serving local food.Camp also organizes day trips and trekking to the nearby villages of Nubra to monasteries of Nubra.When it comes to unique holidaying at Nubra, Leh-Ladakh, staying in Swiss Tents is an option worth considering .This pet friendly holiday destination invites guests who want to get away from the hustle and bustle from city life to enjoy the most elusive commodity that they yearn for peace and tranquility. Set amidst the Shayok river area on one side and the Nubra valley.We provided with clean and comfortable rooms in a Apple Nubra Cottage.It Is On The Banks Of The Shayok River.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453121\\/111_775539abacab5df9029955152139235e1524475564.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2160,\"SupplierName\":\"APPLE NUBRA COTTAGE\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2500,\"costSingleOcc\":2500,\"costExtraBed\":1000,\"costWithoutBed\":750,\"netCost\":2500,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851045,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":851046,\"Name\":\"Naycho Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"                                                  \",\"Long\":\"                                                  \",\"Address\":\"Village Hunder, Hunder \"},\"Images\":{\"Image\":[{\"ImagId\":4803614,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_01544530438.jpg\"},{\"ImagId\":4803615,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_11544530438.jpg\"},{\"ImagId\":4803616,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_21544530439.jpg\"},{\"ImagId\":4803617,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_31544530440.jpg\"}]},\"CityId\":35282,\"Brief\":\"Naycho Resort Hunder Ladakh is one of the Best 3 Star Hotels in Nubra Valley. Naycho Resort equipped facilities like 24 hour running hot and cold water. Hunder Naycho Resort rooms available with spacious twin beds and double beded room. Our Naycho Resort houses well furnished rooms with basic facilities for guests and you can enjoy a view of eye-catching mountain from room.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_455795\\/111_4529c3d271c6b1febfeabc5c173546c41544530438.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2763,\"SupplierName\":\"Naycho Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2600,\"costSingleOcc\":2600,\"costExtraBed\":1000,\"costWithoutBed\":780,\"netCost\":2600,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850204,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":850203,\"Name\":\"Valley Flower Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.6181\\u00b0 N                                       \",\"Long\":\"77.6148\\u00b0 E                                       \",\"Address\":\"Sumoor, Nubra, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800785,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_01524484499.jpg\"}]},\"CityId\":35282,\"Brief\":\"Valley Flower Camp is &ldquo;A&rdquo; Class Deluxe  Camp. It gives a charming &amp; picturesque view of Nubra Valley. For centuries this enchanting valley lay frozen during the colder months, and burst into its youthful beauty every year, as the snow melted with the advent of summer. Every year, the valley splashed with colour as it bloomed with hundreds of kinds of flowers; taking on various shades of colours as months progressed. Nowhere else can you get a place like this to spent your holiday.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453122\\/111_639b6d1dfcc3896276897240c82f5b4a1524484499.jpg\",\"AccoAminitiesMask\":\"1110010000101110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2161,\"SupplierName\":\"Valley Flower Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3000,\"costSingleOcc\":3000,\"costExtraBed\":1200,\"costWithoutBed\":900,\"netCost\":3000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863343,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":863342,\"Name\":\"Silver Sand Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.583911                                         \",\"Long\":\"77.474081                                         \",\"Address\":\"Village Hundar, Nubra Valley, Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800827,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_01524741922.jpg\"}]},\"CityId\":35282,\"Brief\":\"Camp Silversand is situated in the beautiful village of Hunder whish is just 7 kms from Diskit, the headquarter of Nubra Valley and 10 min. walk from the famous Sand Dunes.CampSilversand boasts of 20 well equipped and tastefully done double bedded and comfortable super deluxe tents. Has own organic vegetable garden and guests can enjoy the taste of fresh locally grown vegetables. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453176\\/111_bd8b4f92cbea758a7f6300581fb8b0191524741922.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3300,\"costSingleOcc\":3300,\"costExtraBed\":1300,\"costWithoutBed\":950,\"netCost\":3300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848518,\"Name\":\"Hotel Karma Inn \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5852525                                        \",\"Long\":\"77.4712962                                        \",\"Address\":\"Chakzot-Hunder, Hunder\"},\"Images\":{\"Image\":[{\"ImagId\":4800799,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_01524569421.jpg\"}]},\"CityId\":35282,\"Brief\":\"The Nubra Valley has a historical romance, for the much famed Silk Route meandered along the banks of Nubra.There are several hotels in ladakh for comfortable accommodations. Hotel Karmainn-hotels Located just 1 km from the sand dunes of Hunder village in a very serene and peaceful atmosphere amidst poplar and apricot trees in Hunder Village of Nubra Valley, Hotel Karma Inn is nestled in the lap of Hunder providing a peaceful and relaxed holiday. Its one of the best places to stay in the region.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453141\\/111_f404f19f561640871b0436530a4bf3e91524569421.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2192,\"SupplierName\":\"Hotel Karma Inn\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3499,\"costSingleOcc\":3499,\"costExtraBed\":1398,\"costWithoutBed\":671,\"netCost\":3499,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849673,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849672,\"Name\":\"Himalayan Eco Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.591085                                         \",\"Long\":\"77.4667087                                        \",\"Address\":\"Village Hunder, Nubra District: Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800789,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_01524548307.jpg\"}]},\"CityId\":35282,\"Brief\":\"Himalayan Eco Resort and Camp is an eco-friendly resort comprising 20 private and independent luxury cottages and 05 deluxe tents, each affording a grand view of the snow-clad mountains, located amidst the vibrant woodlands and majestic plantations of poplar, willow, apple and apricot.\\r\\nA lifestyle that brings a smile to your lips with the sweet smell of greenery, invigorating fresh mountain air and chirping of the birds accompanying the glory of the resplendent sunrise. The colours and the fragrance of the beautiful flower beds, organic farm produce, children-friendly environment of the Resort offer a welcome change from the chaotic pace of cities.\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453129\\/111_63200e9cadb150092e29214cc1cda0de1524548307.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2165,\"SupplierName\":\"Himalayan Eco Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4130,\"costSingleOcc\":4130,\"costExtraBed\":1652,\"costWithoutBed\":1239,\"netCost\":4130,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":849068,\"Name\":\"Mystique Meadows Earth Homes\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.5759666                                        \",\"Long\":\"77.5005841                                        \",\"Address\":\"Choskor, Hunder, Nubra\"},\"Images\":{\"Image\":[{\"ImagId\":4800797,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_01524566357.jpg\"}]},\"CityId\":35282,\"Brief\":\"Mystique Meadows Earth Homes Nubra Valley is placed in the heart of Hunder village of Nubra Valley. Nubra Mystic Meadows Earth Homes have 13 mud brick cottages created and conceptualized using classical methods and new architecture. A affluent accommodation in the heart of Himalayas Symbolizing the civilized ambience and warmth of one of the most approved tourist destination in the country. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453139\\/111_8439b4ff9051b25726ab9110de4dc10e1524566357.jpg\",\"AccoAminitiesMask\":\"1110010000001110000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":6300,\"costSingleOcc\":6300,\"costExtraBed\":3020,\"costWithoutBed\":1890,\"netCost\":6300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860957,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":860958,\"Name\":\"Nubra Organic Retreat Camp\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"34.587142                                         \",\"Long\":\"77.471463                                         \",\"Address\":\"Hunder, Nubra Valley\"},\"Images\":{\"Image\":[{\"ImagId\":4800798,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_01524567765.jpg\"}]},\"CityId\":35282,\"Brief\":\"&lt;p&gt;Built over a sprawling acres land, Nubra Organic retreat comprises 20 swiss deluxe with attached bathroom tents, each of them offering a grand view of the snow clad Himalayan peaks. Matching the spectacular sights and organic vegetables garden &amp; fruit orchard are the excellent facilities, which have been designed with careful thought to the most minute details &amp; painstaking effort, all aim at enhancing the comfort and keeping in consideration the Indian tradition of Athithi Devo Bhava. Yet, no stone is turned unnecessarily, and the natural balance of man and his environment is preserved and protected. The accommodation is designed so as to provide residents an immediate experience of the surrounding sights and sounds. Structure is made up of locally available materials with the intention to promote the eco-friendly concept.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453140\\/111_f472cbf7eb10e12cfa887e5dcba2f4591524567765.jpg\",\"AccoAminitiesMask\":\"1110010000001100000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2203,\"SupplierName\":\"Nubra Organic Retreat Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":7402,\"costSingleOcc\":7402,\"costExtraBed\":3054,\"costWithoutBed\":2221,\"netCost\":7402,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":847163,\"Name\":\"Woodland Cottage Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.9084609                                        \",\"Long\":\"78.4609173                                        \",\"Address\":\"Pangong - Ladakh (India)\"},\"Images\":{\"Image\":[{\"ImagId\":4800793,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_01524553582.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Woodland Cottage is geographically located in the beautiful picturesque place in Pangong, near Pangong Lake. The Woodland Cottage Pangong is one of the Best Cottages in Pangong for delightful accommodation in Pangong. The Woodland Cottage Pangong houses decent prized spacious and cozy cottages with attached washroom. Pangong Woodland Cottages are well furnished and clean. This Pangong Woodland Cottage is situated just in front of the beautiful Pangong Lake. Our 10 double beded Pangong Woodland Cottages has all the basic amenities for comfortable Pangong accommodation. You can easily reach within 5 to 10 minutes to this Breathtaking Pangong Lake from our Woodland Cottages. The Woodland Cottage Pangong has well-furnished dining Hall. Pangong Woodland Cottage offers delicious meals at very reasonable rates for guest. Our well trained staff is very friendly and caring.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453134\\/111_c686e90beb19ab744208abe74b0623bf1524553582.jpg\",\"AccoAminitiesMask\":\"1010010000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2194,\"SupplierName\":\"Woodland Cottage Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":1900,\"costSingleOcc\":1900,\"costExtraBed\":700,\"costWithoutBed\":570,\"netCost\":1900,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":847689,\"Name\":\"Pangong Lake View camp\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.908747                                         \",\"Long\":\"78.461353                                         \",\"Address\":\"Spangmik, BPO Tangtse Durbuk, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800792,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_01524552617.jpg\"}]},\"CityId\":35281,\"Brief\":\"If you are bored of the daily humdrum of your life and longs for a refreshing and rejuvenating place Pangong Lake View camp is the perfect destination. It is a major eco-resort (started in 2008 by Mr. Stanzin Takpa -a local ladakhi, well experienced in tourism) and is located in Spangmik region of Changthang valley. The site faces the beautiful color-changing Pangong Lake (a famous destination in Ladakh).\\r\\nPangong tso (lake) is an exquisite deep blue lake in the Himalayas, located on the Changthang plateau at a height of about 4,350m(14,270ft). It is at about 150 km away from Leh and is 134 km (83 miles) long and 5km (3.1 miles) at its broadest point and stretches from India to Tibet. The lake is a dead salt lake which supports no vegetation and aquatic life. During winter the lake freezes completely, despite of being saline. One can visit the lake during tourist season - May to September.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453133\\/111_9de028276acc1048cfaca0786c3da9661524552617.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2258,\"SupplierName\":\"Pangong Lake View camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":848138,\"Name\":\"Monalisa Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9077380                                        \",\"Long\":\"78.4624490                                        \",\"Address\":\"Spangmik Village, Pangong,Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800946,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_01527597699.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Monalisa Camp Pangong is a perfect excursion getaway in the peaceful environs of Pangong Tso in Leh Ladakh. It is situated on the main Spangmik Village, on the Pangong Tso, 150 km from the Leh - Ladakh, in a very friendly environment. Monalisa Camp Ladakh has 10 Deluxe Camp with attached bathroom.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453610\\/111_51d8e3b019a549c257200151179b7de31527597699.jpg\",\"AccoAminitiesMask\":\"1110010000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":2764,\"SupplierName\":\"Monalisa Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2000,\"costSingleOcc\":2000,\"costExtraBed\":800,\"costWithoutBed\":600,\"netCost\":2000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846023,\"Name\":\"THE BUDDHA CAMP\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"40.7775618                                        \",\"Long\":\"-119.2068719                                      \",\"Address\":\"Spangmik Village Pangong Lake Leh Ladakh Jammu & Kashmir \"},\"Images\":{\"Image\":[{\"ImagId\":4800800,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_01524570886.jpg\"}]},\"CityId\":35281,\"Brief\":\"Welcome to Buddha Pangong Retreat Camp &ndash; a boutique retreat set facing the magnificent Pangong Lake in Spangmik Village, with stunning panoramic views of nature&#039;s gifted scenery. The Retreat offers you a comfortable accommodation providing you with basic amenities allowing you to enjoy a truly unique experience with nature - the golden grass, the sunsets, the mountains and the Pangong Lake, - it&#039;s truly a paradise!\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453142\\/111_a9ae98defd01dfaec6cf6dc95e15108a1524570886.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2167,\"SupplierName\":\"THE BUDDHA CAMP\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2200,\"costSingleOcc\":2200,\"costExtraBed\":880,\"costWithoutBed\":660,\"netCost\":2200,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":868085,\"Name\":\"Norling Camp Pangong\",\"Star\":\"2.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.907871                                         \",\"Long\":\"78.459553                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800830,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_01524745167.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Norling Camp Pangong Ladakh is set over the calm beauty of naked mountains, glamorous Pangong Lake and the beautiful Spangmik village which falls on a narrow stretch of land along the lake. The Norling Camp Pangong Lake stands lightly on a higher level facing the attractive Pangong lake giving you a wonderful picturesque of the lake, its crystal clear water having different shades of blue and green, the sunset and an opportunity to sit in private with nature allowing you to interact quietly with nature.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453180\\/111_4e92e6d3832ecfe65a80cc08a5c5abb51524745167.jpg\",\"AccoAminitiesMask\":\"1010010000001010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2250,\"SupplierName\":\"Norling Camp Pangong and Tso Moriri\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2300,\"costSingleOcc\":2300,\"costExtraBed\":920,\"costWithoutBed\":690,\"netCost\":2300,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845870,\"Name\":\"The Kora Pangong Camp\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9082554                                        \",\"Long\":\"78.4602649                                        \",\"Address\":\"spangmik pangong lake, changthang, leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800832,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_01524809456.jpg\"}]},\"CityId\":35281,\"Brief\":\"The Kora Pangong Camp comprises of tents with attached baths.Camp is a heaven located on Spangmik Leh Ladakh. We have captured the romance of tents which have always been an important part of lifestyle. Camp is heaven far from the crowd and surrounded by Pangong Tso and icy mountains in a very peaceful environment. Camp offers a unique experience of cozy camp where the traditional &amp; coloured tents are luxuriously furnished with every comfort.Local cuisine is partly inherited from Ladakhi kitchens (bread, Thukpas-a mild noodle soup, Momos - stuffed dumplings, Thenthuk - another noodle soup etc.), and partly adapted to what is produced locally.vegetable-barley stew is a local favourite.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453182\\/111_c1c504e16529db125ac500679d7399231524809456.jpg\",\"AccoAminitiesMask\":\"1110010000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2208,\"SupplierName\":\"The Kora Pangong Camp\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Deluxe\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":846329,\"Name\":\"Royal Camp Pangong\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.9085473                                        \",\"Long\":\"78.4577894                                        \",\"Address\":\"Spangmik village pangong, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800831,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_01524745725.jpg\"}]},\"CityId\":35281,\"Brief\":\"Royal Camp Ladakh is set amongst quite and peaceful surroundings in Spangmik village at an altitude of 4200mtrs above the sea level and 152 km from Leh. The great Himalayas best and impressive of this lake is Pangong Tso. Royal Camp Pangong India is most expensive natural beauty, fresh environment, amazing landscape, the simple hospitality of its people. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453181\\/111_d614d9d02ba1efd5e455c2e2b0dfbbf41524745725.jpg\",\"AccoAminitiesMask\":\"1010010000001110000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"}],\"IsfromAPI\":false,\"SupplierSysId\":2252,\"SupplierName\":\"Royal Camp Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":2400,\"costSingleOcc\":2400,\"costExtraBed\":960,\"costWithoutBed\":720,\"netCost\":2400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Standard\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845697,\"Name\":\"Ser Bhum Tso Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.906014                                         \",\"Long\":\"78.4591647                                        \",\"Address\":\"Pangong Lake Road, Spangmik, Jammu and Kashmir\"},\"Images\":{\"Image\":[{\"ImagId\":4800794,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_01524559227.jpg\"}]},\"CityId\":35281,\"Brief\":\"Ser Bhum Tso Resort Pangong A Class Hotels in Pangong Hotel situated in Sangmik, Pangong Lake. Pangong Ser Bhum Tso Resort is enclosed by the scenic charm with snow covered on mountains tops. The Ser Bhum Tso Resort Pangong Hotel presents the guests with well-appointed, appropriate and adventurous experience.\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453136\\/111_18e2bc494cf37434aa34cf85d85237d81524559227.jpg\",\"AccoAminitiesMask\":\"1010010000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2284,\"SupplierName\":\"Ser Bhum Tso Resort\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":3400,\"costSingleOcc\":3400,\"costExtraBed\":1360,\"costWithoutBed\":1020,\"netCost\":3400,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Lake Facing Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845330,\"Name\":\"Alpine Huts Pangong \",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.7595131                                        \",\"Long\":\"78.6674404                                        \",\"Address\":\"Changla Queen B.P.O Tangste Durbek, Leh Ladakh\"},\"Images\":{\"Image\":[{\"ImagId\":4800795,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_01524560561.jpg\"}]},\"CityId\":35281,\"Brief\":\"Alpine Huts Pangong is A class Huts in Pangong the only best accommodation near the Pangong Lake, Ladakh. The Alpine Cottage Pangong having 6 luxury cottages with clean attached bathroom. The Cottages are made up of wooden and the woods are imported by other country. Alpine Cottage Pangong is exactly in front of the place where three idiots was shot. The Changla Alpine Cottage Pangong are gorgeously made with a sitting room, dining area and bedroom with windows opening towards Pangong lake. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453137\\/111_a54671f75ab0297e945658a10728bbf81524560561.jpg\",\"AccoAminitiesMask\":\"1010010000001000001\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":2283,\"SupplierName\":\"Alpine Huts Pangong\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1200,\"costWithoutBed\":500,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Wooden Cottage\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":845514,\"Name\":\"Camp Water Mark\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"33.912788                                         \",\"Long\":\"78.457588                                         \",\"Address\":\"Spangmik, Pangong Lake, Leh\"},\"Images\":{\"Image\":[{\"ImagId\":4800833,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_01524811799.jpg\"}]},\"CityId\":35281,\"Brief\":\"At Camp Watermark Pangong Lake also provided up to date medical amenities for those who may be affected by High Altitude sickness besides first aid services &amp; Oxygen Cylinders. And camp&#039;s staff is knowledgeable in providing these amenities. Camp Water Mark also provides electricity in all private bathrooms. \",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_453187\\/111_96b5253eb4be97cc993c0a262e6f995d1524811799.jpg\",\"AccoAminitiesMask\":\"1010010000000000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":2276,\"SupplierName\":\"Ladakh Dekho\",\"priceaditionals\":{\"currencyType\":1,\"costTripleOcc\":0,\"costDoubleOcc\":4000,\"costSingleOcc\":4000,\"costExtraBed\":1680,\"costWithoutBed\":1260,\"netCost\":4000,\"adultCost\":0,\"kidsCost\":0},\"RoomTypeName\":\"Luxury\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3583,\"TYPE\":\"FREE\",\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":0,\"SupplierName\":null,\"priceaditionals\":{\"currencyType\":0,\"costTripleOcc\":0,\"costDoubleOcc\":0,\"costSingleOcc\":0,\"costExtraBed\":0,\"costWithoutBed\":0,\"netCost\":0,\"adultCost\":0,\"kidsCost\":0}}]}}]},\"Transfers\":[{\"isIncluded\":true,\"fixTransSysId\":\"1885\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"13\",\"vehicleName\":\"Swift Dzire                                                                                         \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"16414\",\"isGroup\":0,\"capacity\":\"3\"},{\"isIncluded\":false,\"fixTransSysId\":\"1886\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"44\",\"vehicleName\":\"Toyota Innova                                                                                       \",\"transType\":\"car\",\"transTypeCat\":\"SUV\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"17218\",\"isGroup\":0,\"capacity\":\"6\"},{\"isIncluded\":false,\"fixTransSysId\":\"1887\",\"supplierSysId\":\"2276\",\"supplierName\":\"Ladakh Dekho\",\"cityCovered\":\"Leh,Nubra,Pangong\",\"routeName\":\"\",\"vehSysId\":\"80\",\"vehicleName\":\"NAC Tempo Traveller - 12 Seater                                                                     \",\"transType\":\"car\",\"transTypeCat\":\"Standard\",\"fromPlace\":\"\",\"sourceCityId\":\"0\",\"toPlace\":\"\",\"destCityId\":\"0\",\"currencyType\":1,\"costPerson\":\"20890\",\"isGroup\":0,\"capacity\":\"12\"}],\"OtherServices\":[],\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":53915,\"Title\":\"Leh\",\"Day\":1,\"Program\":\"Arrival at Leh airport, to be received by our representative and transferred to the Hotel. Check in to the hotel for a complete day of rest for acclimatization, wherein welcome tea and coffee will be served by the Hotel. Post lunch visit Leh Market, Leh Palace and Shanti Stupa. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856270,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856434,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862119,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858900,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858167,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859288,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856956,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856434,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862119,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855917,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862542,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858537,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858167,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862303,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866329,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3541,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53916,\"Title\":\"Leh Local ( Sham Valley )\",\"Day\":2,\"Program\":\"After breakfast visit to Magnetic Hill, Hall of Fame, Gurudwara Pathar Sahib and The Sangam of Zanskar & Indus River. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856270,\"MasterIntSysId\":53915,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856955,\"MasterIntSysId\":53915,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856434,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862119,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862541,\"MasterIntSysId\":53915,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858900,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858167,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859288,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859618,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859924,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866328,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856612,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856269,\"MasterIntSysId\":53915,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856956,\"MasterIntSysId\":53915,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856434,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861939,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862119,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857237,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855916,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861939,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857731,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855548,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862118,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857482,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857236,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855917,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862542,\"MasterIntSysId\":53915,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862541,\"MasterIntSysId\":53915,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858899,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858166,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857976,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859287,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862302,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858537,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858167,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862303,\"MasterIntSysId\":53915,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858536,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859619,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859925,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865698,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866329,\"MasterIntSysId\":53915,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2655,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3535,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53917,\"Title\":\"0\",\"Day\":3,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53918,\"Title\":\"Leh to Nubra Valley ( 125 KM \\/ 5-6 Hrs )\",\"Day\":3,\"Program\":\"After breakfast, drive to Nubra Valley (Known as the Valley of Flowers and the warmest region in Ladakh) via Khardung La pass. This road is considered to be the highest motorable road of the world. Enroute, admire the spectacular views of the never ending snow-capped mountain ranges around Khardung La Pass (18,390 feet). After spending some time at Khardung La, proceed to Nubra. After Hotel check-in, enjoy camel Safari in the evening. Stay overnight stay in Nubra.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851745,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851045,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849068,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860957,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":0,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":0,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":0,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803466,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803466,\"MasterIntSysId\":0,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":0,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":0,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":0,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":0,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851745,\"MasterIntSysId\":0,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850203,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851045,\"MasterIntSysId\":0,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":0,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863342,\"MasterIntSysId\":0,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":0,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849672,\"MasterIntSysId\":0,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849068,\"MasterIntSysId\":0,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":0,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53919,\"Title\":\"Hunder \\u2013 Turtuk - Hunder\",\"Day\":4,\"Program\":\"After breakfast drive to Turtuk (which is first time opened for the tourist since 2010) this village was captured by Indians Army in war of 1972 with Pakistan, , Later Return Back to Hunder, O\\/N in Hunder.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803467,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851745,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851045,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849068,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860957,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":854610,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455508,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853769,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453119,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":854184,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453175,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":803466,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851397,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851746,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":803466,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453118,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":853431,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455497,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":852245,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455498,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850520,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453272,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851398,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453121,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851745,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455499,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":851046,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850203,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":851045,\"MasterIntSysId\":53918,\"ACCOMSYSID\":455795,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":850204,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453122,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":863343,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849673,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":863342,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453176,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848518,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453141,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849672,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453129,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":849068,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453139,\"MEALPLANTYPE\":7,\"ROOMTYPE\":24,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":860958,\"MasterIntSysId\":53918,\"ACCOMSYSID\":453140,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53920,\"Title\":\"0\",\"Day\":5,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53921,\"Title\":\"Nubra to Pangong via Shyok ( 165 KM \\/ 06 Hrs )\",\"Day\":5,\"Program\":\"We will start the day following the same route towards Leh till we reach Khalsar. From the Agyam bridge, we will take the left route which leads us to the villages of Shyok and Durbuk. The road after Shyok is good but very steep. After Durbuk, take left towards Tangtse and follow the traditional route. Drive further to Pangong Lake one of the largest and most beautiful natural brackish lakes in the Himalayas. Situated at 14000 ft, more than half of the lake is within Chinese Territory and only one third part lies in India. Explore the lake area, might catch some rare wildlife. Stay Overnight in Pangong.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":847163,\"MasterIntSysId\":0,\"ACCOMSYSID\":453134,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":847689,\"MasterIntSysId\":0,\"ACCOMSYSID\":453133,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":868085,\"MasterIntSysId\":0,\"ACCOMSYSID\":453180,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":848138,\"MasterIntSysId\":0,\"ACCOMSYSID\":453610,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846023,\"MasterIntSysId\":0,\"ACCOMSYSID\":453142,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845870,\"MasterIntSysId\":0,\"ACCOMSYSID\":453182,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":846329,\"MasterIntSysId\":0,\"ACCOMSYSID\":453181,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":845697,\"MasterIntSysId\":0,\"ACCOMSYSID\":453136,\"MEALPLANTYPE\":7,\"ROOMTYPE\":26,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845330,\"MasterIntSysId\":0,\"ACCOMSYSID\":453137,\"MEALPLANTYPE\":7,\"ROOMTYPE\":28,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":845514,\"MasterIntSysId\":0,\"ACCOMSYSID\":453187,\"MEALPLANTYPE\":7,\"ROOMTYPE\":2,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"TYPE\":\"FREE\",\"Id\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53922,\"Title\":\"0\",\"Day\":6,\"Program\":\"0\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53923,\"Title\":\"Pangong Lake to Leh ( 155 KM \\/ 05 Hrs )\",\"Day\":6,\"Program\":\"Early morning enjoy the picturesque view of Sun rise on the lake. After breakfast drive back to Leh, take a short halt at Changla Pass to enjoy a cup of hot steaming tea. Stay overnight in Leh. \",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":0,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":0,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":0,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861944,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":0,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":0,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":0,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":0,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":0,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":0,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862547,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862546,\"MasterIntSysId\":0,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":0,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":0,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858172,\"MasterIntSysId\":0,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":0,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":0,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":0,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":0,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":0,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53924,\"Title\":\"Leh Local Sightseeing (105 KM \\/ 5-6 Hrs)  \",\"Day\":7,\"Program\":\"After breakfast drive to Sindhu Darshan and about 7 kms from Leh on the bank of the Historical Indus River. Later proceed to visit Shey Place, The ancient capital of Ladakh and  Thiksay Monastery located on top of a hill, the Monastery is an excellent example of Ladakhi architecture. This contains several Stupas, Statues, Thangka, Wall Paintings and a large pillar depicting Buddha\'s teachings. Later continue to drive to visit Hemis Monastery, which was built in 1630, the largest monastic foundation of Drukpa Kagyu Order of Tibetan Buddhism and it houses some beautiful Wall Paintings, Thangka and several other historic objects. Later visit Stok Palace Museum. Return to Leh in the evening. Stay overnight in Leh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856274,\"MasterIntSysId\":53923,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856961,\"MasterIntSysId\":53923,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861945,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855553,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862123,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857488,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862546,\"MasterIntSysId\":53923,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859623,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859929,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865704,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":856617,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":32,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856275,\"MasterIntSysId\":53923,\"ACCOMSYSID\":420247,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856960,\"MasterIntSysId\":53923,\"ACCOMSYSID\":455495,\"MEALPLANTYPE\":7,\"ROOMTYPE\":111,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":856438,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453113,\"MEALPLANTYPE\":7,\"ROOMTYPE\":31,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":861944,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857737,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857242,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855921,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":861944,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857736,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119243,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855554,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119231,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862124,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453088,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857487,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453094,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857241,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119229,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":855922,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453281,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862547,\"MasterIntSysId\":53923,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858905,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859293,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":862546,\"MasterIntSysId\":53923,\"ACCOMSYSID\":415556,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858904,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858171,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":857981,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119240,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859292,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119250,\"MEALPLANTYPE\":7,\"ROOMTYPE\":3,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862308,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858542,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":858172,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453102,\"MEALPLANTYPE\":7,\"ROOMTYPE\":4,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":862307,\"MasterIntSysId\":53923,\"ACCOMSYSID\":453103,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":858541,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119273,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859624,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":859930,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119241,\"MEALPLANTYPE\":7,\"ROOMTYPE\":446,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":865703,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119264,\"MEALPLANTYPE\":7,\"ROOMTYPE\":11,\"MealPlanId\":null},{\"IsIncluded\":false,\"Id\":866334,\"MasterIntSysId\":53923,\"ACCOMSYSID\":119228,\"MEALPLANTYPE\":7,\"ROOMTYPE\":1,\"MealPlanId\":null}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]},{\"ItineraryId\":53925,\"Title\":\"Leh\",\"Day\":8,\"Program\":\"Early morning transfer to Leh airport to board flight back to destination. Journey ends with Sweet Memories of Ladakh.\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"TRANSFERS\",\"Id\":0,\"Items\":[{\"Item\":[]}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28757.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28757.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28757.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28757.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"30857.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30857.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"34217.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34217.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"35359.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35359.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":1,\"MasterTPId\":\"\",\"SeletedForPackage\":true,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"26360.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26360.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":2,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"26360.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26360.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":3,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"28285.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28285.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":4,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"31365.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31365.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":5,\"MasterTPId\":\"\",\"SeletedForPackage\":false,\"Price\":\"\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"LowestCost\",\"SeletedForPackage\":true,\"PriceAdditional\":[{\"From\":\"2019-05-01\",\"To\":\"2019-10-31\",\"Currency\":1,\"priceTripleOcc\":\".00\",\"priceDoubleOcc\":\"32413.00\",\"priceSingleOcc\":\".00\",\"priceExtraBed\":\".00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"MarkType\":\"2\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32413.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Any Airfare \\/ Train fare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any meals other than those mentioned (Highlighted) above.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any portage at Airport and Hotels tips, Insurance, Laundry, Mineral water, Telephone charges And all items of personal nature and meals and drinks not specified in the inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Personal Expenses or Optional Tours \\/ Extra Meals Ordered.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Monument Entrances, Innerline Permit, Environmental Fees, Oxygen Cylinder, Rafting &amp;amp Camel Safari Charges.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not specifically mentioned under the head &amp;ampldquoPrices included&amp;amprdquo.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;The Services of Vehicle is not included on leisure days &amp;amp after finishing the sightseeing tour as per the Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any Kind of Drinks (Alcoholic, Mineral Water, Aerated).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any increase in taxes or fuel, leading to increase in surface transportation and land arrangements, which may come into effect prior to departure.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Heater Charges in Hotels.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cost incidental to any change in the itinerary\\/ stay on account of flight cancellation due to bad weather, ill health, roadblocks and\\/or any factors beyond control.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Welcome Drink (Hot Tea \\/ Coffee \\/ Kahwa) on arrival.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation on twin sharing Basis as per Package Selected.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;04 Nights&amp;nbsp Accommodation in Leh, 02 Night Accommodation in Nubra &amp;amp 01 Night Accommodation in Pangong on twin sharing Basis as per the Itinerary &amp;amp Meal.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;To &amp;amp Fro Leh Airport Transfers only.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Vehicle for sightseeing &amp;amp excursions as per our itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fees &amp;amp Red Cross fee for Nubra Valley &amp;amp Pangong Lake.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Inner line Permit to restricted \\/ protected areas (Khardungla Pass &amp;amp Pangong Lake).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Environmental Fee Included at Ladakh Autonomous Hill Development Council fee (Ladakh entry fee).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Complimentary Oxygen Cylinder for Nubra &amp;amp Pangong Tour Only.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"AllowBookingType\":0}}', 'Leh,Nubra,Pangong', 'Leh,Jammu and kashmir,Indian Subcontinent,North India,India,Nubra,Pangong,Ladakh,Turtuk', NULL, '15229,35282,35281', 26360, 35359, 7, NULL, NULL, 2, 'Dynamic', 0, '2022-01-21 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'scenic-ladakh', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(52, 31032, 1, 9840, 0, 0, 0, 'Honeymoon,Wildlife,Beach,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Leisure,Luxury Tours', NULL, 1, 1, 0, '{\"package\":{\"TPId\":31032,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-05-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Himachal Pradesh is a northern Indian state in the Himalayas. It&amp;#39;s home to scenic mountain towns and resorts such as Dalhousie. Host to the Dalai Lama, Himachal Pradesh has a strong Tibetan presence. This is reflected in its Buddhist temples and monasteries, as well as its vibrant Tibetan New Year celebrations. The region is also well known for its trekking, climbing and skiing areas.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":1702,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":1702,\"DestinationPlaces\":\"Amritsar\",\"DestinationPlacesSysId\":974,\"SourcePlaces\":\"Shimla\",\"SourcePlaceSysId\":1,\"AgencyName\":\"STREETROMEO TRAVEL PLANNER\",\"Name\":\"Himachal with Amritsar \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"2775\",\"SupplierName\":\"Streetromeo\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Wildlife,Beach,Hill Station,Heritage,Culture,Weekend,Festivals and Events,Romantic,Shopping and Nightlife,Leisure,Luxury Tours\",\"Validity\":{\"From\":\"2022-01-21\",\"To\":\"2022-05-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22411,\"Title\":\"Arrive Delhi and drive to Shimla (9hrs.)\",\"Description\":\"&lt;p&gt;After arriving at the Delhi airport\\/ railway station, our tour representative meets you and helps you with an assisted transfer to Shimla, by road. After reaching Shimla, check-in at the hotel. Spend the evening as per your own liking. Fondly referred to as the &ldquo;Queen of Hills&rsquo; Shimla is the capital city of Himachal Pradesh, which boasts of mesmerizing scenery and a laid-back atmosphere. During your leisure time, explore the nearby places on your own such as visiting the Mall, the Ridge and so on. Stay overnight.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/1702_1640773814.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22702,\"Title\":\": Shimla - Kufri Excursion with local sight seeing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22413,\"Title\":\"Shimla to Manali by Road Enroute Manikaran Visit (10hrs.)\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Have your breakfast and begin driving Manali, one of the most popular hill stations of India. Upon arriving, complete the check- in formalities at the hotel. The evening is at leisure. Flocked by honeymooners and family vacationers all around the year, Manali is dotted with a number of attractions. Enroute visit Manikaran. Manikaran Manikaran is a small town located in the Parvati valley, in Kullu District of Himachal Pradesh. It lies on the banks of River Parvati. This town is situated at a height of 1760 m above the sea level. It is regarded as the pilgrim centre for both Hindus and Sikhs. Late Evening we reached to Manali. Overnight at Manali.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/1702_1640774208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22418,\"Title\":\"Manali - Local Sight Seeing & Solang Valley Visit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22415,\"Title\":\"Full day at Manali\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Today day free for Leisure. Overnight at Manali&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/1702_1640774487.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22703,\"Title\":\"Manali to Amritsar (12hrs.)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22704,\"Title\":\"Amritsar to Delhi Drop by road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22411,\"Title\":\"Arrive Delhi and drive to Shimla (9hrs.)\",\"Description\":\"&lt;p&gt;After arriving at the Delhi airport\\/ railway station, our tour representative meets you and helps you with an assisted transfer to Shimla, by road. After reaching Shimla, check-in at the hotel. Spend the evening as per your own liking. Fondly referred to as the &ldquo;Queen of Hills&rsquo; Shimla is the capital city of Himachal Pradesh, which boasts of mesmerizing scenery and a laid-back atmosphere. During your leisure time, explore the nearby places on your own such as visiting the Mall, the Ridge and so on. Stay overnight.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/1702_1640773814.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22702,\"Title\":\": Shimla - Kufri Excursion with local sight seeing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22413,\"Title\":\"Shimla to Manali by Road Enroute Manikaran Visit (10hrs.)\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Have your breakfast and begin driving Manali, one of the most popular hill stations of India. Upon arriving, complete the check- in formalities at the hotel. The evening is at leisure. Flocked by honeymooners and family vacationers all around the year, Manali is dotted with a number of attractions. Enroute visit Manikaran. Manikaran Manikaran is a small town located in the Parvati valley, in Kullu District of Himachal Pradesh. It lies on the banks of River Parvati. This town is situated at a height of 1760 m above the sea level. It is regarded as the pilgrim centre for both Hindus and Sikhs. Late Evening we reached to Manali. Overnight at Manali.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/1702_1640774208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22418,\"Title\":\"Manali - Local Sight Seeing & Solang Valley Visit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22415,\"Title\":\"Full day at Manali\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Today day free for Leisure. Overnight at Manali&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/1702_1640774487.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22703,\"Title\":\"Manali to Amritsar (12hrs.)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22704,\"Title\":\"Amritsar to Delhi Drop by road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":974,\"Title\":\"Amritsar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":974,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":22411,\"Title\":\"Arrive Delhi and drive to Shimla (9hrs.)\",\"Description\":\"&lt;p&gt;After arriving at the Delhi airport\\/ railway station, our tour representative meets you and helps you with an assisted transfer to Shimla, by road. After reaching Shimla, check-in at the hotel. Spend the evening as per your own liking. Fondly referred to as the &ldquo;Queen of Hills&rsquo; Shimla is the capital city of Himachal Pradesh, which boasts of mesmerizing scenery and a laid-back atmosphere. During your leisure time, explore the nearby places on your own such as visiting the Mall, the Ridge and so on. Stay overnight.&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/1702_1640773814.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22702,\"Title\":\": Shimla - Kufri Excursion with local sight seeing\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22413,\"Title\":\"Shimla to Manali by Road Enroute Manikaran Visit (10hrs.)\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Have your breakfast and begin driving Manali, one of the most popular hill stations of India. Upon arriving, complete the check- in formalities at the hotel. The evening is at leisure. Flocked by honeymooners and family vacationers all around the year, Manali is dotted with a number of attractions. Enroute visit Manikaran. Manikaran Manikaran is a small town located in the Parvati valley, in Kullu District of Himachal Pradesh. It lies on the banks of River Parvati. This town is situated at a height of 1760 m above the sea level. It is regarded as the pilgrim centre for both Hindus and Sikhs. Late Evening we reached to Manali. Overnight at Manali.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/1702_1640774208.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22418,\"Title\":\"Manali - Local Sight Seeing & Solang Valley Visit\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22415,\"Title\":\"Full day at Manali\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px&quot;&gt;Today day free for Leisure. Overnight at Manali&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/1702_1640774487.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22703,\"Title\":\"Manali to Amritsar (12hrs.)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":22704,\"Title\":\"Amritsar to Delhi Drop by road\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"220728\",\"Title\":\"Arrive Delhi and drive to Shimla (9hrs.)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>After arriving at the Delhi airport\\/ railway station, our tour representative meets you and helps you with an assisted transfer to Shimla, by road. After reaching Shimla, check-in at the hotel. Spend the evening as per your own liking. Fondly referred to as the &ldquo;Queen of Hills&rsquo; Shimla is the capital city of Himachal Pradesh, which boasts of mesmerizing scenery and a laid-back atmosphere. During your leisure time, explore the nearby places on your own such as visiting the Mall, the Ridge and so on. Stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22411,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220729\",\"Title\":\"Shimla - Kufri Excursion with local sight seeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Today morning after a filling, delicious breakfast visits Kufri. Kufri derives its name from &#39;Kufr&#39; which means lake. It is prevalent among trekkers. The salubrious climate and stunning natural beauty make Kufri a perfect summer getaway. Kufri is the venue for annual winter sports festival held in February. Kufri is also renowned for other adventures activities such as skiing tobogganing (sliding downhill on a sledge) etc. Kufri has the oldest skiing slopes in Himachal Pradesh. Kufri is also a haven for nature enthusiasts and wildlife lovers as the Himalayan Nature Park is situated on the town&#39;s outskirts. The Park is home to over 180 varieties of fauna. Thereafter visit the famous mall road of Shimla. Visit the Scandal Point Jhakoo Temple (private vehicles do not have access to Jhakoo temple because of the location. The guests can take a shared taxi available on Mall Road and visit the temple. It&#39;s advisable to visit the temple before it turns dark; hence the guests can first visit the temple and then spend time on the mall road.) After ample shopping at mall road, we returned to your hotel for a mouth-watering dinner&mdash; overnight in the resort.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22702,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220730\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220731\",\"Title\":\"Shimla to Manali by Road Enroute Manikaran Visit (10hrs.)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Have your breakfast and begin driving Manali, one of the most popular hill stations of India. Upon arriving, complete the check- in formalities at the hotel. The evening is at leisure. Flocked by honeymooners and family vacationers all around the year, Manali is dotted with a number of attractions. Enroute visit Manikaran. Manikaran Manikaran is a small town located in the Parvati valley, in Kullu District of Himachal Pradesh. It lies on the banks of River Parvati. This town is situated at a height of 1760 m above the sea level. It is regarded as the pilgrim centre for both Hindus and Sikhs. Late Evening we reached to Manali. Overnight at Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22413,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220732\",\"Title\":\"Manali - Local Sight Seeing & Solang Valley Visit\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>The morning we proceed for Solang Valley, where we can enjoy adventure activities like Zorbing, Paragliding. Later you can also visit Tibetan Monastery- not only a place of worship but also a Tibetan culture centre, the natural springs and sandstone temples at Vashist Village, Hadimba Devi Temple- dedicated to Hidimba, wife of Bhim-one of the 5 Pandava brother of the Hindu epic Mahabharata and the Manu Temple- and old temple dedicated to sage Manu. Club House In the evening we return to the hotel or free time at mall road. Overnight at Manali<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22418,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220733\",\"Title\":\"Full day at Manali\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Today day free for Leisure. Overnight at Manali<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22415,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220734\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220735\",\"Title\":\" Manali to Amritsar (12hrs.)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Checkout from Hotel after breakfast and then we drive to Amritsar by Road. Amritsar (also called Ambarsar) is a city in the northwestern Indian state of Punjab, not far from the border with Pakistan. At the center of its walled old town is the gilded Golden Temple (Harmandir Sahib), considered the holiest gurdwara, or religious complex, of the Sikh religion. It&rsquo;s at the end of a causeway, surrounded by the sacred Amrit Sarovar lake, where pilgrims bathe. Overnight at Amritsar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":974,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22703,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220736\",\"Title\":\"Amritsar to Delhi Drop by road (12hrs.)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After breakfast, we checkout from hotel and proceed for Delhi by road. On arrival, you will be transferred to the airport\\/railway station. Tour ends with Happy Memories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":974,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Standard\",\"Id\":2}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22704,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31032\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"20000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-06\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":20000,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":40000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":41000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":24667,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":47000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\"20000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31032\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":6,\"Price\":\"19000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-06\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":19000,\"priceDoubleOcc\":\"19000.00\",\"priceSingleOcc\":38000,\"priceExtraBed\":\"19000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":19667,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":39000,\"priceExtraBed\":\"19000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-06\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":23667,\"priceDoubleOcc\":\"26000.00\",\"priceSingleOcc\":45000,\"priceExtraBed\":\"19000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;5% GST&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Expenses caused by factors beyond our control like rail and flight delays, roadblocks &amp;amp;Traffic&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Mal-functions, political disturbances etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;All personal expenses&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tips, laundry &amp;amp; phone call&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;Any Airfare \\/ Train fare \\/ Entrance Ticket\\/Permits&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Driver allowance, Road tax and Fuel charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meet &amp;amp; greet at arrival&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pick and Drop at time of arrival\\/departure&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing by Car&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Welcome drink on arrival&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Parking and Toll tax&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as mentioned in Quote&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All tours and transfers by Personal Car is included&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Aadhar Card&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance in case of international Travel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;COVID Vaccination Certificate&amp;nbsp&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Report (as per destination of travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"220728\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[220728],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220729\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[220729],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220730\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220730],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220731\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220731],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220732\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[220732],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220733\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[220733],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220734\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[220734],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220735\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[220735],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220736\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[220736],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"FlightData\":[]}}', 'Shimla,Manali,Amritsar', 'Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Amritsar,Punjab,Simla', NULL, '1,16593,974', 19000, 27000, 6, NULL, NULL, 2, 'Holidays', 0, '2022-01-21 00:00:00', '2022-05-31 00:00:00', '2022-05-31 00:00:00', 3, 'India', '101', '2022-01-21 00:00:00', '2022-01-21 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, 'himachal-with-amritsar', NULL, NULL, NULL, 0);
INSERT INTO `tb_tbb2c_packages_master` (`PkgSysId`, `GTXPkgId`, `GTXPkgSourceId`, `AgencySysId`, `IsFeatured`, `lastMinuteDeal`, `DisplayIndex`, `PackageCategory`, `ShortJsonInfo`, `ItemType`, `PackageType`, `PackageSubType`, `LongJsonInfo`, `Destinations`, `PackageSearchString`, `HotDeal`, `DestinationsId`, `MinPrice`, `MaxPrice`, `Nights`, `Image`, `MainImage`, `MinPax`, `PackTypeMask`, `PackRangeType`, `PkgValidFrom`, `PkgValidUntil`, `BookingValidUntil`, `StarRating`, `Countries`, `CountryIds`, `UpdateDate`, `CreateDate`, `CreatedBy`, `UpdatedBy`, `IsPublish`, `IsActive`, `IsMarkForDel`, `Keyword`, `Description`, `Metatag`, `broucher`, `packageNameUrl`, `visaFAQ`, `festivals`, `packageItinerary`, `oldPrice`) VALUES
(53, 30941, 1, 9840, 0, 0, 0, 'Honeymoon,Hill Station,Romantic,Leisure,By Cab,Group Tours', NULL, 1, 1, 0, '{\"package\":{\"TPId\":30941,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":0,\"AgencyId\":9840,\"AgencyIdB2C\":9840,\"AgencyIdB2B\":9840,\"DestinationPlaces\":\"Amritsar\",\"DestinationPlacesSysId\":974,\"SourcePlaces\":\"Chandigarh\",\"SourcePlaceSysId\":5765,\"AgencyName\":\"Roam Baby Roam\",\"Name\":\"11 Nights 12 Days Himachal Package Chandigarh - Shimla (02) - Manali (03) - Dharamshala (02) - Dalhousie (02) - Amritsar (02)\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"7791\",\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Airport Transfers,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Hill Station,Romantic,Leisure,By Cab,Group Tours\",\"Validity\":{\"From\":\"2022-01-31\",\"To\":\"2022-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":1,\"Title\":\"Shimla\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":702,\"Title\":\"Indian Institute Of Advanced Study\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1036203,\"Long\":77.1411461999999,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6735\\/thumb\\/Indian Institute Of Advanced Study_481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1607,\"Title\":\"Shri Sankat Mochan Hanuman Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.0257694,\"Long\":77.1312518,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/78\\/thumb\\/Shri Sankat Mochan Hanuman Temple_962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":168,\"Title\":\"Beas River\",\"Description\":\"Beas River also known as the Bias.The river rises in the Himalayas in central Himachal Pradesh.Its total length is 470 kilometres and its drainage basin is 20303 square kilometres large.The Beas forms the world famous valleys of Kullu and Kangra. The great thinker and r of the Mahabharta Maharishi Vyas meditated at this spot. The river after passing through dense evergreen forests reaches the town of Kullu.The world famous tourist resort of Manali is situated on the right banks of the river Beas. The attraction of the Beas river has been so great that whoever came here remained to stay.Tourists can also enjoy  rafting biking cycling and trekking here.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Beas_River_16593_1518440248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22242,\"Title\":\"Hanogi Mata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.6901582,\"Long\":77.1295494,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1303,\"Title\":\"Pandoh Dam\",\"Description\":\"Pandoh Dam lies in the Mandi district of Himachal Pradesh, which is constructed on Beas River. The primary purpose of Pandoh Dam is hydroelectric power generation.The visitors travelling to Manali get a perfect location near the dam to click great pictures as the location is highly picturesque and full of lush greenery. Rafting is also done here, in the lower bed on a commercial basis.The place is an ideal spot for picnics as the surrounding area of the dam is somewhat isolated and hence provides the necessary tranquillity and serenity to the visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Pandoh_Dam_16593_1518506375.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22647,\"Title\":\"Vaishno Devi Temple Kullu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.9833648,\"Long\":77.1263233,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":362,\"Title\":\"Club House\",\"Description\":\"Club House is an entertainment zone, built in British-style and managed by the Himachal Pradesh Tourism Development Corporation (HPTDC). It is popular for indoor as well as outdoor activities like carrom, table tennis, pool and skating. For a relaxing day, head towards this place, which is easily reachable by bus or taxi. If sports are not on your mind, you may read some classics in the library or admire the pristine river that flows along the Club House. Do not miss to enjoy a sip of tea or coffee and relish delicious snacks at the in-house restaurant.\\r\\n\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547788,\"Long\":77.1818787,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/21_1517998870.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":719,\"Title\":\"Jagatsukh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/182\\/thumb\\/Jagatsukh_18.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1781,\"Title\":\"Tibetan Monastery\",\"Description\":\"Tibetan monastery is famous for weaving different and colourfull carpets.It is one of the major tourist spot in Manali. Tibetan monastery is one of the oldest and famous place in Manali.There is the statue of Lord Buddha  presides in the monastery. The architecture of the monastery represents the Tibetan style of architecture designed with hued frescoes. The major attraction of the monastery is the handicrafts of Tibetan artistry and the carpets that are woven and sold in the monastery.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2432415,\"Long\":77.1893835,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Tibetan_Monastery_16593_1518523086.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1860,\"Title\":\"Vashisht Temple\",\"Description\":\"Vashisht Temple is located at a distance of 4km from manali bus stop.The Temple is dedicated to sage Vashisht who was the kula guru of Lord Rama.The temple was once a meditation place for Vashishta Maharshi. It is among the most famous places to visit in Manali.The temple is believed to be more than 4000 years old.In the templethere is a black stone image of the Rishi wearing dhoti.The temple is decorated with excellent and beautiful carvings on wood and the interior of the temple is rather traditional which is ornamented with antique painting and figures. It is believed that when Laxman came to take the help of Vashishta muni for Ashwa megha yaga to warm up the cold place the  muni fired an arrow to the ground from where hot water spring gushed out. Till now there is a belief that the water here is having medicinal values.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547483,\"Long\":77.1908861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashisht_Temple_16593_1518500132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":907,\"Title\":\"Kothi Gorge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1078,\"Title\":\"Marhi\",\"Description\":\"Gulaba is a small village near Manali which is located on the road to Rohtang pass. Named after Raja Gulab Singh of Kashmir, the village of Gulaba is flanked by the picturesque beauty of snow covered mountains, grasslands and the Beas river that washes away its landscapes. Owing to such an amazing topography. Being reputed as a heavy snowfall region, the landscapes of Gulaba have turned out to be a hub for adventure sports.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Marhi_16593_1504697169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3512,\"Title\":\"Jawala Ji Temple\",\"Description\":\"The Jwalamukhi Temple in Kangra District of Himachal is considered extremely sacred for theHindus, dedicated to GoddessJwalamukhI- the deity of Flaming Mouth. It is one of the Shaktipeeths, the place where the tongue of Sati fell at the time of self-sacrifice. She manifested in nine flames that are named as Mahakali, Annapurna, Chandi, Hinglaj, Vindhya Vasini, Mahalakshmi, Saraswati, Ambika and Anji Devi respectively. It is also known as  temple of the Goddess of Light or the Flaming Goddess. The temple comes alive with Navaratra celebrations and colourful fairs every year. The Mughal Emperor Akbar installed a gold parasol and Maharaja Ranjit Singh had the dome gilded.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":31.8750716,\"Long\":76.3214463,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Jawala_Ji_Temple_7824_1518428361.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3532,\"Title\":\"Kangra Art Museum\",\"Description\":\"The Kangra Art Museum is a must visit place for art lovers and history buffs, having a great collection which embodies various cultures especially that of the Tibetans. The place is attractive not only for the wealth of information that it can offer on the region&amp;rsquo;s past, but also for the pleasant location. As it is located at the center of Dharamshala in the quaint state of Himachal Pradesh.\\r\\nThis museum contains a lot of artifacts which includes ancient coins, glinting weapons and stunning sculptures. The prime attraction of the museum are the miniature paintings from the Kangra school, and Chamba rumal embroideries, along with traditional costumes and photos from 1905 earthquake of Kangra.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.0885837,\"Long\":76.256239,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/KANGRA_ARTS_MUSEUM_7824_1518441812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1901,\"Title\":\"War Memorial\",\"Description\":\"Dharamsala War Memorial is a major attraction to the guests to Dharamsala, built in remembrance of the brave soldiers who sacrificed their lives for the country. It is surrounded by the beautiful gardens and a trail of pine trees, located just at the entrance of Dharamsala.\\r\\nThe panels of black marble here holds the names of those brave souls who lost lives to guard the motherland in 1947, 1948, 1962, 1965, and 1971 peacekeeping missions. A visit can surely boost up the patriotic feelings at standing at a Memorial. There are many cafes and beverage spots nearby to this place, and it is a favorite hang out destination now for the locals and tourists.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2140742,\"Long\":76.3347838,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/War_Memorial_7824_1518244933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":183,\"Title\":\"Bhagsunag Temple\",\"Description\":\"Bhagsunag Temple also known as Shiva Temple, is believed to be an ancient temple where Lord Shiva himself visited. Hence, this sacred temple is a much-worshipped place among the Hindu pilgrims for its exciting history and sacredness. Thus, the Bhagsu Nag Temple is a must visit for all. The flowing water of the Bhagsu Falls fills the small pool where people come to have a cool dip and fun. The Shiva temple has a bell at the entrance and plenty of inions on the walls and the pillars along with four bells of different sizes hanging inside of the temple. There are plenty of small stalls that serve some tea, cold drinks besides eatables like noodles, sandwiches, etc.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.244594,\"Long\":76.312183,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Temple_7824_1518420355.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":184,\"Title\":\"Bhagsunag Waterfall\",\"Description\":\"Bhagsu Waterfall is one of the beautiful streams in the destination and it has a cascade of 30 feet during monsoons. The water of the fall flows through the temple of Bhagsunath into the pools where devotees take a holy dip to get rid of their miseries.The mountain side of the fall is among the highlights of the tourist spot, decorated with slate graffiti.\\r\\nThe Bhagsu waterfall also called the Bhagsunag waterfalls is one such beautiful place visitor will be refreshed by the mere sight of this treasure which has overwhelming hills, refreshing greenery and craggy rocks.This Picturesque scenery will not miss by an artist, a nature lover or photographer.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.1805176,\"Long\":76.2826675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Waterfall_7824_1518420128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":394,\"Title\":\"Dal Lake\",\"Description\":\"Dal lake is filled with greenish water, attracts various and innumerable tourists from all over the world because of its panoramic view and the much-felt serenity. This beautiful lake is surrounded by lush green Deodar forests at an altitude of 1,775 metres. It is mostly visited by tourist during the month of September as a fair is organized here. The tourists can offer their prayers to Lord Shiva at the temple dedicated to him on the banks of the lake. One can also enjoy facilities, includes boat ride, fishing and trekking. It is a major attraction for trekkers as it serves as a base camp for several trekking expeditions.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2196772,\"Long\":76.3209345,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Dal_Lake_7824_1518442445.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2847,\"Title\":\"Mcleodganj\",\"Description\":\"McLeod Ganj is a suburb of Dharamshala in Kangra district of Himachal Pradesh, India. It is known as &quot;Little Lhasa&quot; or &quot;Dhasa&quot; because of its large population of Tibetans. The Tibetan government-in-exile is headquartered in McLeod Ganj.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426,\"Long\":76.3213,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/36_1515842973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1193,\"Title\":\"Namgyal Monastery\",\"Description\":\"The Namgyal Monastery was first established in 1575 by the 3rd Dalai Lama in Tibet and was relocated to Dharamshala in 1959. It currently houses around 200 Tibetan monks, who help preserve the monastery&amp;#039;s ancient rituals, traditions and artistic skills. The study of Buddhism includes modern studies of both Tibetan and English language, study of Sutra and Tantra texts, Buddhist Philosophy, making butter sculptures, torma offerings, sand mandalas, playing various ritual musical instruments, ritual chanting, and dances. It is also work as a centre for learning and meditation. The beauty of this monastery is so evident that even those who are not particularly inclined towards this religion will be fascinated by the imposing figures of the Buddha.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.232806,\"Long\":76.3245099,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Namgyal_Monastery_7824_1518442325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":290,\"Title\":\"Chamba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1063\\/thumb\\/Chamba_45.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1670,\"Title\":\"St. John&#039;s Church\",\"Description\":\"St.John&amp;rsquo;s Church is the oldest church of the town that carries enormous historical significance.It was constructed during the British rules in India,this church established by the Protestant missionaries.Located between beautiful natural backdrop,this church is one of the most visited churches of the town.In addition,this church has the British style building made of wood and bricks.This church provides services every Sunday.It is an open for visitors five days in a week.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5356379,\"Long\":75.9680952,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7478\\/sightseeing\\/St._John&#039;s_Church_7478_1550663830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":871,\"Title\":\"Khajjiar Lake\",\"Description\":\"Encircled by lush green deodar forests, Khajjiar Lake is a natural splendour, located at an elevation of 1920 mtrs. Among the best places to visit in Himachal Pradesh, it is ideal for reinvigoration of mind and body. The major attraction of the place is the island that floats, which is actually a cluster of grass growing on the lake surface. Khajjiar Lake is mostly visited by locals and tourists for day picnics, paragliding, zorbing, and horse riding. On a sunny day, one can also enjoy the mesmerizing views of Mount Kailash from the lake.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5463519,\"Long\":76.057958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1062\\/thumb\\/Khajjiar Lake_405.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22243,\"Title\":\"Amritsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":580,\"Title\":\"Golden Temple\",\"Description\":\"Sri Harmandir Sahib, also Sri Darbar Sahib, informally referred to as the Golden Temple, is the holiest Gurdwara of Sikhism, located in the city of Amritsar, Punjab, India. Amritsar was founded in 1577 by the fourth Sikh guru, Guru Ram Das.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6213305,\"Long\":74.8783582,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Golden_Temple_974_1504779154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1897,\"Title\":\"Wagah Border\",\"Description\":\"Wagah is a village situated in Lahore District, Punjab, Pakistan and serves as a goods transit terminal and a railway station between Pakistan and India, and lies on the old Grand Trunk Road between Lahore, Punjab, Pakistan and Amritsar, India\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Wagah_Border_974_1504779463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":739,\"Title\":\"Jallianwala Bagh\",\"Description\":\"The Jallianwala Bagh massacre, also known as the Amritsar massacre, took place on 13 April, 1919 when a crowd of non-violent protesters, along with Baishakhi pilgrims, who had gathered in Jallianwala\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6206437,\"Long\":74.8801088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Jallianwala_Bagh_974_1504779349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null}]}},{\"CityId\":16593,\"Title\":\"Manali\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16593,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":702,\"Title\":\"Indian Institute Of Advanced Study\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1036203,\"Long\":77.1411461999999,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6735\\/thumb\\/Indian Institute Of Advanced Study_481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1607,\"Title\":\"Shri Sankat Mochan Hanuman Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.0257694,\"Long\":77.1312518,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/78\\/thumb\\/Shri Sankat Mochan Hanuman Temple_962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":168,\"Title\":\"Beas River\",\"Description\":\"Beas River also known as the Bias.The river rises in the Himalayas in central Himachal Pradesh.Its total length is 470 kilometres and its drainage basin is 20303 square kilometres large.The Beas forms the world famous valleys of Kullu and Kangra. The great thinker and r of the Mahabharta Maharishi Vyas meditated at this spot. The river after passing through dense evergreen forests reaches the town of Kullu.The world famous tourist resort of Manali is situated on the right banks of the river Beas. The attraction of the Beas river has been so great that whoever came here remained to stay.Tourists can also enjoy  rafting biking cycling and trekking here.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Beas_River_16593_1518440248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22242,\"Title\":\"Hanogi Mata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.6901582,\"Long\":77.1295494,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1303,\"Title\":\"Pandoh Dam\",\"Description\":\"Pandoh Dam lies in the Mandi district of Himachal Pradesh, which is constructed on Beas River. The primary purpose of Pandoh Dam is hydroelectric power generation.The visitors travelling to Manali get a perfect location near the dam to click great pictures as the location is highly picturesque and full of lush greenery. Rafting is also done here, in the lower bed on a commercial basis.The place is an ideal spot for picnics as the surrounding area of the dam is somewhat isolated and hence provides the necessary tranquillity and serenity to the visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Pandoh_Dam_16593_1518506375.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22647,\"Title\":\"Vaishno Devi Temple Kullu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.9833648,\"Long\":77.1263233,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":362,\"Title\":\"Club House\",\"Description\":\"Club House is an entertainment zone, built in British-style and managed by the Himachal Pradesh Tourism Development Corporation (HPTDC). It is popular for indoor as well as outdoor activities like carrom, table tennis, pool and skating. For a relaxing day, head towards this place, which is easily reachable by bus or taxi. If sports are not on your mind, you may read some classics in the library or admire the pristine river that flows along the Club House. Do not miss to enjoy a sip of tea or coffee and relish delicious snacks at the in-house restaurant.\\r\\n\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547788,\"Long\":77.1818787,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/21_1517998870.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":719,\"Title\":\"Jagatsukh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/182\\/thumb\\/Jagatsukh_18.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1781,\"Title\":\"Tibetan Monastery\",\"Description\":\"Tibetan monastery is famous for weaving different and colourfull carpets.It is one of the major tourist spot in Manali. Tibetan monastery is one of the oldest and famous place in Manali.There is the statue of Lord Buddha  presides in the monastery. The architecture of the monastery represents the Tibetan style of architecture designed with hued frescoes. The major attraction of the monastery is the handicrafts of Tibetan artistry and the carpets that are woven and sold in the monastery.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2432415,\"Long\":77.1893835,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Tibetan_Monastery_16593_1518523086.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1860,\"Title\":\"Vashisht Temple\",\"Description\":\"Vashisht Temple is located at a distance of 4km from manali bus stop.The Temple is dedicated to sage Vashisht who was the kula guru of Lord Rama.The temple was once a meditation place for Vashishta Maharshi. It is among the most famous places to visit in Manali.The temple is believed to be more than 4000 years old.In the templethere is a black stone image of the Rishi wearing dhoti.The temple is decorated with excellent and beautiful carvings on wood and the interior of the temple is rather traditional which is ornamented with antique painting and figures. It is believed that when Laxman came to take the help of Vashishta muni for Ashwa megha yaga to warm up the cold place the  muni fired an arrow to the ground from where hot water spring gushed out. Till now there is a belief that the water here is having medicinal values.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547483,\"Long\":77.1908861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashisht_Temple_16593_1518500132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":907,\"Title\":\"Kothi Gorge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1078,\"Title\":\"Marhi\",\"Description\":\"Gulaba is a small village near Manali which is located on the road to Rohtang pass. Named after Raja Gulab Singh of Kashmir, the village of Gulaba is flanked by the picturesque beauty of snow covered mountains, grasslands and the Beas river that washes away its landscapes. Owing to such an amazing topography. Being reputed as a heavy snowfall region, the landscapes of Gulaba have turned out to be a hub for adventure sports.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Marhi_16593_1504697169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3512,\"Title\":\"Jawala Ji Temple\",\"Description\":\"The Jwalamukhi Temple in Kangra District of Himachal is considered extremely sacred for theHindus, dedicated to GoddessJwalamukhI- the deity of Flaming Mouth. It is one of the Shaktipeeths, the place where the tongue of Sati fell at the time of self-sacrifice. She manifested in nine flames that are named as Mahakali, Annapurna, Chandi, Hinglaj, Vindhya Vasini, Mahalakshmi, Saraswati, Ambika and Anji Devi respectively. It is also known as  temple of the Goddess of Light or the Flaming Goddess. The temple comes alive with Navaratra celebrations and colourful fairs every year. The Mughal Emperor Akbar installed a gold parasol and Maharaja Ranjit Singh had the dome gilded.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":31.8750716,\"Long\":76.3214463,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Jawala_Ji_Temple_7824_1518428361.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3532,\"Title\":\"Kangra Art Museum\",\"Description\":\"The Kangra Art Museum is a must visit place for art lovers and history buffs, having a great collection which embodies various cultures especially that of the Tibetans. The place is attractive not only for the wealth of information that it can offer on the region&amp;rsquo;s past, but also for the pleasant location. As it is located at the center of Dharamshala in the quaint state of Himachal Pradesh.\\r\\nThis museum contains a lot of artifacts which includes ancient coins, glinting weapons and stunning sculptures. The prime attraction of the museum are the miniature paintings from the Kangra school, and Chamba rumal embroideries, along with traditional costumes and photos from 1905 earthquake of Kangra.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.0885837,\"Long\":76.256239,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/KANGRA_ARTS_MUSEUM_7824_1518441812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1901,\"Title\":\"War Memorial\",\"Description\":\"Dharamsala War Memorial is a major attraction to the guests to Dharamsala, built in remembrance of the brave soldiers who sacrificed their lives for the country. It is surrounded by the beautiful gardens and a trail of pine trees, located just at the entrance of Dharamsala.\\r\\nThe panels of black marble here holds the names of those brave souls who lost lives to guard the motherland in 1947, 1948, 1962, 1965, and 1971 peacekeeping missions. A visit can surely boost up the patriotic feelings at standing at a Memorial. There are many cafes and beverage spots nearby to this place, and it is a favorite hang out destination now for the locals and tourists.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2140742,\"Long\":76.3347838,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/War_Memorial_7824_1518244933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":183,\"Title\":\"Bhagsunag Temple\",\"Description\":\"Bhagsunag Temple also known as Shiva Temple, is believed to be an ancient temple where Lord Shiva himself visited. Hence, this sacred temple is a much-worshipped place among the Hindu pilgrims for its exciting history and sacredness. Thus, the Bhagsu Nag Temple is a must visit for all. The flowing water of the Bhagsu Falls fills the small pool where people come to have a cool dip and fun. The Shiva temple has a bell at the entrance and plenty of inions on the walls and the pillars along with four bells of different sizes hanging inside of the temple. There are plenty of small stalls that serve some tea, cold drinks besides eatables like noodles, sandwiches, etc.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.244594,\"Long\":76.312183,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Temple_7824_1518420355.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":184,\"Title\":\"Bhagsunag Waterfall\",\"Description\":\"Bhagsu Waterfall is one of the beautiful streams in the destination and it has a cascade of 30 feet during monsoons. The water of the fall flows through the temple of Bhagsunath into the pools where devotees take a holy dip to get rid of their miseries.The mountain side of the fall is among the highlights of the tourist spot, decorated with slate graffiti.\\r\\nThe Bhagsu waterfall also called the Bhagsunag waterfalls is one such beautiful place visitor will be refreshed by the mere sight of this treasure which has overwhelming hills, refreshing greenery and craggy rocks.This Picturesque scenery will not miss by an artist, a nature lover or photographer.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.1805176,\"Long\":76.2826675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Waterfall_7824_1518420128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":394,\"Title\":\"Dal Lake\",\"Description\":\"Dal lake is filled with greenish water, attracts various and innumerable tourists from all over the world because of its panoramic view and the much-felt serenity. This beautiful lake is surrounded by lush green Deodar forests at an altitude of 1,775 metres. It is mostly visited by tourist during the month of September as a fair is organized here. The tourists can offer their prayers to Lord Shiva at the temple dedicated to him on the banks of the lake. One can also enjoy facilities, includes boat ride, fishing and trekking. It is a major attraction for trekkers as it serves as a base camp for several trekking expeditions.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2196772,\"Long\":76.3209345,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Dal_Lake_7824_1518442445.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2847,\"Title\":\"Mcleodganj\",\"Description\":\"McLeod Ganj is a suburb of Dharamshala in Kangra district of Himachal Pradesh, India. It is known as &quot;Little Lhasa&quot; or &quot;Dhasa&quot; because of its large population of Tibetans. The Tibetan government-in-exile is headquartered in McLeod Ganj.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426,\"Long\":76.3213,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/36_1515842973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1193,\"Title\":\"Namgyal Monastery\",\"Description\":\"The Namgyal Monastery was first established in 1575 by the 3rd Dalai Lama in Tibet and was relocated to Dharamshala in 1959. It currently houses around 200 Tibetan monks, who help preserve the monastery&amp;#039;s ancient rituals, traditions and artistic skills. The study of Buddhism includes modern studies of both Tibetan and English language, study of Sutra and Tantra texts, Buddhist Philosophy, making butter sculptures, torma offerings, sand mandalas, playing various ritual musical instruments, ritual chanting, and dances. It is also work as a centre for learning and meditation. The beauty of this monastery is so evident that even those who are not particularly inclined towards this religion will be fascinated by the imposing figures of the Buddha.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.232806,\"Long\":76.3245099,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Namgyal_Monastery_7824_1518442325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":290,\"Title\":\"Chamba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1063\\/thumb\\/Chamba_45.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1670,\"Title\":\"St. John&#039;s Church\",\"Description\":\"St.John&amp;rsquo;s Church is the oldest church of the town that carries enormous historical significance.It was constructed during the British rules in India,this church established by the Protestant missionaries.Located between beautiful natural backdrop,this church is one of the most visited churches of the town.In addition,this church has the British style building made of wood and bricks.This church provides services every Sunday.It is an open for visitors five days in a week.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5356379,\"Long\":75.9680952,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7478\\/sightseeing\\/St._John&#039;s_Church_7478_1550663830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":871,\"Title\":\"Khajjiar Lake\",\"Description\":\"Encircled by lush green deodar forests, Khajjiar Lake is a natural splendour, located at an elevation of 1920 mtrs. Among the best places to visit in Himachal Pradesh, it is ideal for reinvigoration of mind and body. The major attraction of the place is the island that floats, which is actually a cluster of grass growing on the lake surface. Khajjiar Lake is mostly visited by locals and tourists for day picnics, paragliding, zorbing, and horse riding. On a sunny day, one can also enjoy the mesmerizing views of Mount Kailash from the lake.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5463519,\"Long\":76.057958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1062\\/thumb\\/Khajjiar Lake_405.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22243,\"Title\":\"Amritsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":580,\"Title\":\"Golden Temple\",\"Description\":\"Sri Harmandir Sahib, also Sri Darbar Sahib, informally referred to as the Golden Temple, is the holiest Gurdwara of Sikhism, located in the city of Amritsar, Punjab, India. Amritsar was founded in 1577 by the fourth Sikh guru, Guru Ram Das.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6213305,\"Long\":74.8783582,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Golden_Temple_974_1504779154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1897,\"Title\":\"Wagah Border\",\"Description\":\"Wagah is a village situated in Lahore District, Punjab, Pakistan and serves as a goods transit terminal and a railway station between Pakistan and India, and lies on the old Grand Trunk Road between Lahore, Punjab, Pakistan and Amritsar, India\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Wagah_Border_974_1504779463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":739,\"Title\":\"Jallianwala Bagh\",\"Description\":\"The Jallianwala Bagh massacre, also known as the Amritsar massacre, took place on 13 April, 1919 when a crowd of non-violent protesters, along with Baishakhi pilgrims, who had gathered in Jallianwala\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6206437,\"Long\":74.8801088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Jallianwala_Bagh_974_1504779349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null}]}},{\"CityId\":7824,\"Title\":\"Dharamshala\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7824,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":702,\"Title\":\"Indian Institute Of Advanced Study\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1036203,\"Long\":77.1411461999999,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6735\\/thumb\\/Indian Institute Of Advanced Study_481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1607,\"Title\":\"Shri Sankat Mochan Hanuman Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.0257694,\"Long\":77.1312518,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/78\\/thumb\\/Shri Sankat Mochan Hanuman Temple_962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":168,\"Title\":\"Beas River\",\"Description\":\"Beas River also known as the Bias.The river rises in the Himalayas in central Himachal Pradesh.Its total length is 470 kilometres and its drainage basin is 20303 square kilometres large.The Beas forms the world famous valleys of Kullu and Kangra. The great thinker and r of the Mahabharta Maharishi Vyas meditated at this spot. The river after passing through dense evergreen forests reaches the town of Kullu.The world famous tourist resort of Manali is situated on the right banks of the river Beas. The attraction of the Beas river has been so great that whoever came here remained to stay.Tourists can also enjoy  rafting biking cycling and trekking here.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Beas_River_16593_1518440248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22242,\"Title\":\"Hanogi Mata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.6901582,\"Long\":77.1295494,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1303,\"Title\":\"Pandoh Dam\",\"Description\":\"Pandoh Dam lies in the Mandi district of Himachal Pradesh, which is constructed on Beas River. The primary purpose of Pandoh Dam is hydroelectric power generation.The visitors travelling to Manali get a perfect location near the dam to click great pictures as the location is highly picturesque and full of lush greenery. Rafting is also done here, in the lower bed on a commercial basis.The place is an ideal spot for picnics as the surrounding area of the dam is somewhat isolated and hence provides the necessary tranquillity and serenity to the visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Pandoh_Dam_16593_1518506375.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22647,\"Title\":\"Vaishno Devi Temple Kullu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.9833648,\"Long\":77.1263233,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":362,\"Title\":\"Club House\",\"Description\":\"Club House is an entertainment zone, built in British-style and managed by the Himachal Pradesh Tourism Development Corporation (HPTDC). It is popular for indoor as well as outdoor activities like carrom, table tennis, pool and skating. For a relaxing day, head towards this place, which is easily reachable by bus or taxi. If sports are not on your mind, you may read some classics in the library or admire the pristine river that flows along the Club House. Do not miss to enjoy a sip of tea or coffee and relish delicious snacks at the in-house restaurant.\\r\\n\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547788,\"Long\":77.1818787,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/21_1517998870.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":719,\"Title\":\"Jagatsukh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/182\\/thumb\\/Jagatsukh_18.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1781,\"Title\":\"Tibetan Monastery\",\"Description\":\"Tibetan monastery is famous for weaving different and colourfull carpets.It is one of the major tourist spot in Manali. Tibetan monastery is one of the oldest and famous place in Manali.There is the statue of Lord Buddha  presides in the monastery. The architecture of the monastery represents the Tibetan style of architecture designed with hued frescoes. The major attraction of the monastery is the handicrafts of Tibetan artistry and the carpets that are woven and sold in the monastery.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2432415,\"Long\":77.1893835,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Tibetan_Monastery_16593_1518523086.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1860,\"Title\":\"Vashisht Temple\",\"Description\":\"Vashisht Temple is located at a distance of 4km from manali bus stop.The Temple is dedicated to sage Vashisht who was the kula guru of Lord Rama.The temple was once a meditation place for Vashishta Maharshi. It is among the most famous places to visit in Manali.The temple is believed to be more than 4000 years old.In the templethere is a black stone image of the Rishi wearing dhoti.The temple is decorated with excellent and beautiful carvings on wood and the interior of the temple is rather traditional which is ornamented with antique painting and figures. It is believed that when Laxman came to take the help of Vashishta muni for Ashwa megha yaga to warm up the cold place the  muni fired an arrow to the ground from where hot water spring gushed out. Till now there is a belief that the water here is having medicinal values.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547483,\"Long\":77.1908861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashisht_Temple_16593_1518500132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":907,\"Title\":\"Kothi Gorge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1078,\"Title\":\"Marhi\",\"Description\":\"Gulaba is a small village near Manali which is located on the road to Rohtang pass. Named after Raja Gulab Singh of Kashmir, the village of Gulaba is flanked by the picturesque beauty of snow covered mountains, grasslands and the Beas river that washes away its landscapes. Owing to such an amazing topography. Being reputed as a heavy snowfall region, the landscapes of Gulaba have turned out to be a hub for adventure sports.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Marhi_16593_1504697169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3512,\"Title\":\"Jawala Ji Temple\",\"Description\":\"The Jwalamukhi Temple in Kangra District of Himachal is considered extremely sacred for theHindus, dedicated to GoddessJwalamukhI- the deity of Flaming Mouth. It is one of the Shaktipeeths, the place where the tongue of Sati fell at the time of self-sacrifice. She manifested in nine flames that are named as Mahakali, Annapurna, Chandi, Hinglaj, Vindhya Vasini, Mahalakshmi, Saraswati, Ambika and Anji Devi respectively. It is also known as  temple of the Goddess of Light or the Flaming Goddess. The temple comes alive with Navaratra celebrations and colourful fairs every year. The Mughal Emperor Akbar installed a gold parasol and Maharaja Ranjit Singh had the dome gilded.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":31.8750716,\"Long\":76.3214463,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Jawala_Ji_Temple_7824_1518428361.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3532,\"Title\":\"Kangra Art Museum\",\"Description\":\"The Kangra Art Museum is a must visit place for art lovers and history buffs, having a great collection which embodies various cultures especially that of the Tibetans. The place is attractive not only for the wealth of information that it can offer on the region&amp;rsquo;s past, but also for the pleasant location. As it is located at the center of Dharamshala in the quaint state of Himachal Pradesh.\\r\\nThis museum contains a lot of artifacts which includes ancient coins, glinting weapons and stunning sculptures. The prime attraction of the museum are the miniature paintings from the Kangra school, and Chamba rumal embroideries, along with traditional costumes and photos from 1905 earthquake of Kangra.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.0885837,\"Long\":76.256239,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/KANGRA_ARTS_MUSEUM_7824_1518441812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1901,\"Title\":\"War Memorial\",\"Description\":\"Dharamsala War Memorial is a major attraction to the guests to Dharamsala, built in remembrance of the brave soldiers who sacrificed their lives for the country. It is surrounded by the beautiful gardens and a trail of pine trees, located just at the entrance of Dharamsala.\\r\\nThe panels of black marble here holds the names of those brave souls who lost lives to guard the motherland in 1947, 1948, 1962, 1965, and 1971 peacekeeping missions. A visit can surely boost up the patriotic feelings at standing at a Memorial. There are many cafes and beverage spots nearby to this place, and it is a favorite hang out destination now for the locals and tourists.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2140742,\"Long\":76.3347838,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/War_Memorial_7824_1518244933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":183,\"Title\":\"Bhagsunag Temple\",\"Description\":\"Bhagsunag Temple also known as Shiva Temple, is believed to be an ancient temple where Lord Shiva himself visited. Hence, this sacred temple is a much-worshipped place among the Hindu pilgrims for its exciting history and sacredness. Thus, the Bhagsu Nag Temple is a must visit for all. The flowing water of the Bhagsu Falls fills the small pool where people come to have a cool dip and fun. The Shiva temple has a bell at the entrance and plenty of inions on the walls and the pillars along with four bells of different sizes hanging inside of the temple. There are plenty of small stalls that serve some tea, cold drinks besides eatables like noodles, sandwiches, etc.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.244594,\"Long\":76.312183,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Temple_7824_1518420355.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":184,\"Title\":\"Bhagsunag Waterfall\",\"Description\":\"Bhagsu Waterfall is one of the beautiful streams in the destination and it has a cascade of 30 feet during monsoons. The water of the fall flows through the temple of Bhagsunath into the pools where devotees take a holy dip to get rid of their miseries.The mountain side of the fall is among the highlights of the tourist spot, decorated with slate graffiti.\\r\\nThe Bhagsu waterfall also called the Bhagsunag waterfalls is one such beautiful place visitor will be refreshed by the mere sight of this treasure which has overwhelming hills, refreshing greenery and craggy rocks.This Picturesque scenery will not miss by an artist, a nature lover or photographer.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.1805176,\"Long\":76.2826675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Waterfall_7824_1518420128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":394,\"Title\":\"Dal Lake\",\"Description\":\"Dal lake is filled with greenish water, attracts various and innumerable tourists from all over the world because of its panoramic view and the much-felt serenity. This beautiful lake is surrounded by lush green Deodar forests at an altitude of 1,775 metres. It is mostly visited by tourist during the month of September as a fair is organized here. The tourists can offer their prayers to Lord Shiva at the temple dedicated to him on the banks of the lake. One can also enjoy facilities, includes boat ride, fishing and trekking. It is a major attraction for trekkers as it serves as a base camp for several trekking expeditions.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2196772,\"Long\":76.3209345,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Dal_Lake_7824_1518442445.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2847,\"Title\":\"Mcleodganj\",\"Description\":\"McLeod Ganj is a suburb of Dharamshala in Kangra district of Himachal Pradesh, India. It is known as &quot;Little Lhasa&quot; or &quot;Dhasa&quot; because of its large population of Tibetans. The Tibetan government-in-exile is headquartered in McLeod Ganj.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426,\"Long\":76.3213,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/36_1515842973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1193,\"Title\":\"Namgyal Monastery\",\"Description\":\"The Namgyal Monastery was first established in 1575 by the 3rd Dalai Lama in Tibet and was relocated to Dharamshala in 1959. It currently houses around 200 Tibetan monks, who help preserve the monastery&amp;#039;s ancient rituals, traditions and artistic skills. The study of Buddhism includes modern studies of both Tibetan and English language, study of Sutra and Tantra texts, Buddhist Philosophy, making butter sculptures, torma offerings, sand mandalas, playing various ritual musical instruments, ritual chanting, and dances. It is also work as a centre for learning and meditation. The beauty of this monastery is so evident that even those who are not particularly inclined towards this religion will be fascinated by the imposing figures of the Buddha.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.232806,\"Long\":76.3245099,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Namgyal_Monastery_7824_1518442325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":290,\"Title\":\"Chamba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1063\\/thumb\\/Chamba_45.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1670,\"Title\":\"St. John&#039;s Church\",\"Description\":\"St.John&amp;rsquo;s Church is the oldest church of the town that carries enormous historical significance.It was constructed during the British rules in India,this church established by the Protestant missionaries.Located between beautiful natural backdrop,this church is one of the most visited churches of the town.In addition,this church has the British style building made of wood and bricks.This church provides services every Sunday.It is an open for visitors five days in a week.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5356379,\"Long\":75.9680952,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7478\\/sightseeing\\/St._John&#039;s_Church_7478_1550663830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":871,\"Title\":\"Khajjiar Lake\",\"Description\":\"Encircled by lush green deodar forests, Khajjiar Lake is a natural splendour, located at an elevation of 1920 mtrs. Among the best places to visit in Himachal Pradesh, it is ideal for reinvigoration of mind and body. The major attraction of the place is the island that floats, which is actually a cluster of grass growing on the lake surface. Khajjiar Lake is mostly visited by locals and tourists for day picnics, paragliding, zorbing, and horse riding. On a sunny day, one can also enjoy the mesmerizing views of Mount Kailash from the lake.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5463519,\"Long\":76.057958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1062\\/thumb\\/Khajjiar Lake_405.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22243,\"Title\":\"Amritsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":580,\"Title\":\"Golden Temple\",\"Description\":\"Sri Harmandir Sahib, also Sri Darbar Sahib, informally referred to as the Golden Temple, is the holiest Gurdwara of Sikhism, located in the city of Amritsar, Punjab, India. Amritsar was founded in 1577 by the fourth Sikh guru, Guru Ram Das.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6213305,\"Long\":74.8783582,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Golden_Temple_974_1504779154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1897,\"Title\":\"Wagah Border\",\"Description\":\"Wagah is a village situated in Lahore District, Punjab, Pakistan and serves as a goods transit terminal and a railway station between Pakistan and India, and lies on the old Grand Trunk Road between Lahore, Punjab, Pakistan and Amritsar, India\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Wagah_Border_974_1504779463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":739,\"Title\":\"Jallianwala Bagh\",\"Description\":\"The Jallianwala Bagh massacre, also known as the Amritsar massacre, took place on 13 April, 1919 when a crowd of non-violent protesters, along with Baishakhi pilgrims, who had gathered in Jallianwala\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6206437,\"Long\":74.8801088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Jallianwala_Bagh_974_1504779349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null}]}},{\"CityId\":7478,\"Title\":\"Dalhousie\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7478,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":702,\"Title\":\"Indian Institute Of Advanced Study\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1036203,\"Long\":77.1411461999999,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6735\\/thumb\\/Indian Institute Of Advanced Study_481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1607,\"Title\":\"Shri Sankat Mochan Hanuman Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.0257694,\"Long\":77.1312518,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/78\\/thumb\\/Shri Sankat Mochan Hanuman Temple_962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":168,\"Title\":\"Beas River\",\"Description\":\"Beas River also known as the Bias.The river rises in the Himalayas in central Himachal Pradesh.Its total length is 470 kilometres and its drainage basin is 20303 square kilometres large.The Beas forms the world famous valleys of Kullu and Kangra. The great thinker and r of the Mahabharta Maharishi Vyas meditated at this spot. The river after passing through dense evergreen forests reaches the town of Kullu.The world famous tourist resort of Manali is situated on the right banks of the river Beas. The attraction of the Beas river has been so great that whoever came here remained to stay.Tourists can also enjoy  rafting biking cycling and trekking here.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Beas_River_16593_1518440248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22242,\"Title\":\"Hanogi Mata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.6901582,\"Long\":77.1295494,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1303,\"Title\":\"Pandoh Dam\",\"Description\":\"Pandoh Dam lies in the Mandi district of Himachal Pradesh, which is constructed on Beas River. The primary purpose of Pandoh Dam is hydroelectric power generation.The visitors travelling to Manali get a perfect location near the dam to click great pictures as the location is highly picturesque and full of lush greenery. Rafting is also done here, in the lower bed on a commercial basis.The place is an ideal spot for picnics as the surrounding area of the dam is somewhat isolated and hence provides the necessary tranquillity and serenity to the visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Pandoh_Dam_16593_1518506375.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22647,\"Title\":\"Vaishno Devi Temple Kullu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.9833648,\"Long\":77.1263233,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":362,\"Title\":\"Club House\",\"Description\":\"Club House is an entertainment zone, built in British-style and managed by the Himachal Pradesh Tourism Development Corporation (HPTDC). It is popular for indoor as well as outdoor activities like carrom, table tennis, pool and skating. For a relaxing day, head towards this place, which is easily reachable by bus or taxi. If sports are not on your mind, you may read some classics in the library or admire the pristine river that flows along the Club House. Do not miss to enjoy a sip of tea or coffee and relish delicious snacks at the in-house restaurant.\\r\\n\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547788,\"Long\":77.1818787,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/21_1517998870.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":719,\"Title\":\"Jagatsukh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/182\\/thumb\\/Jagatsukh_18.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1781,\"Title\":\"Tibetan Monastery\",\"Description\":\"Tibetan monastery is famous for weaving different and colourfull carpets.It is one of the major tourist spot in Manali. Tibetan monastery is one of the oldest and famous place in Manali.There is the statue of Lord Buddha  presides in the monastery. The architecture of the monastery represents the Tibetan style of architecture designed with hued frescoes. The major attraction of the monastery is the handicrafts of Tibetan artistry and the carpets that are woven and sold in the monastery.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2432415,\"Long\":77.1893835,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Tibetan_Monastery_16593_1518523086.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1860,\"Title\":\"Vashisht Temple\",\"Description\":\"Vashisht Temple is located at a distance of 4km from manali bus stop.The Temple is dedicated to sage Vashisht who was the kula guru of Lord Rama.The temple was once a meditation place for Vashishta Maharshi. It is among the most famous places to visit in Manali.The temple is believed to be more than 4000 years old.In the templethere is a black stone image of the Rishi wearing dhoti.The temple is decorated with excellent and beautiful carvings on wood and the interior of the temple is rather traditional which is ornamented with antique painting and figures. It is believed that when Laxman came to take the help of Vashishta muni for Ashwa megha yaga to warm up the cold place the  muni fired an arrow to the ground from where hot water spring gushed out. Till now there is a belief that the water here is having medicinal values.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547483,\"Long\":77.1908861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashisht_Temple_16593_1518500132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":907,\"Title\":\"Kothi Gorge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1078,\"Title\":\"Marhi\",\"Description\":\"Gulaba is a small village near Manali which is located on the road to Rohtang pass. Named after Raja Gulab Singh of Kashmir, the village of Gulaba is flanked by the picturesque beauty of snow covered mountains, grasslands and the Beas river that washes away its landscapes. Owing to such an amazing topography. Being reputed as a heavy snowfall region, the landscapes of Gulaba have turned out to be a hub for adventure sports.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Marhi_16593_1504697169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3512,\"Title\":\"Jawala Ji Temple\",\"Description\":\"The Jwalamukhi Temple in Kangra District of Himachal is considered extremely sacred for theHindus, dedicated to GoddessJwalamukhI- the deity of Flaming Mouth. It is one of the Shaktipeeths, the place where the tongue of Sati fell at the time of self-sacrifice. She manifested in nine flames that are named as Mahakali, Annapurna, Chandi, Hinglaj, Vindhya Vasini, Mahalakshmi, Saraswati, Ambika and Anji Devi respectively. It is also known as  temple of the Goddess of Light or the Flaming Goddess. The temple comes alive with Navaratra celebrations and colourful fairs every year. The Mughal Emperor Akbar installed a gold parasol and Maharaja Ranjit Singh had the dome gilded.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":31.8750716,\"Long\":76.3214463,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Jawala_Ji_Temple_7824_1518428361.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3532,\"Title\":\"Kangra Art Museum\",\"Description\":\"The Kangra Art Museum is a must visit place for art lovers and history buffs, having a great collection which embodies various cultures especially that of the Tibetans. The place is attractive not only for the wealth of information that it can offer on the region&amp;rsquo;s past, but also for the pleasant location. As it is located at the center of Dharamshala in the quaint state of Himachal Pradesh.\\r\\nThis museum contains a lot of artifacts which includes ancient coins, glinting weapons and stunning sculptures. The prime attraction of the museum are the miniature paintings from the Kangra school, and Chamba rumal embroideries, along with traditional costumes and photos from 1905 earthquake of Kangra.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.0885837,\"Long\":76.256239,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/KANGRA_ARTS_MUSEUM_7824_1518441812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1901,\"Title\":\"War Memorial\",\"Description\":\"Dharamsala War Memorial is a major attraction to the guests to Dharamsala, built in remembrance of the brave soldiers who sacrificed their lives for the country. It is surrounded by the beautiful gardens and a trail of pine trees, located just at the entrance of Dharamsala.\\r\\nThe panels of black marble here holds the names of those brave souls who lost lives to guard the motherland in 1947, 1948, 1962, 1965, and 1971 peacekeeping missions. A visit can surely boost up the patriotic feelings at standing at a Memorial. There are many cafes and beverage spots nearby to this place, and it is a favorite hang out destination now for the locals and tourists.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2140742,\"Long\":76.3347838,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/War_Memorial_7824_1518244933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":183,\"Title\":\"Bhagsunag Temple\",\"Description\":\"Bhagsunag Temple also known as Shiva Temple, is believed to be an ancient temple where Lord Shiva himself visited. Hence, this sacred temple is a much-worshipped place among the Hindu pilgrims for its exciting history and sacredness. Thus, the Bhagsu Nag Temple is a must visit for all. The flowing water of the Bhagsu Falls fills the small pool where people come to have a cool dip and fun. The Shiva temple has a bell at the entrance and plenty of inions on the walls and the pillars along with four bells of different sizes hanging inside of the temple. There are plenty of small stalls that serve some tea, cold drinks besides eatables like noodles, sandwiches, etc.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.244594,\"Long\":76.312183,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Temple_7824_1518420355.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":184,\"Title\":\"Bhagsunag Waterfall\",\"Description\":\"Bhagsu Waterfall is one of the beautiful streams in the destination and it has a cascade of 30 feet during monsoons. The water of the fall flows through the temple of Bhagsunath into the pools where devotees take a holy dip to get rid of their miseries.The mountain side of the fall is among the highlights of the tourist spot, decorated with slate graffiti.\\r\\nThe Bhagsu waterfall also called the Bhagsunag waterfalls is one such beautiful place visitor will be refreshed by the mere sight of this treasure which has overwhelming hills, refreshing greenery and craggy rocks.This Picturesque scenery will not miss by an artist, a nature lover or photographer.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.1805176,\"Long\":76.2826675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Waterfall_7824_1518420128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":394,\"Title\":\"Dal Lake\",\"Description\":\"Dal lake is filled with greenish water, attracts various and innumerable tourists from all over the world because of its panoramic view and the much-felt serenity. This beautiful lake is surrounded by lush green Deodar forests at an altitude of 1,775 metres. It is mostly visited by tourist during the month of September as a fair is organized here. The tourists can offer their prayers to Lord Shiva at the temple dedicated to him on the banks of the lake. One can also enjoy facilities, includes boat ride, fishing and trekking. It is a major attraction for trekkers as it serves as a base camp for several trekking expeditions.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2196772,\"Long\":76.3209345,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Dal_Lake_7824_1518442445.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2847,\"Title\":\"Mcleodganj\",\"Description\":\"McLeod Ganj is a suburb of Dharamshala in Kangra district of Himachal Pradesh, India. It is known as &quot;Little Lhasa&quot; or &quot;Dhasa&quot; because of its large population of Tibetans. The Tibetan government-in-exile is headquartered in McLeod Ganj.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426,\"Long\":76.3213,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/36_1515842973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1193,\"Title\":\"Namgyal Monastery\",\"Description\":\"The Namgyal Monastery was first established in 1575 by the 3rd Dalai Lama in Tibet and was relocated to Dharamshala in 1959. It currently houses around 200 Tibetan monks, who help preserve the monastery&amp;#039;s ancient rituals, traditions and artistic skills. The study of Buddhism includes modern studies of both Tibetan and English language, study of Sutra and Tantra texts, Buddhist Philosophy, making butter sculptures, torma offerings, sand mandalas, playing various ritual musical instruments, ritual chanting, and dances. It is also work as a centre for learning and meditation. The beauty of this monastery is so evident that even those who are not particularly inclined towards this religion will be fascinated by the imposing figures of the Buddha.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.232806,\"Long\":76.3245099,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Namgyal_Monastery_7824_1518442325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":290,\"Title\":\"Chamba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1063\\/thumb\\/Chamba_45.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1670,\"Title\":\"St. John&#039;s Church\",\"Description\":\"St.John&amp;rsquo;s Church is the oldest church of the town that carries enormous historical significance.It was constructed during the British rules in India,this church established by the Protestant missionaries.Located between beautiful natural backdrop,this church is one of the most visited churches of the town.In addition,this church has the British style building made of wood and bricks.This church provides services every Sunday.It is an open for visitors five days in a week.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5356379,\"Long\":75.9680952,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7478\\/sightseeing\\/St._John&#039;s_Church_7478_1550663830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":871,\"Title\":\"Khajjiar Lake\",\"Description\":\"Encircled by lush green deodar forests, Khajjiar Lake is a natural splendour, located at an elevation of 1920 mtrs. Among the best places to visit in Himachal Pradesh, it is ideal for reinvigoration of mind and body. The major attraction of the place is the island that floats, which is actually a cluster of grass growing on the lake surface. Khajjiar Lake is mostly visited by locals and tourists for day picnics, paragliding, zorbing, and horse riding. On a sunny day, one can also enjoy the mesmerizing views of Mount Kailash from the lake.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5463519,\"Long\":76.057958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1062\\/thumb\\/Khajjiar Lake_405.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22243,\"Title\":\"Amritsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":580,\"Title\":\"Golden Temple\",\"Description\":\"Sri Harmandir Sahib, also Sri Darbar Sahib, informally referred to as the Golden Temple, is the holiest Gurdwara of Sikhism, located in the city of Amritsar, Punjab, India. Amritsar was founded in 1577 by the fourth Sikh guru, Guru Ram Das.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6213305,\"Long\":74.8783582,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Golden_Temple_974_1504779154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1897,\"Title\":\"Wagah Border\",\"Description\":\"Wagah is a village situated in Lahore District, Punjab, Pakistan and serves as a goods transit terminal and a railway station between Pakistan and India, and lies on the old Grand Trunk Road between Lahore, Punjab, Pakistan and Amritsar, India\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Wagah_Border_974_1504779463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":739,\"Title\":\"Jallianwala Bagh\",\"Description\":\"The Jallianwala Bagh massacre, also known as the Amritsar massacre, took place on 13 April, 1919 when a crowd of non-violent protesters, along with Baishakhi pilgrims, who had gathered in Jallianwala\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6206437,\"Long\":74.8801088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Jallianwala_Bagh_974_1504779349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null}]}},{\"CityId\":974,\"Title\":\"Amritsar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":974,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":974,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":974,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1046,\"Title\":\"Mall Road\",\"Description\":\"Mall Road is the main street in Shimla.It was Constructed during British colonial rule the Mall road is located a level below the ridge. Locals and tourists are often found strolling on the road in the evenings because except emergency vehicles no automobiles  are allowed on this road. The offices of municipal corporation fire service and police headquarters are located here. The road has a number of showrooms department stores shops restaurants and cafes.The market is going to keep you very busy and extremely happy.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.105372,\"Long\":77.1702285,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Mall_Road_1_1518420679.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":702,\"Title\":\"Indian Institute Of Advanced Study\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1036203,\"Long\":77.1411461999999,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6735\\/thumb\\/Indian Institute Of Advanced Study_481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":736,\"Title\":\"Jakhoo Temple\",\"Description\":\"Jakhoo Temple is an ancient temple in Shimla dedicated to Hindu deity Hanuman.It is believed that this temple holds the footprints of Lord Hanuman. Jhakoo Temple is located on the Jakhoo Hill which is 2.5 km from the Ridge. It offers a beautiful views of the Shivalik Mountains and the nearby town of Sanjauli.According to Legends  Lord Hanuman stopped there to rest while he was searching for the Sanjivni Booti to revive Lakshmana in the Epic Ramayana. Every year  a big festival is held in the Temple on Dussehra.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.1013414,\"Long\":77.1835041,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Jakhoo_Temple_1_1518244811.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":7433,\"Title\":\"Kufri, Shimla, Himachal Pradesh, India\",\"Description\":\"Kufri is a small hill station in Shimla district of Himachal Pradesh state in India. It is located 20 km from the state capital Shimla on the National Highway No.22.\\r\\nThe name Kufri is derived from the word kufr meaning &amp;quot;lake&amp;quot; in the local language.\\r\\nThe highest point in the surrounding region, Kufri has a Himalayan wildlife zoo which hosts rare antelopes, felines and birds including the Himalayan monal, the state bird of Himachal Pradesh until 2007. During winter a meandering path through the potato plantations turns into a popular ski track.\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/1\\/sightseeing\\/Kufri,_Shimla,_Himachal_Prades_1_1543819652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1607,\"Title\":\"Shri Sankat Mochan Hanuman Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1,\"CityName\":\"Shimla\",\"Lat\":31.0257694,\"Long\":77.1312518,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/78\\/thumb\\/Shri Sankat Mochan Hanuman Temple_962.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":168,\"Title\":\"Beas River\",\"Description\":\"Beas River also known as the Bias.The river rises in the Himalayas in central Himachal Pradesh.Its total length is 470 kilometres and its drainage basin is 20303 square kilometres large.The Beas forms the world famous valleys of Kullu and Kangra. The great thinker and r of the Mahabharta Maharishi Vyas meditated at this spot. The river after passing through dense evergreen forests reaches the town of Kullu.The world famous tourist resort of Manali is situated on the right banks of the river Beas. The attraction of the Beas river has been so great that whoever came here remained to stay.Tourists can also enjoy  rafting biking cycling and trekking here.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Beas_River_16593_1518440248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22242,\"Title\":\"Hanogi Mata Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.6901582,\"Long\":77.1295494,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2403,\"Title\":\"Kullu\",\"Description\":\"Kullu, known as the Valleys of God is a popular tourist destination, is an open valley with panoramic views and majestic hills covered with Deodar and Pine trees. Situated at an altitude of 1230 meters, Kullu is a nature lover paradise and it is also popular as a sister town to Manali which is on much higher altitude and provides more scenic views. Tourists coming to Kullu and Manali can indulge in a lot of adventure sports activities like river rafting, trekking, mountaineering, paragliding, hiking etc.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.957851,\"Long\":77.1094597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Kullu_16593_1521527919.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1303,\"Title\":\"Pandoh Dam\",\"Description\":\"Pandoh Dam lies in the Mandi district of Himachal Pradesh, which is constructed on Beas River. The primary purpose of Pandoh Dam is hydroelectric power generation.The visitors travelling to Manali get a perfect location near the dam to click great pictures as the location is highly picturesque and full of lush greenery. Rafting is also done here, in the lower bed on a commercial basis.The place is an ideal spot for picnics as the surrounding area of the dam is somewhat isolated and hence provides the necessary tranquillity and serenity to the visitors.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.1048294,\"Long\":77.1733901,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Pandoh_Dam_16593_1518506375.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22647,\"Title\":\"Vaishno Devi Temple Kullu\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":31.9833648,\"Long\":77.1263233,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":362,\"Title\":\"Club House\",\"Description\":\"Club House is an entertainment zone, built in British-style and managed by the Himachal Pradesh Tourism Development Corporation (HPTDC). It is popular for indoor as well as outdoor activities like carrom, table tennis, pool and skating. For a relaxing day, head towards this place, which is easily reachable by bus or taxi. If sports are not on your mind, you may read some classics in the library or admire the pristine river that flows along the Club House. Do not miss to enjoy a sip of tea or coffee and relish delicious snacks at the in-house restaurant.\\r\\n\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547788,\"Long\":77.1818787,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/21_1517998870.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":630,\"Title\":\"Hadimba Temple\",\"Description\":\"Hadimba Devi Temple is an ancient cave temple dedicated to Hidimbi Devi wife of Bhima a figure in the Indian epic Mahabharat.It is constructed over a huge rock which is worshipped as a representation of Hidimba.It is surrounded by a cedar forest at the foot of the Him\\u0101layas. The interior of the temple is maintained at its original earthen glory much in keeping with undisturbed natural beauty that surrounds the temple.The temple is a small heaven set aside in the dells of the Manali Valley and is a revered religious as well as tourist spot.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Hadimba_Temple_16593_1518442462.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":719,\"Title\":\"Jagatsukh\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2433882,\"Long\":77.1891286,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/182\\/thumb\\/Jagatsukh_18.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1781,\"Title\":\"Tibetan Monastery\",\"Description\":\"Tibetan monastery is famous for weaving different and colourfull carpets.It is one of the major tourist spot in Manali. Tibetan monastery is one of the oldest and famous place in Manali.There is the statue of Lord Buddha  presides in the monastery. The architecture of the monastery represents the Tibetan style of architecture designed with hued frescoes. The major attraction of the monastery is the handicrafts of Tibetan artistry and the carpets that are woven and sold in the monastery.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2432415,\"Long\":77.1893835,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Tibetan_Monastery_16593_1518523086.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1860,\"Title\":\"Vashisht Temple\",\"Description\":\"Vashisht Temple is located at a distance of 4km from manali bus stop.The Temple is dedicated to sage Vashisht who was the kula guru of Lord Rama.The temple was once a meditation place for Vashishta Maharshi. It is among the most famous places to visit in Manali.The temple is believed to be more than 4000 years old.In the templethere is a black stone image of the Rishi wearing dhoti.The temple is decorated with excellent and beautiful carvings on wood and the interior of the temple is rather traditional which is ornamented with antique painting and figures. It is believed that when Laxman came to take the help of Vashishta muni for Ashwa megha yaga to warm up the cold place the  muni fired an arrow to the ground from where hot water spring gushed out. Till now there is a belief that the water here is having medicinal values.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2547483,\"Long\":77.1908861,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Vashisht_Temple_16593_1518500132.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":907,\"Title\":\"Kothi Gorge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1078,\"Title\":\"Marhi\",\"Description\":\"Gulaba is a small village near Manali which is located on the road to Rohtang pass. Named after Raja Gulab Singh of Kashmir, the village of Gulaba is flanked by the picturesque beauty of snow covered mountains, grasslands and the Beas river that washes away its landscapes. Owing to such an amazing topography. Being reputed as a heavy snowfall region, the landscapes of Gulaba have turned out to be a hub for adventure sports.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2396325,\"Long\":77.1887145,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Marhi_16593_1504697169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3518,\"Title\":\"Solang Valley\",\"Description\":\"Solang is a beautiful valley situated at a distance of about 13km from Manali. It offers a beautiful view of glaciers and snow capped mountains. It is a perfect place for skiing because the valley has fine ski slopes.There is a  guest house of the Atal Bihari Vajpayee Institute of Mountaineering and Allied Sports Manali is based here. This institute is the venue for winter skiing festival and also offers training in skiing to the tourists.The area also has a number of trekking and camping options making it a favorite amongst adventurers and thrill seekers.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.3131482,\"Long\":77.1634096,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Solang_Valley,_Burwa,_Himachal_16593_1518435134.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3512,\"Title\":\"Jawala Ji Temple\",\"Description\":\"The Jwalamukhi Temple in Kangra District of Himachal is considered extremely sacred for theHindus, dedicated to GoddessJwalamukhI- the deity of Flaming Mouth. It is one of the Shaktipeeths, the place where the tongue of Sati fell at the time of self-sacrifice. She manifested in nine flames that are named as Mahakali, Annapurna, Chandi, Hinglaj, Vindhya Vasini, Mahalakshmi, Saraswati, Ambika and Anji Devi respectively. It is also known as  temple of the Goddess of Light or the Flaming Goddess. The temple comes alive with Navaratra celebrations and colourful fairs every year. The Mughal Emperor Akbar installed a gold parasol and Maharaja Ranjit Singh had the dome gilded.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":31.8750716,\"Long\":76.3214463,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Jawala_Ji_Temple_7824_1518428361.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":3532,\"Title\":\"Kangra Art Museum\",\"Description\":\"The Kangra Art Museum is a must visit place for art lovers and history buffs, having a great collection which embodies various cultures especially that of the Tibetans. The place is attractive not only for the wealth of information that it can offer on the region&amp;rsquo;s past, but also for the pleasant location. As it is located at the center of Dharamshala in the quaint state of Himachal Pradesh.\\r\\nThis museum contains a lot of artifacts which includes ancient coins, glinting weapons and stunning sculptures. The prime attraction of the museum are the miniature paintings from the Kangra school, and Chamba rumal embroideries, along with traditional costumes and photos from 1905 earthquake of Kangra.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.0885837,\"Long\":76.256239,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/KANGRA_ARTS_MUSEUM_7824_1518441812.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1901,\"Title\":\"War Memorial\",\"Description\":\"Dharamsala War Memorial is a major attraction to the guests to Dharamsala, built in remembrance of the brave soldiers who sacrificed their lives for the country. It is surrounded by the beautiful gardens and a trail of pine trees, located just at the entrance of Dharamsala.\\r\\nThe panels of black marble here holds the names of those brave souls who lost lives to guard the motherland in 1947, 1948, 1962, 1965, and 1971 peacekeeping missions. A visit can surely boost up the patriotic feelings at standing at a Memorial. There are many cafes and beverage spots nearby to this place, and it is a favorite hang out destination now for the locals and tourists.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2140742,\"Long\":76.3347838,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/War_Memorial_7824_1518244933.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":183,\"Title\":\"Bhagsunag Temple\",\"Description\":\"Bhagsunag Temple also known as Shiva Temple, is believed to be an ancient temple where Lord Shiva himself visited. Hence, this sacred temple is a much-worshipped place among the Hindu pilgrims for its exciting history and sacredness. Thus, the Bhagsu Nag Temple is a must visit for all. The flowing water of the Bhagsu Falls fills the small pool where people come to have a cool dip and fun. The Shiva temple has a bell at the entrance and plenty of inions on the walls and the pillars along with four bells of different sizes hanging inside of the temple. There are plenty of small stalls that serve some tea, cold drinks besides eatables like noodles, sandwiches, etc.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.244594,\"Long\":76.312183,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Temple_7824_1518420355.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":184,\"Title\":\"Bhagsunag Waterfall\",\"Description\":\"Bhagsu Waterfall is one of the beautiful streams in the destination and it has a cascade of 30 feet during monsoons. The water of the fall flows through the temple of Bhagsunath into the pools where devotees take a holy dip to get rid of their miseries.The mountain side of the fall is among the highlights of the tourist spot, decorated with slate graffiti.\\r\\nThe Bhagsu waterfall also called the Bhagsunag waterfalls is one such beautiful place visitor will be refreshed by the mere sight of this treasure which has overwhelming hills, refreshing greenery and craggy rocks.This Picturesque scenery will not miss by an artist, a nature lover or photographer.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.1805176,\"Long\":76.2826675,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Bhagsunag_Waterfall_7824_1518420128.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":394,\"Title\":\"Dal Lake\",\"Description\":\"Dal lake is filled with greenish water, attracts various and innumerable tourists from all over the world because of its panoramic view and the much-felt serenity. This beautiful lake is surrounded by lush green Deodar forests at an altitude of 1,775 metres. It is mostly visited by tourist during the month of September as a fair is organized here. The tourists can offer their prayers to Lord Shiva at the temple dedicated to him on the banks of the lake. One can also enjoy facilities, includes boat ride, fishing and trekking. It is a major attraction for trekkers as it serves as a base camp for several trekking expeditions.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2196772,\"Long\":76.3209345,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Dal_Lake_7824_1518442445.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":2847,\"Title\":\"Mcleodganj\",\"Description\":\"McLeod Ganj is a suburb of Dharamshala in Kangra district of Himachal Pradesh, India. It is known as &quot;Little Lhasa&quot; or &quot;Dhasa&quot; because of its large population of Tibetans. The Tibetan government-in-exile is headquartered in McLeod Ganj.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.2426,\"Long\":76.3213,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/36_1515842973.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1193,\"Title\":\"Namgyal Monastery\",\"Description\":\"The Namgyal Monastery was first established in 1575 by the 3rd Dalai Lama in Tibet and was relocated to Dharamshala in 1959. It currently houses around 200 Tibetan monks, who help preserve the monastery&amp;#039;s ancient rituals, traditions and artistic skills. The study of Buddhism includes modern studies of both Tibetan and English language, study of Sutra and Tantra texts, Buddhist Philosophy, making butter sculptures, torma offerings, sand mandalas, playing various ritual musical instruments, ritual chanting, and dances. It is also work as a centre for learning and meditation. The beauty of this monastery is so evident that even those who are not particularly inclined towards this religion will be fascinated by the imposing figures of the Buddha.\",\"CurrencyType\":0,\"CityId\":7824,\"CityName\":\"Dharamshala\",\"Lat\":32.232806,\"Long\":76.3245099,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7824\\/sightseeing\\/Namgyal_Monastery_7824_1518442325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":290,\"Title\":\"Chamba\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.53,\"Long\":75.98,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1063\\/thumb\\/Chamba_45.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1670,\"Title\":\"St. John&#039;s Church\",\"Description\":\"St.John&amp;rsquo;s Church is the oldest church of the town that carries enormous historical significance.It was constructed during the British rules in India,this church established by the Protestant missionaries.Located between beautiful natural backdrop,this church is one of the most visited churches of the town.In addition,this church has the British style building made of wood and bricks.This church provides services every Sunday.It is an open for visitors five days in a week.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5356379,\"Long\":75.9680952,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7478\\/sightseeing\\/St._John&#039;s_Church_7478_1550663830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":871,\"Title\":\"Khajjiar Lake\",\"Description\":\"Encircled by lush green deodar forests, Khajjiar Lake is a natural splendour, located at an elevation of 1920 mtrs. Among the best places to visit in Himachal Pradesh, it is ideal for reinvigoration of mind and body. The major attraction of the place is the island that floats, which is actually a cluster of grass growing on the lake surface. Khajjiar Lake is mostly visited by locals and tourists for day picnics, paragliding, zorbing, and horse riding. On a sunny day, one can also enjoy the mesmerizing views of Mount Kailash from the lake.\",\"CurrencyType\":0,\"CityId\":7478,\"CityName\":\"Dalhousie\",\"Lat\":32.5463519,\"Long\":76.057958,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1062\\/thumb\\/Khajjiar Lake_405.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":22243,\"Title\":\"Amritsar\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":580,\"Title\":\"Golden Temple\",\"Description\":\"Sri Harmandir Sahib, also Sri Darbar Sahib, informally referred to as the Golden Temple, is the holiest Gurdwara of Sikhism, located in the city of Amritsar, Punjab, India. Amritsar was founded in 1577 by the fourth Sikh guru, Guru Ram Das.\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6213305,\"Long\":74.8783582,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Golden_Temple_974_1504779154.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":1897,\"Title\":\"Wagah Border\",\"Description\":\"Wagah is a village situated in Lahore District, Punjab, Pakistan and serves as a goods transit terminal and a railway station between Pakistan and India, and lies on the old Grand Trunk Road between Lahore, Punjab, Pakistan and Amritsar, India\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6339793,\"Long\":74.8722642,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Wagah_Border_974_1504779463.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null},{\"RefSSId\":739,\"Title\":\"Jallianwala Bagh\",\"Description\":\"The Jallianwala Bagh massacre, also known as the Amritsar massacre, took place on 13 April, 1919 when a crowd of non-violent protesters, along with Baishakhi pilgrims, who had gathered in Jallianwala\",\"CurrencyType\":0,\"CityId\":974,\"CityName\":\"Amritsar\",\"Lat\":31.6206437,\"Long\":74.8801088,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/974\\/sightseeing\\/Jallianwala_Bagh_974_1504779349.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":7791,\"SupplierName\":\"OCIO HOLIDAYS PVT. LTD.\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"220011\",\"Title\":\"Chandigarh Airport\\/Railway Station \\u2013 Shimla (113Km 3-4 Hours)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Arrive Chandigarh and process to Shimla, Check in to the Hotel and evening free for leisure, overnight stay at hotel. Shimla: former summer capital of British India &amp; now a capital of Himachal Pradesh, set amidst the snowcapped shivalik mountain ranges offering some stunning views of the mighty Himalayas, it is surrounded by pine deodar, oak and rhododendron forests. Towards the north lie the snow-covered high-ranges, while the valleys breathe whispering streams and swaying fields. Shimla offers a variety of shopping, sport and entertainment activities. Arrive Shimla Check in to the Hotel. Rest of the day is at leisure, evening enjoy at mall road. Later back to hotel. Overnight stay at hotel in Shimla.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":1046,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220014\",\"Title\":\"Shimla Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast proceed to half day city tour visiting Indian Institute of Advanced Studies, Sankat Mochan Temple and Jakhu temple, Afternoon visit to excursion tour of Kufri. Kufri Valley - located 16 kms from Shimla, it commands a panoramic view of the majestic Himalayas. Rest of the day is free to explore Shimla&rsquo;s famous Mall Road. Visit Shimla church &amp; Lakkad Bazar. Overnight in Shimla.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":702,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":736,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1046,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1607,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220017\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220020\",\"Title\":\"Shimla \\u2013 Manali (247Kms\\/6 to 7 hrs.)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast proceed to Manali. On arrival we visit Shawl Factory, Pandoh Dam, Hanogimata Temple, Vaishnomata Temple. Manali: at the northern end of the Kullu Valley in Himachal Pradesh, is a hill station situated at a height of 2050 m (6398 ft) in the Himalayas. Situated on the Beas river (Vyaas in Hindi) and near its source, it is a popular tourist spot for Indians in summer and a magical, snow-covered place in winter. A staging point for a number of treks (Beas Kund, Chandrakhani Pass) and sports such as white-water rafting, Manali is also on the road to Ladakh via the valley of Lahaul and Spiti and rohtang pass which is main attraction near manali. Arrive at Manali and check in the hotel,Rest of the day is at leisure to visit the local markets overnight stay at hotel at Manali.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":168,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2403,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1303,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":22647,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220023\",\"Title\":\"Manali Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast visit HADIMBA, Jagatsukh, NICHOLAS ROERICH ART GALLERY, Club House, Tibetan Monastery, Vashisht Temple Evening you can enjoy at mall road, later back to hotel. Free for leisure. Overnight stay at hotel at Manali.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":362,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":719,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1781,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1860,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220026\",\"Title\":\"Manali \\u2013 Rohtang pass Snow point (51Kms)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After early breakfast visit to excursion visiting Rohtang Pass - (Upto Snow Line in case Rohtang is closed due to snow fall), Kothi Gorge, Gulaba, Solang Valley, Marhi Later back to hotel evening free for leisure, overnight stay at hotel Manali.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":907,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1078,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1485,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3518,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220029\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16593,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220032\",\"Title\":\"Day 6 Manali \\u2013 Dharamshala (235Kms\\/6 to 7 Hrs.)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>After breakfast check out from hotel, drive to Dharamshala On route visit Jawala ji Temple, Kangra Museum, Kangra Fout, war memorial, Arrive Dharamshala and check in at hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":3512,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3532,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1901,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220035\",\"Title\":\"Dharamshala Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>After breakfast proceed dharamshala sightseeing Baijnath temple, Namgyal Monastery, McLeod Ganj, Dal Lake, Bhagsu Falls Overnight stay at hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":183,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":184,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":394,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2847,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1193,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220038\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7824,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220041\",\"Title\":\"Day 8  Dharamshala \\u2013 Dalhousie (130kms \\/ 04 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":8,\"Program\":\"<p>After early breakfast drive to Dalhousie, Dalhousie is a hill station in Chamba district, in the northern state of Himachal Pradesh, India. It is situated on 5 hills and has an elevation of 1,970 meters above sea level. On route visit panchpula, St. John&#39;s Church Checking hotel and visit to excursion visiting, overnight stay at hotel.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":290,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1670,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220044\",\"Title\":\"Dalhousie Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":9,\"Program\":\"<p>After breakfast process to khajjiar, Khajjiar - 25 kms from. Dalhousie. It&rsquo;s one of the most scenic saucer shaped Plateau and is surrounded by dense pine and deodar forests, its beauty has further been enhanced by a small lake in the center with a floating island and 9-hole golf course here are the other interesting places to cover. Return to Dalhousie and overnight stay at Dalhousie.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":871,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220047\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7478,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220050\",\"Title\":\"Dalhousie \\u2013 Amritsar (207Kms\\/04-05 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":10,\"Program\":\"<p>After early breakfast drive to Amritsar, Amritsar is a city in the northwestern Indian state of Punjab, 28 kilometers from the border with Pakistan. At the center of its walled old town, the gilded Golden Temple (Harmandir Sahib) is the holiest gurdwara (religious complex) of the Sikh religion. It&rsquo;s at the end of a causeway, surrounded by the sacred Amrit Sarovar tank (lake), where pilgrims bathe. Checking hotel and visit to excursion visiting Wagha border to attend flag down ceremony Return to Amritsar and overnight stay<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":974,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22243,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1897,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220053\",\"Title\":\"Amritsar Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":11,\"Program\":\"<p>After breakfast proceed Amritsar sightseeing Golden Temple, Jalianwala Baugh Return to Amritsar and overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":974,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":580,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":739,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1897,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"220056\",\"Title\":\"Amritsar \\u2013 Amritsar Airport\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>After Breakfast proceed to Amritsar International Airport\\/railway station. On departure the tour concludes with happy memories.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":974,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Type\":\"Deluxe\",\"Id\":3},{\"Type\":\"Luxury\",\"Id\":4},{\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"30941\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"30942\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"30943\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-01-03\",\"To\":\"2022-02-10\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-20\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":28000,\"priceExtraBed\":\"14000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"4000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\\r\\n\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In case client wishes to prepone \\/postpone his or her travel dates, we request you to kindly reach us 15 days prior to journey date via e-mail\\/SMS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The customers can prepone \\/postpone their tour once without any additional charges (if intimated before 15 days of travel date in written). However postponing &amp;amp; preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Also note that few service providers (Hoteliers, Transporter etc.) may apply postpone\\/prepone charges even after meeting above requirement. In such cases postpone\\/prepone charges will deducted from the advance amount deposited.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;We do not accept any changes in plan within 15 days of travel date. However in rare cases like adverse climatic conditions or strikes, package can be postponed which will be intimated to you beforehand.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The advance payment and the invoice Number allotted to you, are transferable i.e. you can pass on your booking to any of your friends\\/ relatives. (Please Note: In order to transfer your booking you must meet the above terms and conditions first).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of flight cancellation due to bad weather, ill health, and roadblocks and\\/or any factors beyond control.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsp;travelled&amp;nbsp;the length and breadth of these regions repeatedly, just to ensure that our clients are visiting the right places at the right time on the right days, eating hygienic &amp;amp; tasty food, staying at the best properties which are cheap and fantastic as well. We have every answer to your query pertaining to the destinations.&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"220011\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[220011],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"220014\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[220014],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220017\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220017],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220020\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[220020],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"2\"]}},\"220023\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[220023],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220026\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[220026],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220029\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[220029],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220032\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[220032],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220035\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[220035],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220038\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[220038],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220041\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[220041],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220044\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[220044],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220047\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[220047],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220050\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[220050],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220053\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[220053],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"220056\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[220056],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"FlightData\":[]}}', 'Shimla,Manali,Dharamshala,Dalhousie,Amritsar', 'Shimla,Himachal Pradesh,Indian Subcontinent,North India,India,Manali,Dharamshala,Dalhousie,Amritsar,Punjab,Chandigarh', NULL, '1,16593,7824,7478,974', 14000, 14000, 11, NULL, NULL, 2, 'Holidays', 0, '2022-01-31 00:00:00', '2022-03-31 00:00:00', '2022-03-31 00:00:00', 3, 'India', '101', '2022-01-31 00:00:00', '2022-01-31 00:00:00', 1, 1, '1', '1', '0', NULL, NULL, NULL, NULL, '11-nights-12-days-himachal-package-chandigarh-shimla-(02)-manali-(03)-dharamshala-(02)-dalhousie-(02)-amritsar-(02)', NULL, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `tb_tbb2c_packages_master_old`
--

CREATE TABLE `tb_tbb2c_packages_master_old` (
  `PkgSysId` bigint(20) NOT NULL,
  `GTXPkgId` bigint(20) NOT NULL,
  `GTXPkgSourceId` smallint(6) NOT NULL,
  `AgencySysId` bigint(20) NOT NULL,
  `IsFeatured` int(11) NOT NULL,
  `lastMinuteDeal` int(11) DEFAULT NULL,
  `DisplayIndex` smallint(6) NOT NULL,
  `PackageCategory` text DEFAULT NULL,
  `ShortJsonInfo` text DEFAULT NULL,
  `ItemType` tinyint(4) DEFAULT 0,
  `PackageType` tinyint(4) DEFAULT 0,
  `PackageSubType` tinyint(4) DEFAULT 0,
  `LongJsonInfo` longtext NOT NULL,
  `Destinations` varchar(2000) NOT NULL,
  `PackageSearchString` varchar(2000) NOT NULL,
  `HotDeal` varchar(255) DEFAULT NULL,
  `DestinationsId` varchar(200) NOT NULL,
  `MinPrice` decimal(18,0) NOT NULL,
  `MaxPrice` decimal(18,0) NOT NULL,
  `Nights` smallint(6) NOT NULL,
  `Image` varchar(255) DEFAULT NULL,
  `MainImage` varchar(255) DEFAULT NULL,
  `MinPax` smallint(6) NOT NULL,
  `PackTypeMask` varchar(50) NOT NULL,
  `PackRangeType` smallint(6) NOT NULL,
  `PkgValidFrom` datetime NOT NULL,
  `PkgValidUntil` datetime NOT NULL,
  `BookingValidUntil` datetime NOT NULL,
  `StarRating` tinyint(4) NOT NULL,
  `Countries` mediumtext NOT NULL,
  `CountryIds` varchar(255) NOT NULL,
  `UpdateDate` datetime NOT NULL,
  `CreateDate` datetime NOT NULL,
  `CreatedBy` bigint(20) NOT NULL,
  `UpdatedBy` bigint(20) NOT NULL,
  `IsPublish` enum('1','0') NOT NULL DEFAULT '0',
  `IsActive` enum('1','0') NOT NULL DEFAULT '0',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `Keyword` text DEFAULT NULL,
  `Description` text DEFAULT NULL,
  `Metatag` text DEFAULT NULL,
  `broucher` varchar(256) DEFAULT NULL,
  `oldPrice` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan`
--

CREATE TABLE `tb_traavelplan` (
  `TPSysId` int(11) NOT NULL,
  `code` varchar(1000) DEFAULT NULL,
  `MasterTpSysId` int(11) DEFAULT NULL,
  `AgencySysId` int(11) DEFAULT NULL,
  `UserSysId` int(11) DEFAULT NULL,
  `CustomerSysId` int(11) DEFAULT NULL,
  `StartDate` date DEFAULT NULL,
  `StartCityId` int(11) DEFAULT NULL,
  `StartCity` varchar(36) DEFAULT NULL,
  `EndCityId` int(11) DEFAULT NULL,
  `EndCity` varchar(36) DEFAULT NULL,
  `TotalAdult` int(11) DEFAULT NULL,
  `TotalChild` int(11) DEFAULT NULL,
  `TotalInfant` int(11) DEFAULT NULL,
  `StartContId` int(11) DEFAULT NULL,
  `EndContId` int(11) DEFAULT NULL,
  `IsActive` enum('1','0') DEFAULT NULL,
  `IsMarkForDel` enum('1','0') DEFAULT NULL,
  `UpdateDate` timestamp NULL DEFAULT current_timestamp(),
  `query_type` enum('1','0') DEFAULT '1',
  `packageName` varchar(256) DEFAULT NULL,
  `noofNights` int(11) DEFAULT 0,
  `extraMarkUp` varchar(100) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan_destination`
--

CREATE TABLE `tb_traavelplan_destination` (
  `Id` int(11) NOT NULL,
  `TPSysId` int(11) DEFAULT NULL,
  `Seq` int(11) DEFAULT NULL,
  `destName` varchar(255) DEFAULT NULL,
  `NoDay` int(11) DEFAULT NULL,
  `CitySysId` int(11) DEFAULT NULL,
  `StartDate` date DEFAULT NULL,
  `EndDate` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan_hotel_selected`
--

CREATE TABLE `tb_traavelplan_hotel_selected` (
  `hotelSId` int(11) NOT NULL,
  `TPSysId` int(11) DEFAULT NULL,
  `optionNo` int(11) DEFAULT NULL,
  `selected_hotelId` int(11) DEFAULT NULL,
  `price` int(11) DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0',
  `DestinationId` int(11) DEFAULT NULL,
  `RoomTypeId` int(11) DEFAULT NULL,
  `MealPlanId` int(11) DEFAULT NULL,
  `Adult` int(11) DEFAULT NULL,
  `AdultExtraBed` int(11) DEFAULT NULL,
  `ChildWithBed` int(11) DEFAULT NULL,
  `ChildWithOutBed` int(11) DEFAULT NULL,
  `Infent` int(11) DEFAULT NULL,
  `IsSelected` enum('1','0') DEFAULT NULL,
  `startDate` date DEFAULT NULL,
  `endDate` date DEFAULT NULL,
  `noofNights` int(11) DEFAULT NULL,
  `destSeq` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan_itinerary`
--

CREATE TABLE `tb_traavelplan_itinerary` (
  `it_Id` int(11) NOT NULL,
  `TPSysId` int(11) DEFAULT NULL,
  `it_day` varchar(100) DEFAULT NULL,
  `it_title` varchar(100) DEFAULT NULL,
  `it_description` text DEFAULT NULL,
  `cityId` int(11) DEFAULT NULL,
  `CityName` varchar(100) DEFAULT NULL,
  `contId` int(11) DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan_sightseeings`
--

CREATE TABLE `tb_traavelplan_sightseeings` (
  `sid` int(11) NOT NULL,
  `TPSysId` int(11) DEFAULT NULL,
  `SSSysId` int(11) DEFAULT NULL,
  `Title` varchar(500) DEFAULT NULL,
  `CitySysId` int(11) DEFAULT NULL,
  `day` int(11) DEFAULT NULL,
  `Description` text DEFAULT NULL,
  `Image` varchar(256) DEFAULT NULL,
  `sightseeingType` int(11) DEFAULT NULL,
  `isActive` enum('0','1') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan_tnc`
--

CREATE TABLE `tb_traavelplan_tnc` (
  `tncId` int(11) NOT NULL,
  `TPSysId` int(11) DEFAULT NULL,
  `inclusion` text DEFAULT NULL,
  `exclusion` text DEFAULT NULL,
  `tnc` text DEFAULT NULL,
  `travel_basics` text DEFAULT NULL,
  `booking_term` text DEFAULT NULL,
  `why_choose_us` text DEFAULT NULL,
  `cancellation_policy` text DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan_tnc_master`
--

CREATE TABLE `tb_traavelplan_tnc_master` (
  `travTncId` int(11) NOT NULL,
  `agencySysId` int(11) DEFAULT NULL,
  `inclusion` text DEFAULT NULL,
  `exclusion` text DEFAULT NULL,
  `tnc` text DEFAULT NULL,
  `travel_basics` text DEFAULT NULL,
  `booking_term` text DEFAULT NULL,
  `why_choose_us` text DEFAULT NULL,
  `cancellation_policy` text DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsmarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_traavelplan_vehicles`
--

CREATE TABLE `tb_traavelplan_vehicles` (
  `vehicleId` int(11) NOT NULL,
  `TPSysId` int(11) DEFAULT NULL,
  `VehName` varchar(255) DEFAULT NULL,
  `RouteName` varchar(255) DEFAULT NULL,
  `Capacity` int(11) DEFAULT NULL,
  `Noofnights` int(11) DEFAULT NULL,
  `count_cost` int(11) DEFAULT NULL,
  `IsActive` enum('1','0') DEFAULT '1',
  `IsMarkForDel` enum('1','0') DEFAULT '0',
  `TotalAdult` int(11) DEFAULT NULL,
  `TotalChild` int(11) DEFAULT NULL,
  `TotalInfent` int(11) DEFAULT NULL,
  `RouteVechSysId` int(11) DEFAULT NULL,
  `VehicleSysId` int(11) DEFAULT NULL,
  `StartCitySysId` int(11) DEFAULT NULL,
  `DestCityId` int(11) DEFAULT NULL,
  `VehSysId` int(11) DEFAULT NULL,
  `SEQ` int(11) DEFAULT NULL,
  `CityName` varchar(255) DEFAULT NULL,
  `EndCityName` varchar(255) DEFAULT NULL,
  `RouteSysId` int(11) DEFAULT NULL,
  `TransType` varchar(255) DEFAULT NULL,
  `TransTypeCat` varchar(255) DEFAULT NULL,
  `startDate` date DEFAULT NULL,
  `endDate` date DEFAULT NULL,
  `selected_quantity` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_transport_route`
--

CREATE TABLE `tb_transport_route` (
  `transport_route_id` int(11) NOT NULL,
  `RouteSysId` bigint(20) DEFAULT NULL,
  `RouteName` varchar(250) DEFAULT NULL,
  `SupplierSysId` bigint(20) DEFAULT NULL,
  `Title` varchar(250) DEFAULT NULL,
  `Description` varchar(500) DEFAULT NULL,
  `StartCitySysId` bigint(20) DEFAULT NULL,
  `Noofnights` int(11) DEFAULT NULL,
  `CityName` varchar(50) DEFAULT NULL,
  `EndCityName` varchar(50) DEFAULT NULL,
  `category` text DEFAULT NULL,
  `cityIncludes` text DEFAULT NULL,
  `SSIncludes` text DEFAULT NULL,
  `EndCitySysId` int(11) DEFAULT NULL,
  `IsActive` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('1','0') NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `tb_travelplan_hotel`
--

CREATE TABLE `tb_travelplan_hotel` (
  `Id` int(11) NOT NULL,
  `HotelId` int(11) DEFAULT NULL,
  `hotelName` varchar(256) DEFAULT NULL,
  `DestinationId` int(11) DEFAULT NULL,
  `RoomTypeId` int(11) DEFAULT NULL,
  `MealPlanId` int(11) DEFAULT NULL,
  `Adult` int(11) DEFAULT NULL,
  `AdultExtraBed` int(11) DEFAULT NULL,
  `ChildWithBed` int(11) DEFAULT NULL,
  `ChildWithOutBed` int(11) DEFAULT NULL,
  `Infent` int(11) DEFAULT NULL,
  `IsSelected` enum('0','1') DEFAULT NULL,
  `TpsysId` int(11) DEFAULT NULL,
  `destsysId` int(11) DEFAULT NULL,
  `IsActive` enum('1','0') DEFAULT NULL,
  `IsMarkForDel` enum('1','0') DEFAULT NULL,
  `startDate` date DEFAULT NULL,
  `endDate` date DEFAULT NULL,
  `noofNights` int(11) DEFAULT NULL,
  `destSeq` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin_user`
--
ALTER TABLE `admin_user`
  ADD PRIMARY KEY (`user_id`);

--
-- Indexes for table `tbl_agent_query`
--
ALTER TABLE `tbl_agent_query`
  ADD PRIMARY KEY (`queryId`);

--
-- Indexes for table `tbl_blog`
--
ALTER TABLE `tbl_blog`
  ADD PRIMARY KEY (`BlogId`);

--
-- Indexes for table `tbl_comments`
--
ALTER TABLE `tbl_comments`
  ADD PRIMARY KEY (`commentId`);

--
-- Indexes for table `tbl_common_box`
--
ALTER TABLE `tbl_common_box`
  ADD PRIMARY KEY (`common_id`);

--
-- Indexes for table `tbl_contactus`
--
ALTER TABLE `tbl_contactus`
  ADD PRIMARY KEY (`sid`);

--
-- Indexes for table `tbl_contactus_old`
--
ALTER TABLE `tbl_contactus_old`
  ADD PRIMARY KEY (`sid`);

--
-- Indexes for table `tbl_countries`
--
ALTER TABLE `tbl_countries`
  ADD PRIMARY KEY (`contSysId`);

--
-- Indexes for table `tbl_currency`
--
ALTER TABLE `tbl_currency`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_currency_rate`
--
ALTER TABLE `tbl_currency_rate`
  ADD PRIMARY KEY (`cid`);

--
-- Indexes for table `tbl_customer`
--
ALTER TABLE `tbl_customer`
  ADD PRIMARY KEY (`CustomerSysId`);

--
-- Indexes for table `tbl_customer_member`
--
ALTER TABLE `tbl_customer_member`
  ADD PRIMARY KEY (`CustomerMemberSysId`);

--
-- Indexes for table `tbl_customer_old`
--
ALTER TABLE `tbl_customer_old`
  ADD PRIMARY KEY (`CustomerSysId`);

--
-- Indexes for table `tbl_enquiry`
--
ALTER TABLE `tbl_enquiry`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_feedback`
--
ALTER TABLE `tbl_feedback`
  ADD PRIMARY KEY (`FeedbackId`);

--
-- Indexes for table `tbl_flight_booking`
--
ALTER TABLE `tbl_flight_booking`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_footer_links`
--
ALTER TABLE `tbl_footer_links`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_footer_management`
--
ALTER TABLE `tbl_footer_management`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_getaways`
--
ALTER TABLE `tbl_getaways`
  ADD PRIMARY KEY (`get_id`);

--
-- Indexes for table `tbl_home_promotion`
--
ALTER TABLE `tbl_home_promotion`
  ADD PRIMARY KEY (`promotionId`);

--
-- Indexes for table `tbl_hotel_booking`
--
ALTER TABLE `tbl_hotel_booking`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_my_query`
--
ALTER TABLE `tbl_my_query`
  ADD PRIMARY KEY (`query_id`);

--
-- Indexes for table `tbl_offers`
--
ALTER TABLE `tbl_offers`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `tbl_ourpartner`
--
ALTER TABLE `tbl_ourpartner`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_our_services`
--
ALTER TABLE `tbl_our_services`
  ADD PRIMARY KEY (`serviceId`);

--
-- Indexes for table `tbl_pack_type`
--
ALTER TABLE `tbl_pack_type`
  ADD PRIMARY KEY (`packType`);

--
-- Indexes for table `tbl_promotion_category`
--
ALTER TABLE `tbl_promotion_category`
  ADD PRIMARY KEY (`prom_cat_id`);

--
-- Indexes for table `tbl_query`
--
ALTER TABLE `tbl_query`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_regions`
--
ALTER TABLE `tbl_regions`
  ADD PRIMARY KEY (`sid`);

--
-- Indexes for table `tbl_regions(19_11_2019)`
--
ALTER TABLE `tbl_regions(19_11_2019)`
  ADD PRIMARY KEY (`sid`);

--
-- Indexes for table `tbl_seo`
--
ALTER TABLE `tbl_seo`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_social_links`
--
ALTER TABLE `tbl_social_links`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_states`
--
ALTER TABLE `tbl_states`
  ADD PRIMARY KEY (`StateSysId`);

--
-- Indexes for table `tbl_static_pages`
--
ALTER TABLE `tbl_static_pages`
  ADD PRIMARY KEY (`sid`);

--
-- Indexes for table `tbl_testimonials`
--
ALTER TABLE `tbl_testimonials`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_travelogues`
--
ALTER TABLE `tbl_travelogues`
  ADD PRIMARY KEY (`TravId`);

--
-- Indexes for table `tb_homebanner_detail`
--
ALTER TABLE `tb_homebanner_detail`
  ADD PRIMARY KEY (`banner_id`);

--
-- Indexes for table `tb_itinerary_description`
--
ALTER TABLE `tb_itinerary_description`
  ADD PRIMARY KEY (`ItineraryDesId`),
  ADD KEY `GtxRefId` (`GtxRefId`),
  ADD KEY `ItineraryDesId` (`ItineraryDesId`),
  ADD KEY `DestinationCity` (`DestinationCity`),
  ADD KEY `IsActive` (`IsActive`),
  ADD KEY `IsMarkForDel` (`IsMarkForDel`);

--
-- Indexes for table `tb_tbb2c_destinations`
--
ALTER TABLE `tb_tbb2c_destinations`
  ADD PRIMARY KEY (`DesSysId`),
  ADD UNIQUE KEY `DesSysId` (`DesSysId`);

--
-- Indexes for table `tb_tbb2c_destinations(old)`
--
ALTER TABLE `tb_tbb2c_destinations(old)`
  ADD PRIMARY KEY (`DesSysId`),
  ADD UNIQUE KEY `DesSysId` (`DesSysId`);

--
-- Indexes for table `tb_tbb2c_newsletter`
--
ALTER TABLE `tb_tbb2c_newsletter`
  ADD PRIMARY KEY (`news_letter_id`);

--
-- Indexes for table `tb_tbb2c_packages_master`
--
ALTER TABLE `tb_tbb2c_packages_master`
  ADD PRIMARY KEY (`PkgSysId`);
ALTER TABLE `tb_tbb2c_packages_master` ADD FULLTEXT KEY `PackageSearchString` (`PackageSearchString`);

--
-- Indexes for table `tb_tbb2c_packages_master_old`
--
ALTER TABLE `tb_tbb2c_packages_master_old`
  ADD PRIMARY KEY (`PkgSysId`);

--
-- Indexes for table `tb_traavelplan`
--
ALTER TABLE `tb_traavelplan`
  ADD PRIMARY KEY (`TPSysId`);

--
-- Indexes for table `tb_traavelplan_destination`
--
ALTER TABLE `tb_traavelplan_destination`
  ADD PRIMARY KEY (`Id`);

--
-- Indexes for table `tb_traavelplan_hotel_selected`
--
ALTER TABLE `tb_traavelplan_hotel_selected`
  ADD PRIMARY KEY (`hotelSId`);

--
-- Indexes for table `tb_traavelplan_itinerary`
--
ALTER TABLE `tb_traavelplan_itinerary`
  ADD PRIMARY KEY (`it_Id`);

--
-- Indexes for table `tb_traavelplan_sightseeings`
--
ALTER TABLE `tb_traavelplan_sightseeings`
  ADD PRIMARY KEY (`sid`);

--
-- Indexes for table `tb_traavelplan_tnc`
--
ALTER TABLE `tb_traavelplan_tnc`
  ADD PRIMARY KEY (`tncId`);

--
-- Indexes for table `tb_traavelplan_tnc_master`
--
ALTER TABLE `tb_traavelplan_tnc_master`
  ADD PRIMARY KEY (`travTncId`);

--
-- Indexes for table `tb_traavelplan_vehicles`
--
ALTER TABLE `tb_traavelplan_vehicles`
  ADD PRIMARY KEY (`vehicleId`);

--
-- Indexes for table `tb_transport_route`
--
ALTER TABLE `tb_transport_route`
  ADD PRIMARY KEY (`transport_route_id`);

--
-- Indexes for table `tb_travelplan_hotel`
--
ALTER TABLE `tb_travelplan_hotel`
  ADD PRIMARY KEY (`Id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `tbl_agent_query`
--
ALTER TABLE `tbl_agent_query`
  MODIFY `queryId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_blog`
--
ALTER TABLE `tbl_blog`
  MODIFY `BlogId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_comments`
--
ALTER TABLE `tbl_comments`
  MODIFY `commentId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_common_box`
--
ALTER TABLE `tbl_common_box`
  MODIFY `common_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbl_contactus`
--
ALTER TABLE `tbl_contactus`
  MODIFY `sid` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_contactus_old`
--
ALTER TABLE `tbl_contactus_old`
  MODIFY `sid` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_countries`
--
ALTER TABLE `tbl_countries`
  MODIFY `contSysId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `tbl_customer`
--
ALTER TABLE `tbl_customer`
  MODIFY `CustomerSysId` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_customer_member`
--
ALTER TABLE `tbl_customer_member`
  MODIFY `CustomerMemberSysId` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_customer_old`
--
ALTER TABLE `tbl_customer_old`
  MODIFY `CustomerSysId` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_enquiry`
--
ALTER TABLE `tbl_enquiry`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_feedback`
--
ALTER TABLE `tbl_feedback`
  MODIFY `FeedbackId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbl_flight_booking`
--
ALTER TABLE `tbl_flight_booking`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_footer_links`
--
ALTER TABLE `tbl_footer_links`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_footer_management`
--
ALTER TABLE `tbl_footer_management`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_getaways`
--
ALTER TABLE `tbl_getaways`
  MODIFY `get_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_hotel_booking`
--
ALTER TABLE `tbl_hotel_booking`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_my_query`
--
ALTER TABLE `tbl_my_query`
  MODIFY `query_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_offers`
--
ALTER TABLE `tbl_offers`
  MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbl_ourpartner`
--
ALTER TABLE `tbl_ourpartner`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_our_services`
--
ALTER TABLE `tbl_our_services`
  MODIFY `serviceId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbl_pack_type`
--
ALTER TABLE `tbl_pack_type`
  MODIFY `packType` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `tbl_query`
--
ALTER TABLE `tbl_query`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbl_regions`
--
ALTER TABLE `tbl_regions`
  MODIFY `sid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `tbl_regions(19_11_2019)`
--
ALTER TABLE `tbl_regions(19_11_2019)`
  MODIFY `sid` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_seo`
--
ALTER TABLE `tbl_seo`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_social_links`
--
ALTER TABLE `tbl_social_links`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `tbl_states`
--
ALTER TABLE `tbl_states`
  MODIFY `StateSysId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `tbl_static_pages`
--
ALTER TABLE `tbl_static_pages`
  MODIFY `sid` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=204;

--
-- AUTO_INCREMENT for table `tbl_testimonials`
--
ALTER TABLE `tbl_testimonials`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbl_travelogues`
--
ALTER TABLE `tbl_travelogues`
  MODIFY `TravId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `tb_homebanner_detail`
--
ALTER TABLE `tb_homebanner_detail`
  MODIFY `banner_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tb_itinerary_description`
--
ALTER TABLE `tb_itinerary_description`
  MODIFY `ItineraryDesId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_tbb2c_destinations`
--
ALTER TABLE `tb_tbb2c_destinations`
  MODIFY `DesSysId` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `tb_tbb2c_destinations(old)`
--
ALTER TABLE `tb_tbb2c_destinations(old)`
  MODIFY `DesSysId` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_tbb2c_newsletter`
--
ALTER TABLE `tb_tbb2c_newsletter`
  MODIFY `news_letter_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_tbb2c_packages_master`
--
ALTER TABLE `tb_tbb2c_packages_master`
  MODIFY `PkgSysId` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `tb_tbb2c_packages_master_old`
--
ALTER TABLE `tb_tbb2c_packages_master_old`
  MODIFY `PkgSysId` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan`
--
ALTER TABLE `tb_traavelplan`
  MODIFY `TPSysId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan_destination`
--
ALTER TABLE `tb_traavelplan_destination`
  MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan_hotel_selected`
--
ALTER TABLE `tb_traavelplan_hotel_selected`
  MODIFY `hotelSId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan_itinerary`
--
ALTER TABLE `tb_traavelplan_itinerary`
  MODIFY `it_Id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan_sightseeings`
--
ALTER TABLE `tb_traavelplan_sightseeings`
  MODIFY `sid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan_tnc`
--
ALTER TABLE `tb_traavelplan_tnc`
  MODIFY `tncId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan_tnc_master`
--
ALTER TABLE `tb_traavelplan_tnc_master`
  MODIFY `travTncId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_traavelplan_vehicles`
--
ALTER TABLE `tb_traavelplan_vehicles`
  MODIFY `vehicleId` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_transport_route`
--
ALTER TABLE `tb_transport_route`
  MODIFY `transport_route_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tb_travelplan_hotel`
--
ALTER TABLE `tb_travelplan_hotel`
  MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Youez - 2016 - github.com/yon3zu
LinuXploit